Interface IOpImporter
An interface that provides methods for importing custom layers.
Namespace: Unity.Sentis.ONNX
Assembly: solution.dll
Syntax
public interface IOpImporter
Methods
Name | Description |
---|---|
Import(Model, OperatorNode) | Member method that implements adding the constants and layer of an ONNX operator node to a model. |