Home
last modified time | relevance | path

Searched refs:argMinMaxImpl (Results 1 – 1 of 1) sorted by relevance

/frameworks/ml/nn/common/operations/
DArgMinMax.cpp33 static void argMinMaxImpl(const In* inputData, const Shape& inputShape, int32_t axis, bool isArgMin, in argMinMaxImpl() function
63 argMinMaxImpl(reinterpret_cast<const dataType*>(inputData), inputShape, axis, isArgMin, \ in argMinMaxGeneric()