Searched refs:GetQuantizedConvolutionMultipler (Results 1 – 7 of 7) sorted by relevance
/frameworks/ml/nn/common/operations/ |
D | FullyConnected.cpp | 121 NN_RET_CHECK(GetQuantizedConvolutionMultipler(inputShape, weightsShape, biasShape, outputShape, in fullyConnectedQuant8() 159 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 | 242 NN_RET_CHECK(GetQuantizedConvolutionMultipler(inputShape, filterShape, biasShape, outputShape, in convNhwc() 384 NN_RET_CHECK(GetQuantizedConvolutionMultipler( in convQuant8PerChannelNhwc() 477 NN_RET_CHECK(GetQuantizedConvolutionMultipler( in convQuant8PerChannelNhwc()
|
D | TransposeConv2D.cpp | 209 NN_RET_CHECK(GetQuantizedConvolutionMultipler(inputShape, filterShape, biasShape, outputShape, in transposeConvNhwc() 350 NN_RET_CHECK(GetQuantizedConvolutionMultipler( in transposeConvQuant8PerChannelNhwc()
|
D | DepthwiseConv2D.cpp | 208 NN_RET_CHECK(GetQuantizedConvolutionMultipler(inputShape, filterShape, biasShape, outputShape, in depthwiseConvNhwc() 310 NN_RET_CHECK(GetQuantizedConvolutionMultipler( in depthwiseConvQuant8PerChannelNhwc()
|
/frameworks/ml/nn/common/include/ |
D | OperationsUtils.h | 195 __wur bool GetQuantizedConvolutionMultipler(const Shape& inputShape, const Shape& filterShape,
|
/frameworks/ml/nn/common/ |
D | OperationsUtils.cpp | 258 bool GetQuantizedConvolutionMultipler(const Shape& inputShape, const Shape& filterShape, in GetQuantizedConvolutionMultipler() function
|