Searched refs:argMinMaxPrepare (Results 1 – 3 of 3) sorted by relevance
331 bool argMinMaxPrepare(const Shape& input, int32_t axis, Shape* output);
671 bool argMinMaxPrepare(const Shape& input, int32_t axis, Shape* output) { in argMinMaxPrepare() function
1404 success = argMinMaxPrepare(input.shape(), axis, &outShape) && in executeOperation()