Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/include/
DOperationsUtils.h295 bool spaceToDepthPrepare(const Shape& input, int32_t blockSize, Shape* output);
/packages/modules/NeuralNetworks/common/
DOperationsUtils.cpp439 bool spaceToDepthPrepare(const Shape& input, int32_t blockSize, Shape* output) { in spaceToDepthPrepare() function
DCpuExecutor.cpp896 if (!spaceToDepthPrepare(input_tmp.shape(), blockSize, &outShape) || in executeOperation()