Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/operations/
DFullyConnected.cpp121 NN_RET_CHECK(GetQuantizedConvolutionMultipler(inputShape, weightsShape, biasShape, outputShape, in fullyConnectedQuant8()
159 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.cpp242 NN_RET_CHECK(GetQuantizedConvolutionMultipler(inputShape, filterShape, biasShape, outputShape, in convNhwc()
384 NN_RET_CHECK(GetQuantizedConvolutionMultipler( in convQuant8PerChannelNhwc()
477 NN_RET_CHECK(GetQuantizedConvolutionMultipler( in convQuant8PerChannelNhwc()
DTransposeConv2D.cpp209 NN_RET_CHECK(GetQuantizedConvolutionMultipler(inputShape, filterShape, biasShape, outputShape, in transposeConvNhwc()
350 NN_RET_CHECK(GetQuantizedConvolutionMultipler( in transposeConvQuant8PerChannelNhwc()
DDepthwiseConv2D.cpp208 NN_RET_CHECK(GetQuantizedConvolutionMultipler(inputShape, filterShape, biasShape, outputShape, in depthwiseConvNhwc()
310 NN_RET_CHECK(GetQuantizedConvolutionMultipler( in depthwiseConvQuant8PerChannelNhwc()
/frameworks/ml/nn/common/include/
DOperationsUtils.h195 __wur bool GetQuantizedConvolutionMultipler(const Shape& inputShape, const Shape& filterShape,
/frameworks/ml/nn/common/
DOperationsUtils.cpp258 bool GetQuantizedConvolutionMultipler(const Shape& inputShape, const Shape& filterShape, in GetQuantizedConvolutionMultipler() function