Home
last modified time | relevance | path

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