Home
last modified time | relevance | path

Searched refs:GetQuantizedConvolutionMultiplier (Results 1 – 8 of 8) sorted by relevance

/packages/modules/NeuralNetworks/common/cpu_operations/
DFullyConnected.cpp118 NN_RET_CHECK(GetQuantizedConvolutionMultiplier(inputShape, weightsShape, biasShape, outputShape, in fullyConnectedQuant8()
156 NN_RET_CHECK(GetQuantizedConvolutionMultiplier(inputShape, weightsShape, biasShape, outputShape, in fullyConnectedQuant8()
DGroupedConv2D.cpp124 NN_RET_CHECK(GetQuantizedConvolutionMultiplier(inputShape, filterShape, biasShape, outputShape, in groupedConvQuant8()
228 NN_RET_CHECK(GetQuantizedConvolutionMultiplier( in groupedConvQuant8PerChannel()
DConv2D.cpp240 NN_RET_CHECK(GetQuantizedConvolutionMultiplier(inputShape, filterShape, biasShape, outputShape, in convNhwc()
382 NN_RET_CHECK(GetQuantizedConvolutionMultiplier( in convQuant8PerChannelNhwc()
475 NN_RET_CHECK(GetQuantizedConvolutionMultiplier( in convQuant8PerChannelNhwc()
DBatchMatmul.cpp177 NN_RET_CHECK(GetQuantizedConvolutionMultiplier(realInputLHSShape, realInputRHSShape, in batchMatMulQuantized()
DTransposeConv2D.cpp206 NN_RET_CHECK(GetQuantizedConvolutionMultiplier(inputShape, filterShape, biasShape, outputShape, in transposeConvNhwc()
347 NN_RET_CHECK(GetQuantizedConvolutionMultiplier( in transposeConvQuant8PerChannelNhwc()
DDepthwiseConv2D.cpp206 NN_RET_CHECK(GetQuantizedConvolutionMultiplier(inputShape, filterShape, biasShape, outputShape, in depthwiseConvNhwc()
308 NN_RET_CHECK(GetQuantizedConvolutionMultiplier( in depthwiseConvQuant8PerChannelNhwc()
/packages/modules/NeuralNetworks/common/include/
DOperationsExecutionUtils.h116 [[nodiscard]] bool GetQuantizedConvolutionMultiplier(const Shape& inputShape,
121 [[nodiscard]] bool GetQuantizedConvolutionMultiplier(const Shape& inputShape,
/packages/modules/NeuralNetworks/common/
DOperationsExecutionUtils.cpp154 bool GetQuantizedConvolutionMultiplier(const Shape& inputShape, const Shape& filterShape, in GetQuantizedConvolutionMultiplier() function
169 bool GetQuantizedConvolutionMultiplier(const Shape& inputShape, const Shape& filterShape, in GetQuantizedConvolutionMultiplier() function