Searched defs:fromDim (Results 1 – 2 of 2) sorted by relevance
122 const auto& fromDim = nchwShape.dimensions; in convertNchwToNhwc() local142 const auto& fromDim = nhwcShape.dimensions; in convertNhwcToNchw() local
490 inline bool convertToNhwcImpl(T* to, const T* from, const std::vector<uint32_t>& fromDim) { in convertToNhwcImpl()504 inline bool convertFromNhwcImpl(T* to, const T* from, const std::vector<uint32_t>& fromDim) { in convertFromNhwcImpl()528 auto& fromDim = from.dimensions; in convertToNhwc() local570 auto& fromDim = from.dimensions; in convertFromNhwc() local