Searched refs:biasChannelShape (Results 1 – 4 of 4) sorted by relevance
/frameworks/ml/nn/common/operations/ |
D | DepthwiseConv2D.cpp | 182 Shape biasChannelShape = biasShape; in depthwiseConvQuant8PerChannel() local 183 biasChannelShape.scale = filterScales[i] * inputShape.scale; in depthwiseConvQuant8PerChannel() 185 inputShape, filterChannelShape, biasChannelShape, outputShape, &realMultiplier[i])); in depthwiseConvQuant8PerChannel()
|
D | GroupedConv2D.cpp | 197 Shape biasChannelShape = biasShape; in groupedConvQuant8PerChannel() local 198 biasChannelShape.scale = filterScales[i] * inputShape.scale; in groupedConvQuant8PerChannel() 201 inputShape, filterChannelShape, biasChannelShape, outputShape, &realMultiplier[i])); in groupedConvQuant8PerChannel()
|
D | TransposeConv2D.cpp | 336 Shape biasChannelShape = biasShape; in transposeConvQuant8PerChannelNhwc() local 337 biasChannelShape.scale = filterScales[i] * inputShape.scale; in transposeConvQuant8PerChannelNhwc() 340 inputShape, filterChannelShape, biasChannelShape, outputShape, &realMultiplier[i])); in transposeConvQuant8PerChannelNhwc()
|
D | Conv2D.cpp | 313 Shape biasChannelShape = biasShape; in convQuant8PerChannelNhwc() local 314 biasChannelShape.scale = filterScales[i] * inputShape.scale; in convQuant8PerChannelNhwc() 316 inputShape, filterChannelShape, biasChannelShape, outputShape, &realMultiplier[i])); in convQuant8PerChannelNhwc()
|