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