aboutsummaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorGunes Bayir <gunes.bayir@arm.com>2023-12-08 17:11:48 +0000
committerGunes Bayir <gunes.bayir@arm.com>2023-12-08 21:11:34 +0000
commit066017249985d3ade9c1788721943c85077ef984 (patch)
treeeebafc30c83b2eb66ddb4f4f6b373987709105e3 /SConstruct
parent6b5a36178f5b73004f13e986ab336c84141d7019 (diff)
downloadComputeLibrary-066017249985d3ade9c1788721943c85077ef984.tar.gz
Fix validation error in graph_ssd_mobilenet
The graph example has fixed quantization information given for certain layers, and some of the offsets exceed the 8-bit range for Int8 data type. This shouldn't have been the case and the offsets should respect the 8-bit quantization specification laid out here: https://www.tensorflow.org/lite/performance/quantization_spec However, the mechanism added in the helper function introduces robustness in case of such irregularities with little/no cost; and therefore added as a fix. Resolves: COMPMID-6748 Change-Id: If39bf323382f109fa100ee2b87ce63cc7bc89759 Signed-off-by: Gunes Bayir <gunes.bayir@arm.com> Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/10858 Reviewed-by: SiCong Li <sicong.li@arm.com> Comments-Addressed: Arm Jenkins <bsgcomp@arm.com> Benchmark: Arm Jenkins <bsgcomp@arm.com> Tested-by: Arm Jenkins <bsgcomp@arm.com>
Diffstat (limited to 'SConstruct')
0 files changed, 0 insertions, 0 deletions