Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/include/
DCpuOperationUtils.h121 inline bool convertNhwcToNchw(const std::vector<T>& nhwc, const Shape& nhwcShape, T* nchw) { in convertNhwcToNchw() function
183 return convertNhwcToNchw(mDataNhwc, mShape, mDataOriginal); in commit()