Searched refs:scaleIndex (Results 1 – 1 of 1) sorted by relevance
69 const int scaleIndex = (i / stride) % getSizeOfDimension(inputShape, channelDim); in computePerChannel() local70 const float scale = inputShape.extraParams.channelQuant().scales[scaleIndex]; in computePerChannel()