aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wpt/tests/webnn/conformance_tests/quantizeLinear.https.any.js
diff options
context:
space:
mode:
Diffstat (limited to 'tests/wpt/tests/webnn/conformance_tests/quantizeLinear.https.any.js')
-rw-r--r--tests/wpt/tests/webnn/conformance_tests/quantizeLinear.https.any.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/wpt/tests/webnn/conformance_tests/quantizeLinear.https.any.js b/tests/wpt/tests/webnn/conformance_tests/quantizeLinear.https.any.js
index 0e9fe5e6b4a..af46c8945a3 100644
--- a/tests/wpt/tests/webnn/conformance_tests/quantizeLinear.https.any.js
+++ b/tests/wpt/tests/webnn/conformance_tests/quantizeLinear.https.any.js
@@ -18,7 +18,7 @@
const getQuantizeLinearPrecisionTolerance = (graphResources) => {
- const toleranceValueDict = {int8: 1, uint8: 1, int4: 1, uint4: 1};
+ const toleranceValueDict = {int32: 1, int8: 1, uint8: 1, int4: 1, uint4: 1};
const expectedDataType =
getExpectedDataTypeOfSingleOutput(graphResources.expectedOutputs);
return {metricType: 'ULP', value: toleranceValueDict[expectedDataType]};