Method allElems
static member allElems: Tensor<'T> -> seq<'T>
Gets a sequence of all all elements within the tensor.
Declaration
static member allElems: a:Tensor<'T> -> seq<'T>
Parameters
Type | Name | Description |
---|---|---|
Tensor<'T> | a | The tensor to operate on. |
Returns
Type | Description |
---|---|
seq<'T> | Sequence of elements. |
Remarks
The sequence sequentially enumerates all elements of the tensor.