Home
last modified time | relevance | path

Searched refs:fromChannelQuant (Results 1 – 1 of 1) sorted by relevance

/frameworks/ml/nn/runtime/
DExecutionPlan.cpp183 auto& fromChannelQuant = fromOperand.extraParams.channelQuant(); in copyOperandExtraParams() local
185 .channelDim = fromChannelQuant.channelDim, in copyOperandExtraParams()
186 .scaleCount = static_cast<uint32_t>(fromChannelQuant.scales.size()), in copyOperandExtraParams()
187 .scales = fromChannelQuant.scales.data(), in copyOperandExtraParams()