Struct OperatorNode
Represents an ONNX operator for custom import.
Inherited Members
Namespace: Unity.Sentis.ONNX
Assembly: solution.dll
Syntax
public struct OperatorNode
Properties
Name | Description |
---|---|
Inputs | The inputs of the ONNX operator in order, as a string array. |
Name | The name of the ONNX operator. |
Outputs | The outputs of the ONNX operator in order, as a string array. |
Methods
Name | Description |
---|---|
GetFloatArrayAttribute(string) | Gets a float list attribute called |
GetFloatAttribute(string) | Gets the float attribute called |
GetIntArrayAttribute(string) | Gets an int list attribute called |
GetIntAttribute(string) | Gets the int attribute called |
GetStringArrayAttribute(string) | Gets a string list attribute called |
GetStringAttribute(string) | Gets the string attribute called |
HasAttribute(string) | Whether the ONNX operator has an attribute called |