Home
last modified time | relevance | path

Searched refs:inputScale (Results 1 – 3 of 3) sorted by relevance

/frameworks/ml/nn/common/operations/
DFullyConnected.cpp167 const float inputScale = context->getInputShape(kInputTensor).scale; in validate() local
170 bool meetsQuantizedScaleConstraintBeforeV1_2 = (outputScale > inputScale * weightsScale); in validate()
DConv2D.cpp448 const float inputScale = context->getInputShape(kInputTensor).scale; in validate() local
451 meetsQuantizedScaleConstraintBeforeV1_2 = (outputScale > inputScale * filterScale); in validate()
/frameworks/ml/nn/common/
DUtils.cpp663 const float inputScale = operands[inputIndexes[0]].scale; in validateOperation() local
666 meetsQuantizedScaleConstraintBeforeV1_2 = (outputScale > inputScale * filterScale); in validateOperation()