Method shape
val shape: ITensor -> int64 list
Shape of the tensor.
Declaration
val shape: a:ITensor -> int64 list
Parameters
Type | Name | Description |
---|---|---|
ITensor | a | The tensor to operate on. |
Returns
Type | Description |
---|---|
int64 list | Shape. |