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__

_infer_shapes

_infer_shapes

_infer_shapes

_infer_shapes

_infer_sizes

_infer_sizes

_infer_sizes

_infer_sizes

_infer_sizes

_infer_types

_infer_types

_infer_types

_infer_types

_infer_types

_run

_run

_run

_run

common_infer_shapes

common_infer_shapes

common_infer_shapes

common_infer_shapes

common_infer_shapes

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: mlprodict.onnxrt.ops_cpu._op.OpRun

Runtime for operator Split.

source on GitHub

Parameters
  • onnx_nodeonnx node

  • desc – internal representation

  • expected_attributes – expected attributes for this node

  • options – runtime options

source on GitHub

__init__(onnx_node, desc=None, expected_attributes=None, **options)#
Parameters
  • onnx_nodeonnx node

  • desc – internal representation

  • expected_attributes – expected attributes for this node

  • options – runtime options

source on GitHub

_infer_sizes(*args, **kwargs)#

Should be overwritten.

source on GitHub

_infer_types(data, split)#

Should be overwritten.

source on GitHub

mlprodict.onnxrt.ops_cpu.op_split.Split#

alias of mlprodict.onnxrt.ops_cpu.op_split.Split_13

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

Bases: mlprodict.onnxrt.ops_cpu.op_split.Split_2

Runtime for operator Split.

source on GitHub

Parameters
  • onnx_nodeonnx node

  • desc – internal representation

  • expected_attributes – expected attributes for this node

  • options – runtime options

source on GitHub

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

Bases: mlprodict.onnxrt.ops_cpu.op_split.CommonSplit

Runtime for operator Split.

source on GitHub

Parameters
  • onnx_nodeonnx node

  • desc – internal representation

  • expected_attributes – expected attributes for this node

  • options – runtime options

source on GitHub

__init__(onnx_node, desc=None, **options)#
Parameters
  • onnx_nodeonnx node

  • desc – internal representation

  • expected_attributes – expected attributes for this node

  • options – runtime options

source on GitHub

_infer_shapes(data, split=None)#

Should be overwritten.

source on GitHub

_infer_types(data, split=None)#

Should be overwritten.

source on GitHub

_run(mat, split=None)#

Should be overwritten.

source on GitHub

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

Bases: mlprodict.onnxrt.ops_cpu.op_split.CommonSplit

Runtime for operator Split.

source on GitHub

Parameters
  • onnx_nodeonnx node

  • desc – internal representation

  • expected_attributes – expected attributes for this node

  • options – runtime options

source on GitHub

__init__(onnx_node, desc=None, **options)#
Parameters
  • onnx_nodeonnx node

  • desc – internal representation

  • expected_attributes – expected attributes for this node

  • options – runtime options

source on GitHub

_infer_shapes(data)#

Should be overwritten.

source on GitHub

_infer_types(data)#

Should be overwritten.

source on GitHub

_run(mat)#

Should be overwritten.

source on GitHub