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