Searched defs:fromDim (Results 1 – 2 of 2) sorted by relevance
123 const auto& fromDim = nchwShape.dimensions; in convertNchwToNhwc() local143 const auto& fromDim = nhwcShape.dimensions; in convertNhwcToNchw() local
407 inline bool convertToNhwcImpl(T* to, const T* from, const std::vector<uint32_t>& fromDim) { in convertToNhwcImpl()421 inline bool convertFromNhwcImpl(T* to, const T* from, const std::vector<uint32_t>& fromDim) { in convertFromNhwcImpl()445 auto& fromDim = from.dimensions; in convertToNhwc() local487 auto& fromDim = from.dimensions; in convertFromNhwc() local