Method shape
static member shape: Tensor<'T> -> int64 list
Shape of the tensor.
Declaration
static member shape: a:Tensor<'T> -> int64 list
Parameters
| Type | Name | Description |
|---|---|---|
| Tensor<'T> | a | The tensor to operate on. |
Returns
| Type | Description |
|---|---|
| int64 list | Shape. |