aboutsummaryrefslogtreecommitdiff
path: root/operators/data_nodes/const/const_28_b/test.json
diff options
context:
space:
mode:
authorJeremy Johnson <jeremy.johnson@arm.com>2022-06-17 13:06:29 +0100
committerJeremy Johnson <jeremy.johnson@arm.com>2022-06-17 13:06:29 +0100
commiteb8bca812efc17b975864d87a734c0dd520df618 (patch)
tree3091f06effa72e7a9222234950ba60c0d97f33af /operators/data_nodes/const/const_28_b/test.json
parentbc6c4467ba7574cf5ff8f775751fc7d20c10c879 (diff)
downloadconformance_tests-eb8bca812efc17b975864d87a734c0dd520df618.tar.gz
Updating CONST tests for v0.30.0 release
Signed-off-by: Jeremy Johnson <jeremy.johnson@arm.com> Change-Id: I528c7427b388429f73b3915ab1d529c3f2ea690d
Diffstat (limited to 'operators/data_nodes/const/const_28_b/test.json')
-rw-r--r--operators/data_nodes/const/const_28_b/test.json70
1 files changed, 70 insertions, 0 deletions
diff --git a/operators/data_nodes/const/const_28_b/test.json b/operators/data_nodes/const/const_28_b/test.json
new file mode 100644
index 000000000..492f6cdad
--- /dev/null
+++ b/operators/data_nodes/const/const_28_b/test.json
@@ -0,0 +1,70 @@
+{
+ version: {
+ _major: 0,
+ _minor: 30,
+ _patch: 0,
+ _draft: false
+ },
+ blocks: [
+ {
+ name: "main",
+ operators: [
+ {
+ op: "CONST",
+ attribute_type: "NONE",
+ inputs: [
+
+ ],
+ outputs: [
+ "const-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "const-0",
+ shape: [
+ 28
+ ],
+ type: "BOOL",
+ data: [
+ 1,
+ 1,
+ 0,
+ 1,
+ 1,
+ 0,
+ 1,
+ 1,
+ 1,
+ 1,
+ 1,
+ 0,
+ 1,
+ 1,
+ 0,
+ 1,
+ 0,
+ 0,
+ 0,
+ 1,
+ 0,
+ 0,
+ 0,
+ 1,
+ 1,
+ 0,
+ 0,
+ 1
+ ]
+ }
+ ],
+ inputs: [
+
+ ],
+ outputs: [
+ "const-0"
+ ]
+ }
+ ]
+}