Method NewTensorFloat
NewTensorFloat(TensorShape, AllocScope)
Allocate a new TensorFloat of a given shape.
Declaration
TensorFloat NewTensorFloat(TensorShape shape, AllocScope scope)
Parameters
| Type | Name | Description |
|---|---|---|
| TensorShape | shape | The shape of the tensor. |
| AllocScope | scope | Whether the allocated tensor is internal to the layer or used as an output. |
Returns
| Type | Description |
|---|---|
| TensorFloat | The allocated tensor. |