Method AddInput
AddInput(string, DataType, SymbolicTensorShape)
Adds an input to the model with a symbolic tensor shape.
Declaration
public void AddInput(string name, DataType dataType, SymbolicTensorShape shape)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | The name of the input. |
| DataType | dataType | The data type of the input. |
| SymbolicTensorShape | shape | The |
AddInput(string, DataType, TensorShape)
Adds an input to the model with a tensor shape.
Declaration
public void AddInput(string name, DataType dataType, TensorShape shape)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | The name of the input. |
| DataType | dataType | The data type of the input. |
| TensorShape | shape | The |