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