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