Home
last modified time | relevance | path

Searched defs:fromDim (Results 1 – 2 of 2) sorted by relevance

/packages/modules/NeuralNetworks/common/include/
DCpuOperationUtils.h123 const auto& fromDim = nchwShape.dimensions; in convertNchwToNhwc() local
143 const auto& fromDim = nhwcShape.dimensions; in convertNhwcToNchw() local
/packages/modules/NeuralNetworks/common/
DCpuExecutor.cpp407 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() local
487 auto& fromDim = from.dimensions; in convertFromNhwc() local