Home
last modified time | relevance | path

Searched refs:GetQuantizedConvolutionMultipler (Results 1 – 7 of 7) sorted by relevance

/packages/modules/NeuralNetworks/common/operations/
DFullyConnected.cpp122 NN_RET_CHECK(GetQuantizedConvolutionMultipler(inputShape, weightsShape, biasShape, outputShape, in fullyConnectedQuant8()
160 NN_RET_CHECK(GetQuantizedConvolutionMultipler(inputShape, weightsShape, biasShape, outputShape, in fullyConnectedQuant8()
DGroupedConv2D.cpp120 NN_RET_CHECK(GetQuantizedConvolutionMultipler(inputShape, filterShape, biasShape, outputShape, in groupedConvQuant8()
223 NN_RET_CHECK(GetQuantizedConvolutionMultipler( in groupedConvQuant8PerChannel()
DConv2D.cpp243 NN_RET_CHECK(GetQuantizedConvolutionMultipler(inputShape, filterShape, biasShape, outputShape, in convNhwc()
385 NN_RET_CHECK(GetQuantizedConvolutionMultipler( in convQuant8PerChannelNhwc()
478 NN_RET_CHECK(GetQuantizedConvolutionMultipler( in convQuant8PerChannelNhwc()
DTransposeConv2D.cpp210 NN_RET_CHECK(GetQuantizedConvolutionMultipler(inputShape, filterShape, biasShape, outputShape, in transposeConvNhwc()
351 NN_RET_CHECK(GetQuantizedConvolutionMultipler( in transposeConvQuant8PerChannelNhwc()
DDepthwiseConv2D.cpp210 NN_RET_CHECK(GetQuantizedConvolutionMultipler(inputShape, filterShape, biasShape, outputShape, in depthwiseConvNhwc()
312 NN_RET_CHECK(GetQuantizedConvolutionMultipler( in depthwiseConvQuant8PerChannelNhwc()
/packages/modules/NeuralNetworks/common/include/
DOperationsUtils.h179 __wur bool GetQuantizedConvolutionMultipler(const Shape& inputShape, const Shape& filterShape,
/packages/modules/NeuralNetworks/common/
DOperationsUtils.cpp256 bool GetQuantizedConvolutionMultipler(const Shape& inputShape, const Shape& filterShape, in GetQuantizedConvolutionMultipler() function