Searched refs:depthToSpacePrepare (Results 1 – 3 of 3) sorted by relevance
293 bool depthToSpacePrepare(const Shape& input, int32_t blockSize, Shape* output);
420 bool depthToSpacePrepare(const Shape& input, int32_t blockSize, Shape* output) { in depthToSpacePrepare() function
831 if (!depthToSpacePrepare(input_tmp.shape(), blockSize, &outShape) || in executeOperation()