3 implementations of Rank
System.Numerics.Tensors (3)
System\Numerics\Tensors\netcore\ReadOnlyTensorSpan_1.cs (1)
291public int Rank => Lengths.Length;
System\Numerics\Tensors\netcore\Tensor_1.cs (1)
118public int Rank => _shape.Rank;
System\Numerics\Tensors\netcore\TensorSpan_1.cs (1)
192public int Rank => Lengths.Length;
6 references to Rank
System.Numerics.Tensors (6)
System\Numerics\Tensors\netcore\IReadOnlyTensor.cs (1)
17/// * <paramref name="indexes" /> does not contain <see cref="Rank" /> elements.
System\Numerics\Tensors\netcore\IReadOnlyTensor_1.cs (1)
25/// * <paramref name="indexes" /> does not contain <see cref="IReadOnlyTensor.Rank" /> elements.
System\Numerics\Tensors\netcore\ITensor.cs (1)
17/// * <paramref name="indexes" /> does not contain <see cref="IReadOnlyTensor.Rank" /> elements.
System\Numerics\Tensors\netcore\ReadOnlyTensorSpan_1.cs (1)
290/// <inheritdoc cref="IReadOnlyTensor.Rank" />
System\Numerics\Tensors\netcore\Tensor_1.cs (1)
117/// <inheritdoc cref="IReadOnlyTensor.Rank" />
System\Numerics\Tensors\netcore\TensorSpan_1.cs (1)
191/// <inheritdoc cref="IReadOnlyTensor.Rank" />