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