Searched defs:fromDim (Results 1 – 2 of 2) sorted by relevance
104 const auto& fromDim = nchwShape.dimensions; in convertNchwToNhwc() local124 const auto& fromDim = nhwcShape.dimensions; in convertNhwcToNchw() local
423 inline bool convertToNhwcImpl(T* to, const T* from, const std::vector<uint32_t>& fromDim) { in convertToNhwcImpl()437 inline bool convertFromNhwcImpl(T* to, const T* from, const std::vector<uint32_t>& fromDim) { in convertFromNhwcImpl()461 auto& fromDim = from.dimensions; in convertToNhwc() local500 auto& fromDim = from.dimensions; in convertFromNhwc() local