Searched refs:sameScale (Results 1 – 1 of 1) sorted by relevance
35 … bool sameScale = (inputInfo.GetQuantizationScale() == outputInfo.GetQuantizationScale()); in checkDataTypeInputandOutput() local38 return (sameScale && sameOffset); in checkDataTypeInputandOutput()