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