2 references to IndexOfFinalAggregate
System.Numerics.Tensors (2)
System\Numerics\Tensors\netcore\Common\TensorPrimitives.IIndexOfOperator.cs (1)
111return IndexOfFinalAggregate<T, TIndexOfOperator>(resultLower, indexLower);
System\Numerics\Tensors\netcore\TensorPrimitives.IndexOfMax.cs (1)
418return IndexOfFinalAggregate<T, TIndexOfMinMax>(result, resultIndex);