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
488 inline bool convertToNhwcImpl(T* to, const T* from, const std::vector<uint32_t>& fromDim) { in convertToNhwcImpl()502 inline bool convertFromNhwcImpl(T* to, const T* from, const std::vector<uint32_t>& fromDim) { in convertFromNhwcImpl()526 auto& fromDim = from.dimensions; in convertToNhwc() local568 auto& fromDim = from.dimensions; in convertFromNhwc() local