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