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 |
---|---|
Get |
Gets a float list attribute called |
Get |
Gets the float attribute called |
Get |
Gets an int list attribute called |
Get |
Gets the int attribute called |
Get |
Gets a string list attribute called |
Get |
Gets the string attribute called |
Has |
Whether the ONNX operator has an attribute called |