Home
last modified time | relevance | path

Searched refs:nhwc (Results 1 – 2 of 2) 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() argument
106 nhwc->resize(getNumberOfElements(nchwShape)); in convertNchwToNhwc()
107 auto to = nhwc->data(); in convertNchwToNhwc()
121 inline bool convertNhwcToNchw(const std::vector<T>& nhwc, const Shape& nhwcShape, T* nchw) { in convertNhwcToNchw() argument
125 const auto from = nhwc.data(); in convertNhwcToNchw()
/frameworks/ml/nn/tools/test_generator/
DREADME.md220 example.AddVariations(nchw, defaultName="nhwc").AddVariations(relaxed, quant8)