Home
last modified time | relevance | path

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

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