Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/operations/
DFullyConnected.cpp170 bool meetsQuantizedScaleConstraintBeforeV1_2 = (outputScale > inputScale * weightsScale); in validate() local
172 if (!meetsQuantizedScaleConstraintBeforeV1_2) { in validate()
DConv2D.cpp446 bool meetsQuantizedScaleConstraintBeforeV1_2 = true; in validate() local
451 meetsQuantizedScaleConstraintBeforeV1_2 = (outputScale > inputScale * filterScale); in validate()
480 !meetsQuantizedScaleConstraintBeforeV1_2) { in validate()
/frameworks/ml/nn/common/
DUtils.cpp661 bool meetsQuantizedScaleConstraintBeforeV1_2 = true; in validateOperation() local
666 meetsQuantizedScaleConstraintBeforeV1_2 = (outputScale > inputScale * filterScale); in validateOperation()
699 withDilation || !meetsQuantizedScaleConstraintBeforeV1_2) { in validateOperation()