From d5e8f519efe996800ca8ed8235735bd9cc124050 Mon Sep 17 00:00:00 2001 From: Jeremy Johnson Date: Fri, 17 Jun 2022 13:06:24 +0100 Subject: Updating SLICE tests for v0.30.0 release Signed-off-by: Jeremy Johnson Change-Id: I750905470261d35fee2e6db822ea7ad41b515a5e --- .../test.json | 64 ++++++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 operators/data_layout/slice/slice_ERRORIF_InputSizeStartLengthMismatch_12x8x24x5_i32_perm1/test.json (limited to 'operators/data_layout/slice/slice_ERRORIF_InputSizeStartLengthMismatch_12x8x24x5_i32_perm1/test.json') diff --git a/operators/data_layout/slice/slice_ERRORIF_InputSizeStartLengthMismatch_12x8x24x5_i32_perm1/test.json b/operators/data_layout/slice/slice_ERRORIF_InputSizeStartLengthMismatch_12x8x24x5_i32_perm1/test.json new file mode 100644 index 000000000..80c7989e8 --- /dev/null +++ b/operators/data_layout/slice/slice_ERRORIF_InputSizeStartLengthMismatch_12x8x24x5_i32_perm1/test.json @@ -0,0 +1,64 @@ +{ + version: { + _major: 0, + _minor: 30, + _patch: 0, + _draft: false + }, + blocks: [ + { + name: "main", + operators: [ + { + op: "SLICE", + attribute_type: "SliceAttribute", + attribute: { + start: [ + 0, + 0, + 2 + ], + size: [ + 6, + 15, + 2 + ] + }, + inputs: [ + "input-0" + ], + outputs: [ + "result-0" + ] + } + ], + tensors: [ + { + name: "input-0", + shape: [ + 12, + 8, + 24, + 5 + ], + type: "INT32" + }, + { + name: "result-0", + shape: [ + 6, + 15, + 2 + ], + type: "INT32" + } + ], + inputs: [ + "input-0" + ], + outputs: [ + "result-0" + ] + } + ] +} -- cgit v1.2.1