2 references to IndexOfMinMagnitude
System.Numerics.Tensors (2)
System\Numerics\Tensors\netcore\Tensor.cs (2)
3759return TensorPrimitives.IndexOfMinMagnitude(span); 3772return TensorPrimitives.IndexOfMinMagnitude<T>(flat.AsSpan(0, (int)x.FlattenedLength));