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