From 874bb4fe493b2958a21e9a84c22828e82d4ff167 Mon Sep 17 00:00:00 2001 From: Jeremy Johnson Date: Wed, 16 Nov 2022 14:39:55 +0000 Subject: Updating conformance files for BF16 support Signed-off-by: Jeremy Johnson Change-Id: Iabe3a47a30eaea83f29b160ae2227e57ec22e96d --- .../test.json | 53 ++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 operators/reduction/reduce_any/reduce_any_ERRORIF_WrongOutputList_15x13_b_axis0/test.json (limited to 'operators/reduction/reduce_any/reduce_any_ERRORIF_WrongOutputList_15x13_b_axis0/test.json') diff --git a/operators/reduction/reduce_any/reduce_any_ERRORIF_WrongOutputList_15x13_b_axis0/test.json b/operators/reduction/reduce_any/reduce_any_ERRORIF_WrongOutputList_15x13_b_axis0/test.json new file mode 100644 index 000000000..ecbfc53d0 --- /dev/null +++ b/operators/reduction/reduce_any/reduce_any_ERRORIF_WrongOutputList_15x13_b_axis0/test.json @@ -0,0 +1,53 @@ +{ + version: { + _major: 0, + _minor: 41, + _patch: 0, + _draft: true + }, + blocks: [ + { + name: "main", + operators: [ + { + op: "REDUCE_ANY", + attribute_type: "AxisAttribute", + attribute: { + axis: 0 + }, + inputs: [ + "input-0" + ], + outputs: [ + "result-0", + "eiDummyOutput" + ] + } + ], + tensors: [ + { + name: "input-0", + shape: [ + 15, + 13 + ], + type: "BOOL" + }, + { + name: "result-0", + shape: [ + 1, + 13 + ], + type: "BOOL" + } + ], + inputs: [ + "input-0" + ], + outputs: [ + "result-0" + ] + } + ] +} -- cgit v1.2.1