Home
last modified time | relevance | path

Searched defs:nhwc (Results 1 – 1 of 1) sorted by relevance

/frameworks/ml/nn/common/include/
DCpuOperationUtils.h99 inline bool convertNchwToNhwc(const T* nchw, const Shape& nchwShape, std::vector<T>* nhwc, in convertNchwToNhwc()
121 inline bool convertNhwcToNchw(const std::vector<T>& nhwc, const Shape& nhwcShape, T* nchw) { in convertNhwcToNchw()