4 references to IndexLessThan
System.Numerics.Tensors (4)
System\Numerics\Tensors\netcore\TensorPrimitives.IndexOfMax.cs (1)
68
Vector256<T> lessThanIndexMask =
IndexLessThan
(resultIndex, currentIndex);
System\Numerics\Tensors\netcore\TensorPrimitives.IndexOfMaxMagnitude.cs (1)
67
Vector256<T> lessThanIndexMask =
IndexLessThan
(resultIndex, currentIndex);
System\Numerics\Tensors\netcore\TensorPrimitives.IndexOfMin.cs (1)
65
Vector256<T> lessThanIndexMask =
IndexLessThan
(resultIndex, currentIndex);
System\Numerics\Tensors\netcore\TensorPrimitives.IndexOfMinMagnitude.cs (1)
67
Vector256<T> lessThanIndexMask =
IndexLessThan
(resultIndex, currentIndex);