Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/include/
DCpuOperationUtils.h118 inline bool convertNchwToNhwc(const T* nchw, const Shape& nchwShape, std::vector<T>* nhwc, in convertNchwToNhwc()
140 inline bool convertNhwcToNchw(const std::vector<T>& nhwc, const Shape& nhwcShape, T* nchw) { in convertNhwcToNchw()