Method layout
val layout: ITensor -> TensorLayout
Memory layout of the tensor.
Declaration
val layout: a:ITensor -> TensorLayout
Parameters
Type | Name | Description |
---|---|---|
ITensor | a | The tensor to operate on. |
Returns
Type | Description |
---|---|
TensorLayout | Memory layout. |