8 references to IndexOfMinMaxCore
System.Numerics.Tensors (8)
System\Numerics\Tensors\netcore\TensorPrimitives.IndexOfMax.cs (1)
29IndexOfMinMaxCore<T, IndexOfMaxOperator<T>>(x);
System\Numerics\Tensors\netcore\TensorPrimitives.IndexOfMaxMagnitude.cs (1)
27IndexOfMinMaxCore<T, IndexOfMaxMagnitudeOperator<T>>(x);
System\Numerics\Tensors\netcore\TensorPrimitives.IndexOfMin.cs (1)
26IndexOfMinMaxCore<T, IndexOfMinOperator<T>>(x);
System\Numerics\Tensors\netcore\TensorPrimitives.IndexOfMinMagnitude.cs (1)
27IndexOfMinMaxCore<T, IndexOfMinMagnitudeOperator<T>>(x);
System\Numerics\Tensors\TensorPrimitives.Single.cs (4)
306IndexOfMinMaxCore<float, IndexOfMaxOperator_Single>(x); 323IndexOfMinMaxCore<float, IndexOfMaxMagnitudeOperator_Single>(x); 339IndexOfMinMaxCore<float, IndexOfMinOperator_Single>(x); 356IndexOfMinMaxCore<float, IndexOfMinMagnitudeOperator_Single>(x);