1 implementation of Lengths
System.Numerics.Tensors (1)
System\Numerics\Tensors\netcore\Tensor_1.cs (1)
160
public ReadOnlySpan<nint>
Lengths
=> _shape.Lengths;
3 references to Lengths
System.Numerics.Tensors (3)
System\Numerics\Tensors\netcore\ReadOnlyTensorSpan_1.cs (1)
311
/// <inheritdoc cref="IReadOnlyTensor.
Lengths
" />
System\Numerics\Tensors\netcore\Tensor_1.cs (1)
159
/// <inheritdoc cref="IReadOnlyTensor.
Lengths
" />
System\Numerics\Tensors\netcore\TensorSpan.cs (1)
213
/// <inheritdoc cref="IReadOnlyTensor.
Lengths
" />