Static Methods#

Summary#

staticmethod

class parent

truncated documentation

_concat

_function_OnnxTorchRuntime

_extract_atts

OnnxTorchRuntime

Builds a dictionary with all attributes

_extract_init

OnnxTorchRuntime

Builds a dictionary with all initializers converted into torch arrays.

_gather

_function_OnnxTorchRuntime

_gemm

_function_OnnxTorchRuntime

_provider_name_to_device_type

TorchOrtFactory

_reduceprod

_function_OnnxTorchRuntime

_reducesum

_function_OnnxTorchRuntime

_repr_helper_

TorchOrtFactory

used to improve logging messages

_reshape

_function_OnnxTorchRuntime

_shape

_function_OnnxTorchRuntime

_squeeze

_function_OnnxTorchRuntime

_transpose

_function_OnnxTorchRuntime

_unqueeze

_function_OnnxTorchRuntime

from_ort_to_torch

TorchOrtFunction

Converts a OrtValueVector into a tuple of pytorch tensors.

from_torch_to_ort

TorchOrtFunction

Converts a list of pytorch tensors into an OrtValueVector.