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