Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/operations/
DDequantize.cpp69 const int scaleIndex = (i / stride) % getSizeOfDimension(inputShape, channelDim); in computePerChannel() local
70 const float scale = inputShape.extraParams.channelQuant().scales[scaleIndex]; in computePerChannel()