aboutsummaryrefslogtreecommitdiff
path: root/operators/data_nodes/identity/identity_1x1x65539x1x1_f32/test.json
diff options
context:
space:
mode:
authorJames Ward <james.ward@arm.com>2022-11-21 12:01:32 +0000
committerJames Ward <james.ward@arm.com>2022-11-21 12:01:32 +0000
commit435e11481d0fb6b85d9cbb2415437a87e5174ac3 (patch)
tree9c4058dcbcb957f2ae014f2ccfe18a3fabb3ea79 /operators/data_nodes/identity/identity_1x1x65539x1x1_f32/test.json
parentd8e6b6b5148a3d61b378e6e5259ca421a709abef (diff)
downloadconformance_tests-435e11481d0fb6b85d9cbb2415437a87e5174ac3.tar.gz
Create MI tests for Data Nodes: CONST, IDENTITY
Signed-off-by: James Ward <james.ward@arm.com> Change-Id: I80ad9bad5c3a88892c325477a9d7178f4f8c7d9c
Diffstat (limited to 'operators/data_nodes/identity/identity_1x1x65539x1x1_f32/test.json')
-rw-r--r--operators/data_nodes/identity/identity_1x1x65539x1x1_f32/test.json55
1 files changed, 55 insertions, 0 deletions
diff --git a/operators/data_nodes/identity/identity_1x1x65539x1x1_f32/test.json b/operators/data_nodes/identity/identity_1x1x65539x1x1_f32/test.json
new file mode 100644
index 000000000..d33f2bc27
--- /dev/null
+++ b/operators/data_nodes/identity/identity_1x1x65539x1x1_f32/test.json
@@ -0,0 +1,55 @@
+{
+ version: {
+ _major: 0,
+ _minor: 41,
+ _patch: 0,
+ _draft: true
+ },
+ blocks: [
+ {
+ name: "main",
+ operators: [
+ {
+ op: "IDENTITY",
+ attribute_type: "NONE",
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 1,
+ 1,
+ 65539,
+ 1,
+ 1
+ ],
+ type: "FP32"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 1,
+ 1,
+ 65539,
+ 1,
+ 1
+ ],
+ type: "FP32"
+ }
+ ],
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ]
+}