Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/operations/
DDepthwiseConv2D.cpp182 Shape biasChannelShape = biasShape; in depthwiseConvQuant8PerChannel() local
183 biasChannelShape.scale = filterScales[i] * inputShape.scale; in depthwiseConvQuant8PerChannel()
185 inputShape, filterChannelShape, biasChannelShape, outputShape, &realMultiplier[i])); in depthwiseConvQuant8PerChannel()
DGroupedConv2D.cpp197 Shape biasChannelShape = biasShape; in groupedConvQuant8PerChannel() local
198 biasChannelShape.scale = filterScales[i] * inputShape.scale; in groupedConvQuant8PerChannel()
201 inputShape, filterChannelShape, biasChannelShape, outputShape, &realMultiplier[i])); in groupedConvQuant8PerChannel()
DTransposeConv2D.cpp336 Shape biasChannelShape = biasShape; in transposeConvQuant8PerChannelNhwc() local
337 biasChannelShape.scale = filterScales[i] * inputShape.scale; in transposeConvQuant8PerChannelNhwc()
340 inputShape, filterChannelShape, biasChannelShape, outputShape, &realMultiplier[i])); in transposeConvQuant8PerChannelNhwc()
DConv2D.cpp313 Shape biasChannelShape = biasShape; in convQuant8PerChannelNhwc() local
314 biasChannelShape.scale = filterScales[i] * inputShape.scale; in convQuant8PerChannelNhwc()
316 inputShape, filterChannelShape, biasChannelShape, outputShape, &realMultiplier[i])); in convQuant8PerChannelNhwc()