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 --- operators/data_nodes/const/const_42_f32/test.json | 210 ++++++++++++++++++++++ 1 file changed, 210 insertions(+) create mode 100644 operators/data_nodes/const/const_42_f32/test.json (limited to 'operators/data_nodes/const/const_42_f32/test.json') diff --git a/operators/data_nodes/const/const_42_f32/test.json b/operators/data_nodes/const/const_42_f32/test.json new file mode 100644 index 000000000..143e57186 --- /dev/null +++ b/operators/data_nodes/const/const_42_f32/test.json @@ -0,0 +1,210 @@ +{ + version: { + _major: 0, + _minor: 41, + _patch: 0, + _draft: true + }, + blocks: [ + { + name: "main", + operators: [ + { + op: "CONST", + attribute_type: "NONE", + inputs: [ + + ], + outputs: [ + "const-0" + ] + } + ], + tensors: [ + { + name: "const-0", + shape: [ + 42 + ], + type: "FP32", + data: [ + 153, + 243, + 9, + 63, + 19, + 118, + 91, + 62, + 53, + 131, + 114, + 62, + 78, + 193, + 72, + 191, + 165, + 56, + 240, + 191, + 80, + 154, + 129, + 190, + 245, + 33, + 146, + 191, + 86, + 85, + 187, + 190, + 63, + 241, + 180, + 63, + 21, + 57, + 136, + 191, + 37, + 38, + 226, + 191, + 231, + 220, + 95, + 191, + 40, + 92, + 83, + 191, + 113, + 205, + 37, + 63, + 140, + 154, + 105, + 62, + 27, + 91, + 145, + 63, + 207, + 65, + 40, + 63, + 63, + 184, + 191, + 190, + 72, + 199, + 160, + 63, + 135, + 130, + 170, + 191, + 21, + 95, + 244, + 191, + 63, + 229, + 209, + 191, + 43, + 178, + 99, + 63, + 159, + 38, + 28, + 190, + 201, + 109, + 173, + 191, + 214, + 240, + 136, + 59, + 38, + 4, + 178, + 191, + 53, + 8, + 73, + 63, + 61, + 139, + 92, + 190, + 37, + 171, + 243, + 190, + 106, + 64, + 75, + 191, + 205, + 104, + 5, + 63, + 255, + 128, + 13, + 191, + 141, + 31, + 211, + 191, + 187, + 148, + 195, + 191, + 218, + 125, + 236, + 63, + 125, + 49, + 209, + 63, + 7, + 128, + 76, + 63, + 201, + 191, + 111, + 191, + 227, + 55, + 240, + 63, + 112, + 184, + 142, + 63, + 118, + 24, + 94, + 63 + ] + } + ], + inputs: [ + + ], + outputs: [ + "const-0" + ] + } + ] +} -- cgit v1.2.1