9 references to MaxOperator_Single
System.Numerics.Tensors (9)
System\Numerics\Tensors\netcore\TensorPrimitives.Max.cs (6)
30MinMaxCore<T, MaxOperator<T>>(x); 55InvokeSpanSpanIntoSpan<T, MaxOperator<T>>(x, y, destination); 78InvokeSpanScalarIntoSpan<T, MaxOperator<T>>(x, y, destination); 140public static T Invoke(Vector128<T> x) => HorizontalAggregate<T, MaxOperator<T>>(x); 141public static T Invoke(Vector256<T> x) => HorizontalAggregate<T, MaxOperator<T>>(x); 142public static T Invoke(Vector512<T> x) => HorizontalAggregate<T, MaxOperator<T>>(x);
System\Numerics\Tensors\netcore\TensorPrimitives.Single.netcore.cs (1)
23global using MaxOperator_Single = System.Numerics.Tensors.TensorPrimitives.MaxOperator<float>;
System\Numerics\Tensors\TensorPrimitives.Single.cs (2)
419MinMaxCore<MaxOperator_Single>(x); 443InvokeSpanSpanIntoSpan<MaxOperator_Single>(x, y, destination);