Home
last modified time | relevance | path

Searched refs:depthToSpacePrepare (Results 1 – 3 of 3) sorted by relevance

/frameworks/ml/nn/common/include/
DOperationsUtils.h309 bool depthToSpacePrepare(const Shape& input, int32_t blockSize, Shape* output);
/frameworks/ml/nn/common/
DOperationsUtils.cpp422 bool depthToSpacePrepare(const Shape& input, int32_t blockSize, Shape* output) { in depthToSpacePrepare() function
DCpuExecutor.cpp887 if (!depthToSpacePrepare(input_tmp.shape(), blockSize, &outShape) || in executeOperation()