From 435e11481d0fb6b85d9cbb2415437a87e5174ac3 Mon Sep 17 00:00:00 2001 From: James Ward Date: Mon, 21 Nov 2022 12:01:32 +0000 Subject: Create MI tests for Data Nodes: CONST, IDENTITY Signed-off-by: James Ward Change-Id: I80ad9bad5c3a88892c325477a9d7178f4f8c7d9c --- .../data_nodes/identity/identity_44_f32/test.json | 47 ++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 operators/data_nodes/identity/identity_44_f32/test.json (limited to 'operators/data_nodes/identity/identity_44_f32/test.json') diff --git a/operators/data_nodes/identity/identity_44_f32/test.json b/operators/data_nodes/identity/identity_44_f32/test.json new file mode 100644 index 000000000..ca9a704dd --- /dev/null +++ b/operators/data_nodes/identity/identity_44_f32/test.json @@ -0,0 +1,47 @@ +{ + 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: [ + 44 + ], + type: "FP32" + }, + { + name: "result-0", + shape: [ + 44 + ], + type: "FP32" + } + ], + inputs: [ + "input-0" + ], + outputs: [ + "result-0" + ] + } + ] +} -- cgit v1.2.1