Method PrepareForInput
PrepareForInput(IDictionary<string, TensorShape>)
Prepares the worker to execute the model using inputs of given shapes.
Declaration
void PrepareForInput(IDictionary<string, TensorShape> inputShapes)
Parameters
| Type | Name | Description |
|---|---|---|
| IDictionary<string, TensorShape> | inputShapes | A dictionary mapping input names to tensor shapes. |