From f722ca70e9692c51e8049644dc692b0bd17d3f9c Mon Sep 17 00:00:00 2001 From: Jeremy Johnson Date: Fri, 17 Jun 2022 13:06:36 +0100 Subject: Updating INTDIV tests for v0.30.0 release Signed-off-by: Jeremy Johnson Change-Id: Ia508fced628170293874a0a136701bfa63060a63 --- .../ew_binary/intdiv/intdiv_20x1x25_i32/test.json | 62 ++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 operators/ew_binary/intdiv/intdiv_20x1x25_i32/test.json (limited to 'operators/ew_binary/intdiv/intdiv_20x1x25_i32/test.json') diff --git a/operators/ew_binary/intdiv/intdiv_20x1x25_i32/test.json b/operators/ew_binary/intdiv/intdiv_20x1x25_i32/test.json new file mode 100644 index 000000000..f242bb6d6 --- /dev/null +++ b/operators/ew_binary/intdiv/intdiv_20x1x25_i32/test.json @@ -0,0 +1,62 @@ +{ + version: { + _major: 0, + _minor: 30, + _patch: 0, + _draft: false + }, + blocks: [ + { + name: "main", + operators: [ + { + op: "INTDIV", + attribute_type: "NONE", + inputs: [ + "input-0", + "input-1" + ], + outputs: [ + "result-0" + ] + } + ], + tensors: [ + { + name: "input-0", + shape: [ + 20, + 1, + 25 + ], + type: "INT32" + }, + { + name: "input-1", + shape: [ + 20, + 49, + 25 + ], + type: "INT32" + }, + { + name: "result-0", + shape: [ + 20, + 49, + 25 + ], + type: "INT32" + } + ], + inputs: [ + "input-0", + "input-1" + ], + outputs: [ + "result-0" + ] + } + ] +} -- cgit v1.2.1