From b08fb3e856b7757403ff9aafc9487f9c0ad61fe7 Mon Sep 17 00:00:00 2001 From: Jeremy Johnson Date: Mon, 16 Jan 2023 15:17:52 +0000 Subject: Regen tests after control flow operator support Includes removing 3 tests that are not needed anymore. Signed-off-by: Jeremy Johnson Change-Id: I2c62d95a7b053e9016000d90125e00862f94200e --- .../test.json | 139 +++++++++++---------- 1 file changed, 72 insertions(+), 67 deletions(-) (limited to 'operators/data_layout/concat/concat_ERRORIF_ConcatInputRankMismatch_13x1_i16_axis0') diff --git a/operators/data_layout/concat/concat_ERRORIF_ConcatInputRankMismatch_13x1_i16_axis0/test.json b/operators/data_layout/concat/concat_ERRORIF_ConcatInputRankMismatch_13x1_i16_axis0/test.json index 9046bd687..6e7eff5b6 100644 --- a/operators/data_layout/concat/concat_ERRORIF_ConcatInputRankMismatch_13x1_i16_axis0/test.json +++ b/operators/data_layout/concat/concat_ERRORIF_ConcatInputRankMismatch_13x1_i16_axis0/test.json @@ -5,16 +5,81 @@ _patch: 0, _draft: true }, - blocks: [ + regions: [ { name: "main", - operators: [ + blocks: [ { - op: "CONCAT", - attribute_type: "AxisAttribute", - attribute: { - axis: 0 - }, + name: "main", + operators: [ + { + op: "CONCAT", + attribute_type: "AxisAttribute", + attribute: { + axis: 0 + }, + inputs: [ + "input-0", + "input-1", + "input-2", + "input-3", + "input-4" + ], + outputs: [ + "result-0" + ] + } + ], + tensors: [ + { + name: "input-0", + shape: [ + 13, + 1 + ], + type: "INT16" + }, + { + name: "input-1", + shape: [ + 1 + ], + type: "INT16" + }, + { + name: "input-2", + shape: [ + 13, + 1, + 3 + ], + type: "INT16" + }, + { + name: "input-3", + shape: [ + 1 + ], + type: "INT16" + }, + { + name: "input-4", + shape: [ + 13, + 1, + 2 + ], + type: "INT16" + }, + { + name: "result-0", + shape: [ + 13, + 1 + ], + type: "INT16" + } + ], inputs: [ "input-0", "input-1", @@ -26,66 +91,6 @@ "result-0" ] } - ], - tensors: [ - { - name: "input-0", - shape: [ - 13, - 1 - ], - type: "INT16" - }, - { - name: "input-1", - shape: [ - 1 - ], - type: "INT16" - }, - { - name: "input-2", - shape: [ - 13, - 1, - 3 - ], - type: "INT16" - }, - { - name: "input-3", - shape: [ - 1 - ], - type: "INT16" - }, - { - name: "input-4", - shape: [ - 13, - 1, - 2 - ], - type: "INT16" - }, - { - name: "result-0", - shape: [ - 13, - 1 - ], - type: "INT16" - } - ], - inputs: [ - "input-0", - "input-1", - "input-2", - "input-3", - "input-4" - ], - outputs: [ - "result-0" ] } ] -- cgit v1.2.1