Searched refs:GetQuantizedConvolutionMultipler (Results 1 – 7 of 7) sorted by relevance
/packages/modules/NeuralNetworks/common/operations/ |
D | FullyConnected.cpp | 122 NN_RET_CHECK(GetQuantizedConvolutionMultipler(inputShape, weightsShape, biasShape, outputShape, in fullyConnectedQuant8() 160 NN_RET_CHECK(GetQuantizedConvolutionMultipler(inputShape, weightsShape, biasShape, outputShape, in fullyConnectedQuant8()
|
D | GroupedConv2D.cpp | 120 NN_RET_CHECK(GetQuantizedConvolutionMultipler(inputShape, filterShape, biasShape, outputShape, in groupedConvQuant8() 223 NN_RET_CHECK(GetQuantizedConvolutionMultipler( in groupedConvQuant8PerChannel()
|
D | Conv2D.cpp | 243 NN_RET_CHECK(GetQuantizedConvolutionMultipler(inputShape, filterShape, biasShape, outputShape, in convNhwc() 385 NN_RET_CHECK(GetQuantizedConvolutionMultipler( in convQuant8PerChannelNhwc() 478 NN_RET_CHECK(GetQuantizedConvolutionMultipler( in convQuant8PerChannelNhwc()
|
D | TransposeConv2D.cpp | 210 NN_RET_CHECK(GetQuantizedConvolutionMultipler(inputShape, filterShape, biasShape, outputShape, in transposeConvNhwc() 351 NN_RET_CHECK(GetQuantizedConvolutionMultipler( in transposeConvQuant8PerChannelNhwc()
|
D | DepthwiseConv2D.cpp | 210 NN_RET_CHECK(GetQuantizedConvolutionMultipler(inputShape, filterShape, biasShape, outputShape, in depthwiseConvNhwc() 312 NN_RET_CHECK(GetQuantizedConvolutionMultipler( in depthwiseConvQuant8PerChannelNhwc()
|
/packages/modules/NeuralNetworks/common/include/ |
D | OperationsUtils.h | 179 __wur bool GetQuantizedConvolutionMultipler(const Shape& inputShape, const Shape& filterShape,
|
/packages/modules/NeuralNetworks/common/ |
D | OperationsUtils.cpp | 256 bool GetQuantizedConvolutionMultipler(const Shape& inputShape, const Shape& filterShape, in GetQuantizedConvolutionMultipler() function
|