Searched refs:nhwc (Results 1 – 2 of 2) sorted by relevance
117 inline bool convertNchwToNhwc(const T* nchw, const Shape& nchwShape, std::vector<T>* nhwc, in convertNchwToNhwc() argument124 nhwc->resize(getNumberOfElements(nchwShape)); in convertNchwToNhwc()125 auto to = nhwc->data(); in convertNchwToNhwc()139 inline bool convertNhwcToNchw(const std::vector<T>& nhwc, const Shape& nhwcShape, T* nchw) { in convertNhwcToNchw() argument143 const auto from = nhwc.data(); in convertNhwcToNchw()
215 example.AddVariations(nchw, defaultName="nhwc").AddVariations(relaxed, quant8)