Home
last modified time | relevance | path

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

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