Searched defs:isArgMin (Results 1 – 2 of 2) sorted by relevance
31 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()
1348 const bool isArgMin = operation.type == OperationType::ARGMIN; in executeOperation() local