Searched defs:isArgMin (Results 1 – 2 of 2) sorted by relevance
33 static void argMinMaxImpl(const In* inputData, const Shape& inputShape, int32_t axis, bool isArgMin, in argMinMaxImpl()55 bool argMinMaxGeneric(const uint8_t* inputData, const Shape& inputShape, int32 axis, bool isArgMin, in argMinMaxGeneric()
1403 const bool isArgMin = operation.type == OperationType::ARGMIN; in executeOperation() local