2 references to Max
System.Numerics.Tensors (2)
System\Numerics\Tensors\netcore\TensorPrimitives.Max.cs (2)
103return AdvSimd.Max(x.AsSingle(), y.AsSingle()).As<float, T>(); 169return AdvSimd.Max(x.AsSingle(), y.AsSingle()).As<float, T>();