From e6f2dc9772476e7be0c139ea01b25688325397c3 Mon Sep 17 00:00:00 2001 From: Jeremy Johnson Date: Fri, 17 Jun 2022 13:06:37 +0100 Subject: Updating LOGICAL_AND tests for v0.30.0 release Signed-off-by: Jeremy Johnson Change-Id: I7d333e69326a555e289d0bc8d3a7be0405859212 --- .../logical_and/logical_and_2x11x4x2x8_b/test.json | 68 ++++++++++++++++++++++ 1 file changed, 68 insertions(+) create mode 100644 operators/ew_binary/logical_and/logical_and_2x11x4x2x8_b/test.json (limited to 'operators/ew_binary/logical_and/logical_and_2x11x4x2x8_b/test.json') diff --git a/operators/ew_binary/logical_and/logical_and_2x11x4x2x8_b/test.json b/operators/ew_binary/logical_and/logical_and_2x11x4x2x8_b/test.json new file mode 100644 index 000000000..d5dfba03b --- /dev/null +++ b/operators/ew_binary/logical_and/logical_and_2x11x4x2x8_b/test.json @@ -0,0 +1,68 @@ +{ + version: { + _major: 0, + _minor: 30, + _patch: 0, + _draft: false + }, + blocks: [ + { + name: "main", + operators: [ + { + op: "LOGICAL_AND", + attribute_type: "NONE", + inputs: [ + "input-0", + "input-1" + ], + outputs: [ + "result-0" + ] + } + ], + tensors: [ + { + name: "input-0", + shape: [ + 2, + 11, + 4, + 2, + 8 + ], + type: "BOOL" + }, + { + name: "input-1", + shape: [ + 2, + 11, + 4, + 1, + 8 + ], + type: "BOOL" + }, + { + name: "result-0", + shape: [ + 2, + 11, + 4, + 2, + 8 + ], + type: "BOOL" + } + ], + inputs: [ + "input-0", + "input-1" + ], + outputs: [ + "result-0" + ] + } + ] +} -- cgit v1.2.1