Method Store
Store(Layer, Tensor)
Stores the result of execution for a given layer.
Declaration
void Store(Layer fromLayer, Tensor result)
Parameters
Type | Name | Description |
---|---|---|
Layer | fromLayer | The executed layer. |
Tensor | result | The tensor result of execution. |
Store(string, Tensor)
Stores the result of execution for a given tensor name.
Declaration
void Store(string fromLayer, Tensor result)
Parameters
Type | Name | Description |
---|---|---|
string | fromLayer | The name of the output from the layer. |
Tensor | result | The tensor result of execution. |