Searched refs:nhwc (Results 1 – 2 of 2) sorted by relevance
99 inline bool convertNchwToNhwc(const T* nchw, const Shape& nchwShape, std::vector<T>* nhwc, in convertNchwToNhwc() argument106 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() argument125 const auto from = nhwc.data(); in convertNhwcToNchw()
220 example.AddVariations(nchw, defaultName="nhwc").AddVariations(relaxed, quant8)