module onnxrt.ops_cpu.op_split#

Inheritance diagram of mlprodict.onnxrt.ops_cpu.op_split

Short summary#

module mlprodict.onnxrt.ops_cpu.op_split

Runtime operator.

source on GitHub

Classes#

class

truncated documentation

CommonSplit

Runtime for operator Split.

Split_11

Runtime for operator Split.

Split_13

Runtime for operator Split.

Split_13

Runtime for operator Split.

Split_2

Runtime for operator Split.

Properties#

property

truncated documentation

args_default

Returns the list of arguments as well as the list of parameters with the default values (close to the signature). …

args_default

Returns the list of arguments as well as the list of parameters with the default values (close to the signature). …

args_default

Returns the list of arguments as well as the list of parameters with the default values (close to the signature). …

args_default

Returns the list of arguments as well as the list of parameters with the default values (close to the signature). …

args_default

Returns the list of arguments as well as the list of parameters with the default values (close to the signature). …

args_default_modified

Returns the list of modified parameters.

args_default_modified

Returns the list of modified parameters.

args_default_modified

Returns the list of modified parameters.

args_default_modified

Returns the list of modified parameters.

args_default_modified

Returns the list of modified parameters.

args_mandatory

Returns the list of optional arguments.

args_mandatory

Returns the list of optional arguments.

args_mandatory

Returns the list of optional arguments.

args_mandatory

Returns the list of optional arguments.

args_mandatory

Returns the list of optional arguments.

args_optional

Returns the list of optional arguments.

args_optional

Returns the list of optional arguments.

args_optional

Returns the list of optional arguments.

args_optional

Returns the list of optional arguments.

args_optional

Returns the list of optional arguments.

atts_value

Returns all parameters in a dictionary.

atts_value

Returns all parameters in a dictionary.

atts_value

Returns all parameters in a dictionary.

atts_value

Returns all parameters in a dictionary.

atts_value

Returns all parameters in a dictionary.

Methods#

method

truncated documentation

__init__

__init__

__init__

__init__

__init__

_run

_run

_run

_run

common_run

common_run

common_run

common_run

common_run

Documentation#

Runtime operator.

source on GitHub

class mlprodict.onnxrt.ops_cpu.op_split.CommonSplit(onnx_node, desc=None, expected_attributes=None, **options)#

Bases: OpRun

Runtime for operator Split.

source on GitHub

__init__(onnx_node, desc=None, expected_attributes=None, **options)#
mlprodict.onnxrt.ops_cpu.op_split.Split#

alias of Split_13

class mlprodict.onnxrt.ops_cpu.op_split.Split_11(onnx_node, desc=None, **options)#

Bases: Split_2

Runtime for operator Split.

source on GitHub

class mlprodict.onnxrt.ops_cpu.op_split.Split_13(onnx_node, desc=None, **options)#

Bases: CommonSplit

Runtime for operator Split.

source on GitHub

__init__(onnx_node, desc=None, **options)#
_run(mat, split=None, attributes=None, verbose=0, fLOG=None)#

Should be overwritten.

source on GitHub

class mlprodict.onnxrt.ops_cpu.op_split.Split_2(onnx_node, desc=None, **options)#

Bases: CommonSplit

Runtime for operator Split.

source on GitHub

__init__(onnx_node, desc=None, **options)#
_run(mat, attributes=None, verbose=0, fLOG=None)#

Should be overwritten.

source on GitHub