module onnxrt.ops_onnxruntime#

Short summary#

module mlprodict.onnxrt.ops_onnxruntime

Shortcut to ops_cpu.

source on GitHub

Functions#

function

truncated documentation

load_op

Gets the operator related to the onnx node.

Documentation#

Shortcut to ops_cpu.

source on GitHub

mlprodict.onnxrt.ops_onnxruntime.load_op(onnx_node, desc=None, options=None, variables=None, dtype=None, runtime=None)#

Gets the operator related to the onnx node.

Parameters:
  • onnx_nodeonnx node

  • desc – internal representation

  • options – runtime options

  • variables – registered variables created by previous operators

  • dtype – float computation type

  • runtime – runtime

Returns:

runtime class

source on GitHub