Searched refs:GetQuantizedConvolutionMultiplier (Results 1 – 8 of 8) sorted by relevance
/packages/modules/NeuralNetworks/common/cpu_operations/ |
D | FullyConnected.cpp | 118 NN_RET_CHECK(GetQuantizedConvolutionMultiplier(inputShape, weightsShape, biasShape, outputShape, in fullyConnectedQuant8() 156 NN_RET_CHECK(GetQuantizedConvolutionMultiplier(inputShape, weightsShape, biasShape, outputShape, in fullyConnectedQuant8()
|
D | GroupedConv2D.cpp | 124 NN_RET_CHECK(GetQuantizedConvolutionMultiplier(inputShape, filterShape, biasShape, outputShape, in groupedConvQuant8() 228 NN_RET_CHECK(GetQuantizedConvolutionMultiplier( in groupedConvQuant8PerChannel()
|
D | Conv2D.cpp | 240 NN_RET_CHECK(GetQuantizedConvolutionMultiplier(inputShape, filterShape, biasShape, outputShape, in convNhwc() 382 NN_RET_CHECK(GetQuantizedConvolutionMultiplier( in convQuant8PerChannelNhwc() 475 NN_RET_CHECK(GetQuantizedConvolutionMultiplier( in convQuant8PerChannelNhwc()
|
D | BatchMatmul.cpp | 177 NN_RET_CHECK(GetQuantizedConvolutionMultiplier(realInputLHSShape, realInputRHSShape, in batchMatMulQuantized()
|
D | TransposeConv2D.cpp | 206 NN_RET_CHECK(GetQuantizedConvolutionMultiplier(inputShape, filterShape, biasShape, outputShape, in transposeConvNhwc() 347 NN_RET_CHECK(GetQuantizedConvolutionMultiplier( in transposeConvQuant8PerChannelNhwc()
|
D | DepthwiseConv2D.cpp | 206 NN_RET_CHECK(GetQuantizedConvolutionMultiplier(inputShape, filterShape, biasShape, outputShape, in depthwiseConvNhwc() 308 NN_RET_CHECK(GetQuantizedConvolutionMultiplier( in depthwiseConvQuant8PerChannelNhwc()
|
/packages/modules/NeuralNetworks/common/include/ |
D | OperationsExecutionUtils.h | 116 [[nodiscard]] bool GetQuantizedConvolutionMultiplier(const Shape& inputShape, 121 [[nodiscard]] bool GetQuantizedConvolutionMultiplier(const Shape& inputShape,
|
/packages/modules/NeuralNetworks/common/ |
D | OperationsExecutionUtils.cpp | 154 bool GetQuantizedConvolutionMultiplier(const Shape& inputShape, const Shape& filterShape, in GetQuantizedConvolutionMultiplier() function 169 bool GetQuantizedConvolutionMultiplier(const Shape& inputShape, const Shape& filterShape, in GetQuantizedConvolutionMultiplier() function
|