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