Searched refs:meetsQuantizedScaleConstraintBeforeV1_2 (Results 1 – 3 of 3) sorted by relevance
170 bool meetsQuantizedScaleConstraintBeforeV1_2 = (outputScale > inputScale * weightsScale); in validate() local172 if (!meetsQuantizedScaleConstraintBeforeV1_2) { in validate()
446 bool meetsQuantizedScaleConstraintBeforeV1_2 = true; in validate() local451 meetsQuantizedScaleConstraintBeforeV1_2 = (outputScale > inputScale * filterScale); in validate()480 !meetsQuantizedScaleConstraintBeforeV1_2) { in validate()
661 bool meetsQuantizedScaleConstraintBeforeV1_2 = true; in validateOperation() local666 meetsQuantizedScaleConstraintBeforeV1_2 = (outputScale > inputScale * filterScale); in validateOperation()699 withDilation || !meetsQuantizedScaleConstraintBeforeV1_2) { in validateOperation()