module onnxrt.ops_cpu.op_window
#
Short summary#
module mlprodict.onnxrt.ops_cpu.op_window
Runtime operator.
Classes#
class |
truncated documentation |
---|---|
Returns |
|
Returns |
|
Returns |
Properties#
property |
truncated documentation |
---|---|
|
Returns the list of arguments as well as the list of parameters with the default values (close to the signature). … |
|
Returns the list of arguments as well as the list of parameters with the default values (close to the signature). … |
|
Returns the list of arguments as well as the list of parameters with the default values (close to the signature). … |
|
Returns the list of modified parameters. |
|
Returns the list of modified parameters. |
|
Returns the list of modified parameters. |
|
Returns the list of optional arguments. |
|
Returns the list of optional arguments. |
|
Returns the list of optional arguments. |
|
Returns the list of optional arguments. |
|
Returns the list of optional arguments. |
|
Returns the list of optional arguments. |
|
Returns all parameters in a dictionary. |
|
Returns all parameters in a dictionary. |
|
Returns all parameters in a dictionary. |
Methods#
method |
truncated documentation |
---|---|
|
|
|
|
|
|
|
|
|
|
|
|
Documentation#
Runtime operator.
- class mlprodict.onnxrt.ops_cpu.op_window.BlackmanWindow(onnx_node, desc=None, **options)#
Bases:
OpRun
,_CommonWindow
Returns
where N is the window length. See blackman_window
- __init__(onnx_node, desc=None, **options)#
- _run(size, attributes=None, verbose=0, fLOG=None)#
Should be overwritten.
- class mlprodict.onnxrt.ops_cpu.op_window.HammingWindow(onnx_node, desc=None, **options)#
Bases:
OpRun
,_CommonWindow
Returns
where N is the window length. See hamming_window. alpha=0.54, beta=0.46
- __init__(onnx_node, desc=None, **options)#
- _run(size, attributes=None, verbose=0, fLOG=None)#
Should be overwritten.
- class mlprodict.onnxrt.ops_cpu.op_window.HannWindow(onnx_node, desc=None, **options)#
Bases:
OpRun
,_CommonWindow
Returns
where N is the window length. See hann_window
- __init__(onnx_node, desc=None, **options)#
- _run(size, attributes=None, verbose=0, fLOG=None)#
Should be overwritten.