Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/operations/
DConv2D.cpp383 Shape biasChannelShape = biasShape; in convQuant8PerChannelNhwc() local
384 biasChannelShape.scale = filterScales[i] * inputShape.scale; in convQuant8PerChannelNhwc()
386 inputShape, filterChannelShape, biasChannelShape, outputShape, &realMultiplier[i])); in convQuant8PerChannelNhwc()
476 Shape biasChannelShape = biasShape; in convQuant8PerChannelNhwc() local
477 biasChannelShape.scale = filterScales[i] * inputShape.scale; in convQuant8PerChannelNhwc()
479 inputShape, filterChannelShape, biasChannelShape, outputShape, &realMultiplier[i])); in convQuant8PerChannelNhwc()
DGroupedConv2D.cpp220 Shape biasChannelShape = biasShape; in groupedConvQuant8PerChannel() local
221 biasChannelShape.scale = filterScales[i] * inputShape.scale; in groupedConvQuant8PerChannel()
224 inputShape, filterChannelShape, biasChannelShape, outputShape, &realMultiplier[i])); in groupedConvQuant8PerChannel()
DTransposeConv2D.cpp348 Shape biasChannelShape = biasShape; in transposeConvQuant8PerChannelNhwc() local
349 biasChannelShape.scale = filterScales[i] * inputShape.scale; in transposeConvQuant8PerChannelNhwc()
352 inputShape, filterChannelShape, biasChannelShape, outputShape, &realMultiplier[i])); in transposeConvQuant8PerChannelNhwc()
DDepthwiseConv2D.cpp310 Shape biasChannelShape = biasShape; in depthwiseConvQuant8PerChannelNhwc() local
311 biasChannelShape.scale = filterScales[i] * inputShape.scale; in depthwiseConvQuant8PerChannelNhwc()
313 inputShape, filterChannelShape, biasChannelShape, outputShape, &realMultiplier[i])); in depthwiseConvQuant8PerChannelNhwc()