aboutsummaryrefslogtreecommitdiff
path: root/operators/ew_unary/rsqrt/rsqrt_57x19_f16/test.json
diff options
context:
space:
mode:
authorJeremy Johnson <jeremy.johnson@arm.com>2023-01-16 15:54:36 +0000
committerJeremy Johnson <jeremy.johnson@arm.com>2023-01-17 09:18:19 +0000
commit7d3ec0e4ed28c02203816f8169a8d29465c4dcb9 (patch)
tree9a04e8b90c4398926a181c1d6a06ab7e47792659 /operators/ew_unary/rsqrt/rsqrt_57x19_f16/test.json
parentb08fb3e856b7757403ff9aafc9487f9c0ad61fe7 (diff)
downloadconformance_tests-7d3ec0e4ed28c02203816f8169a8d29465c4dcb9.tar.gz
Create MI tests for EW Unary: LOG, RECIPROCAL, RSQRT, EXP
Also regen TRANSPOSE and GREATER ERROR_IF tests due to generator change to using correct filtering. Signed-off-by: Jeremy Johnson <jeremy.johnson@arm.com> Change-Id: Id68e583a736b784c94d8cdad50a27a3dbdbf5215
Diffstat (limited to 'operators/ew_unary/rsqrt/rsqrt_57x19_f16/test.json')
-rw-r--r--operators/ew_unary/rsqrt/rsqrt_57x19_f16/test.json54
1 files changed, 54 insertions, 0 deletions
diff --git a/operators/ew_unary/rsqrt/rsqrt_57x19_f16/test.json b/operators/ew_unary/rsqrt/rsqrt_57x19_f16/test.json
new file mode 100644
index 000000000..37fed0abd
--- /dev/null
+++ b/operators/ew_unary/rsqrt/rsqrt_57x19_f16/test.json
@@ -0,0 +1,54 @@
+{
+ version: {
+ _major: 0,
+ _minor: 51,
+ _patch: 0,
+ _draft: true
+ },
+ regions: [
+ {
+ name: "main",
+ blocks: [
+ {
+ name: "main",
+ operators: [
+ {
+ op: "RSQRT",
+ attribute_type: "NONE",
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 57,
+ 19
+ ],
+ type: "FP16"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 57,
+ 19
+ ],
+ type: "FP16"
+ }
+ ],
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ]
+ }
+ ]
+}