From e926477175d04742f000925b4780d97e0c919e86 Mon Sep 17 00:00:00 2001 From: James Ward Date: Wed, 14 Dec 2022 12:16:05 +0000 Subject: Create MI tests for EW Binary: MINIMUM, MAXIMUM Signed-off-by: James Ward Change-Id: I59cc5c683e270dcea7ced52fc1d037a553ff544f --- .../maximum/maximum_65531x1x2x1_f32/test.json | 65 ++++++++++++++++++++++ 1 file changed, 65 insertions(+) create mode 100644 operators/ew_binary/maximum/maximum_65531x1x2x1_f32/test.json (limited to 'operators/ew_binary/maximum/maximum_65531x1x2x1_f32/test.json') diff --git a/operators/ew_binary/maximum/maximum_65531x1x2x1_f32/test.json b/operators/ew_binary/maximum/maximum_65531x1x2x1_f32/test.json new file mode 100644 index 000000000..fddec92d4 --- /dev/null +++ b/operators/ew_binary/maximum/maximum_65531x1x2x1_f32/test.json @@ -0,0 +1,65 @@ +{ + version: { + _major: 0, + _minor: 51, + _patch: 0, + _draft: true + }, + blocks: [ + { + name: "main", + operators: [ + { + op: "MAXIMUM", + attribute_type: "NONE", + inputs: [ + "input-0", + "input-1" + ], + outputs: [ + "result-0" + ] + } + ], + tensors: [ + { + name: "input-0", + shape: [ + 65531, + 1, + 2, + 1 + ], + type: "FP32" + }, + { + name: "input-1", + shape: [ + 65531, + 1, + 2, + 1 + ], + type: "FP32" + }, + { + name: "result-0", + shape: [ + 65531, + 1, + 2, + 1 + ], + type: "FP32" + } + ], + inputs: [ + "input-0", + "input-1" + ], + outputs: [ + "result-0" + ] + } + ] +} -- cgit v1.2.1