Namespace Unity.Sentis.ONNX
Classes
ONNXModelConverter
Represents a converter from an ONNX model to Sentis format.
OnnxImportException
Represents an exception during the import of an ONNX model.
OnnxLayerImportException
Represents an exception during the import of a ONNX layer.
OpImportAttribute
Attribute to define ONNX operator name for custom import.
Structs
OperatorNode
Represents an ONNX operator for custom import.
Interfaces
IOpImporter
An interface that provides methods for importing custom layers.