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