3 implementations of Lengths
System.Numerics.Tensors (3)
System\Numerics\Tensors\netcore\ReadOnlyTensorSpan_1.cs (1)
285
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)
186
public ReadOnlySpan<nint>
Lengths
=> _shape.Lengths;
3 references to Lengths
System.Numerics.Tensors (3)
System\Numerics\Tensors\netcore\ReadOnlyTensorSpan_1.cs (1)
283
/// <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)
184
/// <inheritdoc cref="IReadOnlyTensor.
Lengths
" />