Searched refs:biasChannelShape (Results 1 – 4 of 4) sorted by relevance
/packages/modules/NeuralNetworks/common/operations/ |
D | Conv2D.cpp | 383 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()
|
D | GroupedConv2D.cpp | 220 Shape biasChannelShape = biasShape; in groupedConvQuant8PerChannel() local 221 biasChannelShape.scale = filterScales[i] * inputShape.scale; in groupedConvQuant8PerChannel() 224 inputShape, filterChannelShape, biasChannelShape, outputShape, &realMultiplier[i])); in groupedConvQuant8PerChannel()
|
D | TransposeConv2D.cpp | 348 Shape biasChannelShape = biasShape; in transposeConvQuant8PerChannelNhwc() local 349 biasChannelShape.scale = filterScales[i] * inputShape.scale; in transposeConvQuant8PerChannelNhwc() 352 inputShape, filterChannelShape, biasChannelShape, outputShape, &realMultiplier[i])); in transposeConvQuant8PerChannelNhwc()
|
D | DepthwiseConv2D.cpp | 310 Shape biasChannelShape = biasShape; in depthwiseConvQuant8PerChannelNhwc() local 311 biasChannelShape.scale = filterScales[i] * inputShape.scale; in depthwiseConvQuant8PerChannelNhwc() 313 inputShape, filterChannelShape, biasChannelShape, outputShape, &realMultiplier[i])); in depthwiseConvQuant8PerChannelNhwc()
|