Method counting
val counting: int64 -> Tensor<int64>
Creates a new vector filled with the integers from zero to the specified maximum.
Declaration
val counting: nElems:int64 -> Tensor<int64>
Parameters
| Type | Name | Description |
|---|---|---|
| int64 | nElems | The number of elements of the new vector. |
Returns
| Type | Description |
|---|---|
| Tensor<int64> | The new tensor. |