Searched refs:biasChannelShape (Results 1 – 4 of 4) sorted by relevance
/packages/modules/NeuralNetworks/common/cpu_operations/ |
D | Conv2D.cpp | 380 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()
|
D | GroupedConv2D.cpp | 225 Shape biasChannelShape = biasShape; in groupedConvQuant8PerChannel() local 226 biasChannelShape.scale = filterScales[i] * inputShape.scale; in groupedConvQuant8PerChannel() 229 inputShape, filterChannelShape, biasChannelShape, outputShape, &realMultiplier[i])); in groupedConvQuant8PerChannel()
|
D | TransposeConv2D.cpp | 344 Shape biasChannelShape = biasShape; in transposeConvQuant8PerChannelNhwc() local 345 biasChannelShape.scale = filterScales[i] * inputShape.scale; in transposeConvQuant8PerChannelNhwc() 348 inputShape, filterChannelShape, biasChannelShape, outputShape, &realMultiplier[i])); in transposeConvQuant8PerChannelNhwc()
|
D | DepthwiseConv2D.cpp | 306 Shape biasChannelShape = biasShape; in depthwiseConvQuant8PerChannelNhwc() local 307 biasChannelShape.scale = filterScales[i] * inputShape.scale; in depthwiseConvQuant8PerChannelNhwc() 309 inputShape, filterChannelShape, biasChannelShape, outputShape, &realMultiplier[i])); in depthwiseConvQuant8PerChannelNhwc()
|