1 implementation of Rank
System.Numerics.Tensors (1)
System\Numerics\Tensors\netcore\Tensor_1.cs (1)
163public int Rank => _shape.Rank;
6 references to Rank
System.Numerics.Tensors (6)
System\Numerics\Tensors\netcore\IReadOnlyTensor.cs (1)
18/// * <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)
18/// * <paramref name="indexes" /> does not contain <see cref="IReadOnlyTensor.Rank" /> elements
System\Numerics\Tensors\netcore\ReadOnlyTensorSpan_1.cs (1)
315/// <inheritdoc cref="IReadOnlyTensor.Rank" />
System\Numerics\Tensors\netcore\Tensor_1.cs (1)
162/// <inheritdoc cref="IReadOnlyTensor.Rank" />
System\Numerics\Tensors\netcore\TensorSpan.cs (1)
217/// <inheritdoc cref="IReadOnlyTensor.Rank" />