Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/cpu_operations/
DConv2D.cpp380 Shape biasChannelShape = biasShape; in convQuant8PerChannelNhwc() local
381 biasChannelShape.scale = filterScales[i] * inputShape.scale; in convQuant8PerChannelNhwc()
383 inputShape, filterChannelShape, biasChannelShape, outputShape, &realMultiplier[i])); in convQuant8PerChannelNhwc()
473 Shape biasChannelShape = biasShape; in convQuant8PerChannelNhwc() local
474 biasChannelShape.scale = filterScales[i] * inputShape.scale; in convQuant8PerChannelNhwc()
476 inputShape, filterChannelShape, biasChannelShape, outputShape, &realMultiplier[i])); in convQuant8PerChannelNhwc()
DGroupedConv2D.cpp225 Shape biasChannelShape = biasShape; in groupedConvQuant8PerChannel() local
226 biasChannelShape.scale = filterScales[i] * inputShape.scale; in groupedConvQuant8PerChannel()
229 inputShape, filterChannelShape, biasChannelShape, outputShape, &realMultiplier[i])); in groupedConvQuant8PerChannel()
DTransposeConv2D.cpp344 Shape biasChannelShape = biasShape; in transposeConvQuant8PerChannelNhwc() local
345 biasChannelShape.scale = filterScales[i] * inputShape.scale; in transposeConvQuant8PerChannelNhwc()
348 inputShape, filterChannelShape, biasChannelShape, outputShape, &realMultiplier[i])); in transposeConvQuant8PerChannelNhwc()
DDepthwiseConv2D.cpp306 Shape biasChannelShape = biasShape; in depthwiseConvQuant8PerChannelNhwc() local
307 biasChannelShape.scale = filterScales[i] * inputShape.scale; in depthwiseConvQuant8PerChannelNhwc()
309 inputShape, filterChannelShape, biasChannelShape, outputShape, &realMultiplier[i])); in depthwiseConvQuant8PerChannelNhwc()