Class Model
Represents a Sentis neural network.
Inherited Members
Namespace: Unity.Sentis
Assembly: solution.dll
Syntax
public class Model
Fields
Name | Description |
---|---|
Default |
The opset version number of the ONNX model, for the default domain. |
Ir |
The metadata of the model, as a string. |
Ir |
The metadata of the ONNX model, as a string. |
Opset |
The opsets of the ONNX model. |
Producer |
The producer of the model, as a string. |
Version | The version of the model. The value increments each time the data structure changes. |
constants | The constants of the model. |
inputs | The inputs of the model. |
layers | The layers of the model. |
outputs | The outputs of the model. |
Properties
Name | Description |
---|---|
Metadata | The metadata properties associated with the model. |
Warnings | The warnings from the model importer. |
Methods
Name | Description |
---|---|
Add |
Adds a |
Add |
Adds an input to the model with a symbolic tensor shape. |
Add |
Adds an input to the model with a tensor shape. |
Add |
Appends a |
Add |
Adds an output called |
Shallow |
Returns a shallow copy of the model. |
To |
Returns a string that represents the |