Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/cpu_operations/
DDequantize.cpp63 const int scaleIndex = (i / stride) % getSizeOfDimension(inputShape, channelDim); in computePerChannel() local
65 .scales[scaleIndex]; in computePerChannel()