Home
last modified time | relevance | path

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

/external/armnn/src/backends/aclCommon/
DArmComputeSubgraphUtils.hpp35 … bool sameScale = (inputInfo.GetQuantizationScale() == outputInfo.GetQuantizationScale()); in checkDataTypeInputandOutput() local
38 return (sameScale && sameOffset); in checkDataTypeInputandOutput()