Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/include/
DOperationsExecutionUtils.h232 bool reshapePrepare(const Shape& input, const int32_t* targetDims, const int32_t targetDimsSize,
/packages/modules/NeuralNetworks/common/
DOperationsExecutionUtils.cpp292 bool reshapePrepare(const Shape& input, const int32_t* targetDims, const int32_t targetDimsSize, in reshapePrepare() function
DCpuExecutor.cpp805 success = reshapePrepare(input.shape(), in executeOperation()