Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/
DExecutionPlan.cpp104 auto& fromChannelQuant = fromOperand.extraParams.channelQuant(); in copyOperandExtraParams() local
106 .channelDim = fromChannelQuant.channelDim, in copyOperandExtraParams()
107 .scaleCount = static_cast<uint32_t>(fromChannelQuant.scales.size()), in copyOperandExtraParams()
108 .scales = fromChannelQuant.scales.data(), in copyOperandExtraParams()