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 | 115 +++++++++++---------- 1 file changed, 60 insertions(+), 55 deletions(-) (limited to 'operators/data_layout/concat/concat_ERRORIF_WrongOutputList_12x12x6_i8_axis0') diff --git a/operators/data_layout/concat/concat_ERRORIF_WrongOutputList_12x12x6_i8_axis0/test.json b/operators/data_layout/concat/concat_ERRORIF_WrongOutputList_12x12x6_i8_axis0/test.json index 2277ba260..18765b1bd 100644 --- a/operators/data_layout/concat/concat_ERRORIF_WrongOutputList_12x12x6_i8_axis0/test.json +++ b/operators/data_layout/concat/concat_ERRORIF_WrongOutputList_12x12x6_i8_axis0/test.json @@ -5,72 +5,77 @@ _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" + ], + outputs: [ + "result-0", + "eiDummyOutput" + ] + } + ], + tensors: [ + { + name: "input-0", + shape: [ + 12, + 12, + 6 + ], + type: "INT8" + }, + { + name: "input-1", + shape: [ + 6, + 12, + 6 + ], + type: "INT8" + }, + { + name: "input-2", + shape: [ + 6, + 12, + 6 + ], + type: "INT8" + }, + { + name: "result-0", + shape: [ + 24, + 12, + 6 + ], + type: "INT8" + } + ], inputs: [ "input-0", "input-1", "input-2" ], outputs: [ - "result-0", - "eiDummyOutput" + "result-0" ] } - ], - tensors: [ - { - name: "input-0", - shape: [ - 12, - 12, - 6 - ], - type: "INT8" - }, - { - name: "input-1", - shape: [ - 6, - 12, - 6 - ], - type: "INT8" - }, - { - name: "input-2", - shape: [ - 6, - 12, - 6 - ], - type: "INT8" - }, - { - name: "result-0", - shape: [ - 24, - 12, - 6 - ], - type: "INT8" - } - ], - inputs: [ - "input-0", - "input-1", - "input-2" - ], - outputs: [ - "result-0" ] } ] -- cgit v1.2.1