2 references to IndexOfMinMaxVectorized128Size4Plus
System.Numerics.Tensors (2)
System\Numerics\Tensors\netcore\Common\TensorPrimitives.IIndexOfMinMaxOperator.cs (2)
49
return sizeof(T) == 8 ?
IndexOfMinMaxVectorized128Size4Plus
<T, TOperator, ulong>(x) :
50
sizeof(T) == 4 ?
IndexOfMinMaxVectorized128Size4Plus
<T, TOperator, uint>(x) :