Method PeekOutput
PeekOutput(string)
Peeks the output tensor of a given name.
Declaration
Tensor PeekOutput(string name)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | The name of the tensor to peek. |
Returns
| Type | Description |
|---|---|
| Tensor | The peeked tensor. |