Method layout
static member layout: Tensor<'T> -> TensorLayout
Memory layout of the tensor.
Declaration
static member layout: a:Tensor<'T> -> TensorLayout
Parameters
Type | Name | Description |
---|---|---|
Tensor<'T> | a | The tensor to operate on. |
Returns
Type | Description |
---|---|
TensorLayout | Memory layout. |