Method nDims
static member nDims: Tensor<'T> -> int
Dimensionality of the tensor.
Declaration
static member nDims: a:Tensor<'T> -> int
Parameters
| Type | Name | Description |
|---|---|---|
| Tensor<'T> | a | The tensor to operate on. |
Returns
| Type | Description |
|---|---|
| int | Number of dimensions. |