Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/operations/
DFullyConnected.cpp77 if (!GetQuantizedConvolutionMultipler(inputShape, weightsShape, biasShape, in fullyConnectedQuant8()
DDepthwiseConv2D.cpp83 if (!GetQuantizedConvolutionMultipler(inputShape, filterShape, biasShape, in depthwiseConvQuant8()
DConv2D.cpp128 if (!GetQuantizedConvolutionMultipler(inputShape, filterShape, biasShape, in convQuant8()
/frameworks/ml/nn/common/include/
DOperationsUtils.h86 bool GetQuantizedConvolutionMultipler(const Shape& inputShape,
/frameworks/ml/nn/common/
DOperationsUtils.cpp110 bool GetQuantizedConvolutionMultipler(const Shape& inputShape, in GetQuantizedConvolutionMultipler() function