From fe6e6eb29a416ad7618567d4365f8b65165694c1 Mon Sep 17 00:00:00 2001 From: Jeremy Johnson Date: Wed, 26 Apr 2023 15:52:47 +0100 Subject: Updating TYPE_CONVERSION tests for 8k level support Signed-off-by: Jeremy Johnson Change-Id: I1cceadb2d39ee445375b9f12c11a8075e12df6c5 --- .../cast/cast_7x7x7x8x5x2_i32_outi16/test.json | 62 ++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 operators/type_conversion/cast/cast_7x7x7x8x5x2_i32_outi16/test.json (limited to 'operators/type_conversion/cast/cast_7x7x7x8x5x2_i32_outi16/test.json') diff --git a/operators/type_conversion/cast/cast_7x7x7x8x5x2_i32_outi16/test.json b/operators/type_conversion/cast/cast_7x7x7x8x5x2_i32_outi16/test.json new file mode 100644 index 000000000..432f32acc --- /dev/null +++ b/operators/type_conversion/cast/cast_7x7x7x8x5x2_i32_outi16/test.json @@ -0,0 +1,62 @@ +{ + version: { + _major: 0, + _minor: 70, + _patch: 0, + _draft: true + }, + regions: [ + { + name: "main", + blocks: [ + { + name: "main", + operators: [ + { + op: "CAST", + attribute_type: "NONE", + inputs: [ + "input-0" + ], + outputs: [ + "result-0" + ] + } + ], + tensors: [ + { + name: "input-0", + shape: [ + 7, + 7, + 7, + 8, + 5, + 2 + ], + type: "INT32" + }, + { + name: "result-0", + shape: [ + 7, + 7, + 7, + 8, + 5, + 2 + ], + type: "INT16" + } + ], + inputs: [ + "input-0" + ], + outputs: [ + "result-0" + ] + } + ] + } + ] +} -- cgit v1.2.1