aboutsummaryrefslogtreecommitdiff
path: root/operators/tensor/fully_connected/fully_connected_ERRORIF_WeightZeroPointNotZero_6x32_i8xi4/desc.json
diff options
context:
space:
mode:
authorJeremy Johnson <jeremy.johnson@arm.com>2022-06-17 13:08:16 +0100
committerJeremy Johnson <jeremy.johnson@arm.com>2022-06-17 13:08:16 +0100
commitf78c64eff040c9b7c3c0d147098ce84cfce1bc8c (patch)
tree08eef83b294fd03ab7f47c3572adb3bd20e541b1 /operators/tensor/fully_connected/fully_connected_ERRORIF_WeightZeroPointNotZero_6x32_i8xi4/desc.json
parent9dc08254d07c00f35680bf9831fd7b7351d19df6 (diff)
downloadconformance_tests-f78c64eff040c9b7c3c0d147098ce84cfce1bc8c.tar.gz
Updating FULLY_CONNECTED tests for v0.30.0 release
Signed-off-by: Jeremy Johnson <jeremy.johnson@arm.com> Change-Id: I820151ce76e4ca102e94c7194c3623a56192d078
Diffstat (limited to 'operators/tensor/fully_connected/fully_connected_ERRORIF_WeightZeroPointNotZero_6x32_i8xi4/desc.json')
-rw-r--r--operators/tensor/fully_connected/fully_connected_ERRORIF_WeightZeroPointNotZero_6x32_i8xi4/desc.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/operators/tensor/fully_connected/fully_connected_ERRORIF_WeightZeroPointNotZero_6x32_i8xi4/desc.json b/operators/tensor/fully_connected/fully_connected_ERRORIF_WeightZeroPointNotZero_6x32_i8xi4/desc.json
new file mode 100644
index 000000000..9841e35f3
--- /dev/null
+++ b/operators/tensor/fully_connected/fully_connected_ERRORIF_WeightZeroPointNotZero_6x32_i8xi4/desc.json
@@ -0,0 +1,18 @@
+{
+ "tosa_file": "test.json",
+ "ifm_name": [
+ "input-0"
+ ],
+ "ifm_file": [
+ "input-0.npy"
+ ],
+ "ofm_name": [
+ "result-0"
+ ],
+ "ofm_file": [
+ "result-0.npy"
+ ],
+ "expected_return_code": 2,
+ "expected_failure": true,
+ "expected_failure_desc": "Weight DType not INT8 and zero point not 0"
+} \ No newline at end of file