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