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