9 references to MinOperator_Single
System.Numerics.Tensors (9)
System\Numerics\Tensors\netcore\TensorPrimitives.Min.cs (6)
28MinMaxCore<T, MinOperator<T>>(x); 53InvokeSpanSpanIntoSpan<T, MinOperator<T>>(x, y, destination); 76InvokeSpanScalarIntoSpan<T, MinOperator<T>>(x, y, destination); 138public static T Invoke(Vector128<T> x) => HorizontalAggregate<T, MinOperator<T>>(x); 139public static T Invoke(Vector256<T> x) => HorizontalAggregate<T, MinOperator<T>>(x); 140public static T Invoke(Vector512<T> x) => HorizontalAggregate<T, MinOperator<T>>(x);
System\Numerics\Tensors\netcore\TensorPrimitives.Single.netcore.cs (1)
25global using MinOperator_Single = System.Numerics.Tensors.TensorPrimitives.MinOperator<float>;
System\Numerics\Tensors\TensorPrimitives.Single.cs (2)
496MinMaxCore<MinOperator_Single>(x); 520InvokeSpanSpanIntoSpan<MinOperator_Single>(x, y, destination);