Searched refs:filterChannelShape (Results 1 – 4 of 4) sorted by relevance
/packages/modules/NeuralNetworks/common/operations/ |
D | Conv2D.cpp | 381 Shape filterChannelShape = filterShape; in convQuant8PerChannelNhwc() local 382 filterChannelShape.scale = filterScales[i]; in convQuant8PerChannelNhwc() 386 inputShape, filterChannelShape, biasChannelShape, outputShape, &realMultiplier[i])); in convQuant8PerChannelNhwc() 474 Shape filterChannelShape = filterShape; in convQuant8PerChannelNhwc() local 475 filterChannelShape.scale = filterScales[i]; in convQuant8PerChannelNhwc() 479 inputShape, filterChannelShape, biasChannelShape, outputShape, &realMultiplier[i])); in convQuant8PerChannelNhwc()
|
D | GroupedConv2D.cpp | 218 Shape filterChannelShape = filterShape; in groupedConvQuant8PerChannel() local 219 filterChannelShape.scale = filterScales[i]; in groupedConvQuant8PerChannel() 224 inputShape, filterChannelShape, biasChannelShape, outputShape, &realMultiplier[i])); in groupedConvQuant8PerChannel()
|
D | TransposeConv2D.cpp | 346 Shape filterChannelShape = filterShape; in transposeConvQuant8PerChannelNhwc() local 347 filterChannelShape.scale = filterScales[i]; in transposeConvQuant8PerChannelNhwc() 352 inputShape, filterChannelShape, biasChannelShape, outputShape, &realMultiplier[i])); in transposeConvQuant8PerChannelNhwc()
|
D | DepthwiseConv2D.cpp | 308 Shape filterChannelShape = filterShape; in depthwiseConvQuant8PerChannelNhwc() local 309 filterChannelShape.scale = filterScales[i]; in depthwiseConvQuant8PerChannelNhwc() 313 inputShape, filterChannelShape, biasChannelShape, outputShape, &realMultiplier[i])); in depthwiseConvQuant8PerChannelNhwc()
|