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