3 implementations of Lengths
System.Numerics.Tensors (3)
System\Numerics\Tensors\netcore\ReadOnlyTensorSpan_1.cs (1)
288
public ReadOnlySpan<nint>
Lengths
=> _shape.Lengths;
System\Numerics\Tensors\netcore\Tensor_1.cs (1)
115
public ReadOnlySpan<nint>
Lengths
=> _shape.Lengths;
System\Numerics\Tensors\netcore\TensorSpan_1.cs (1)
189
public ReadOnlySpan<nint>
Lengths
=> _shape.Lengths;
3 references to Lengths
System.Numerics.Tensors (3)
System\Numerics\Tensors\netcore\ReadOnlyTensorSpan_1.cs (1)
286
/// <inheritdoc cref="IReadOnlyTensor.
Lengths
" />
System\Numerics\Tensors\netcore\Tensor_1.cs (1)
114
/// <inheritdoc cref="IReadOnlyTensor.
Lengths
" />
System\Numerics\Tensors\netcore\TensorSpan_1.cs (1)
187
/// <inheritdoc cref="IReadOnlyTensor.
Lengths
" />