Class OpImportAttribute
Attribute to define ONNX operator name for custom import.
Implements
Inherited Members
Namespace: Unity.Sentis.ONNX
Assembly: solution.dll
Syntax
[AttributeUsage(AttributeTargets.Class|AttributeTargets.Struct|AttributeTargets.Interface)]
public class OpImportAttribute : Attribute, _Attribute
Constructors
Name | Description |
---|---|
OpImportAttribute(string) | Instantiates and returns ONNX operator attribute. |
Fields
Name | Description |
---|---|
opType | Name of ONNX operator. |