Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/operations/
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()
DConv2D.cpp382 Shape biasChannelShape = biasShape; in convQuant8PerChannelNhwc() local
383 biasChannelShape.scale = filterScales[i] * inputShape.scale; in convQuant8PerChannelNhwc()
385 inputShape, filterChannelShape, biasChannelShape, outputShape, &realMultiplier[i])); in convQuant8PerChannelNhwc()
475 Shape biasChannelShape = biasShape; in convQuant8PerChannelNhwc() local
476 biasChannelShape.scale = filterScales[i] * inputShape.scale; in convQuant8PerChannelNhwc()
478 inputShape, filterChannelShape, biasChannelShape, outputShape, &realMultiplier[i])); in convQuant8PerChannelNhwc()
DTransposeConv2D.cpp347 Shape biasChannelShape = biasShape; in transposeConvQuant8PerChannelNhwc() local
348 biasChannelShape.scale = filterScales[i] * inputShape.scale; in transposeConvQuant8PerChannelNhwc()
351 inputShape, filterChannelShape, biasChannelShape, outputShape, &realMultiplier[i])); in transposeConvQuant8PerChannelNhwc()
DDepthwiseConv2D.cpp308 Shape biasChannelShape = biasShape; in depthwiseConvQuant8PerChannelNhwc() local
309 biasChannelShape.scale = filterScales[i] * inputShape.scale; in depthwiseConvQuant8PerChannelNhwc()
311 inputShape, filterChannelShape, biasChannelShape, outputShape, &realMultiplier[i])); in depthwiseConvQuant8PerChannelNhwc()