From 440fbd6624908131c5e3db9d7abbf1143da62c18 Mon Sep 17 00:00:00 2001 From: Jeremy Johnson Date: Fri, 17 Jun 2022 13:06:29 +0100 Subject: Updating IDENTITY tests for v0.30.0 release Signed-off-by: Jeremy Johnson Change-Id: Idc97e811b29ee00bd6456fd8a02b38ad4fedf01e --- .../data_nodes/identity/identity_27_b/test.json | 47 ++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 operators/data_nodes/identity/identity_27_b/test.json (limited to 'operators/data_nodes/identity/identity_27_b/test.json') diff --git a/operators/data_nodes/identity/identity_27_b/test.json b/operators/data_nodes/identity/identity_27_b/test.json new file mode 100644 index 000000000..b74a0c8e3 --- /dev/null +++ b/operators/data_nodes/identity/identity_27_b/test.json @@ -0,0 +1,47 @@ +{ + version: { + _major: 0, + _minor: 30, + _patch: 0, + _draft: false + }, + blocks: [ + { + name: "main", + operators: [ + { + op: "IDENTITY", + attribute_type: "NONE", + inputs: [ + "input-0" + ], + outputs: [ + "result-0" + ] + } + ], + tensors: [ + { + name: "input-0", + shape: [ + 27 + ], + type: "BOOL" + }, + { + name: "result-0", + shape: [ + 27 + ], + type: "BOOL" + } + ], + inputs: [ + "input-0" + ], + outputs: [ + "result-0" + ] + } + ] +} -- cgit v1.2.1