Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/include/
DOperationsUtils.h290 bool reshapePrepare(const Shape& input, const int32_t* targetDims, const int32_t targetDimsSize,
/packages/modules/NeuralNetworks/common/
DOperationsUtils.cpp383 bool reshapePrepare(const Shape& input, const int32_t* targetDims, const int32_t targetDimsSize, in reshapePrepare() function
DCpuExecutor.cpp804 success = reshapePrepare(input.shape(), in executeOperation()