Home
last modified time | relevance | path

Searched defs:isArgMin (Results 1 – 2 of 2) sorted by relevance

/packages/modules/NeuralNetworks/common/cpu_operations/
DArgMinMax.cpp31 static void argMinMaxImpl(const In* inputData, const Shape& inputShape, int32_t axis, bool isArgMin, in argMinMaxImpl()
53 bool argMinMaxGeneric(const uint8_t* inputData, const Shape& inputShape, int32 axis, bool isArgMin, in argMinMaxGeneric()
/packages/modules/NeuralNetworks/common/
DCpuExecutor.cpp1348 const bool isArgMin = operation.type == OperationType::ARGMIN; in executeOperation() local