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