Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/include/
DOperationsUtils.h306 bool reshapePrepare(const Shape& input, const int32_t* targetDims, const int32_t targetDimsSize,
/frameworks/ml/nn/common/
DOperationsUtils.cpp385 bool reshapePrepare(const Shape& input, const int32_t* targetDims, const int32_t targetDimsSize, in reshapePrepare() function
DCpuExecutor.cpp860 success = reshapePrepare(input.shape(), in executeOperation()