Struct Model.OpsetDescription
Represents an ONNX opset domain and version number.
Inherited Members
Namespace: Unity.Sentis
Syntax
public struct OpsetDescription
Fields
domain
The opset domain of the ONNX model.
Declaration
public string domain
Field Value
| Type | Description |
|---|---|
| String |
version
The opset version number of the ONNX model.
Declaration
public long version
Field Value
| Type | Description |
|---|---|
| Int64 |