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