From 1aa23bd44af0ae508dc83d26e66dfc6d68d837f8 Mon Sep 17 00:00:00 2001 From: James Ward Date: Wed, 14 Dec 2022 12:54:33 +0000 Subject: Create MI tests for EW Unary: ABS, CEIL, FLOOR, NEGATE Signed-off-by: James Ward Change-Id: I2359051636ec6f3924bfc854c227993a883067cc --- .../ew_unary/ceil/ceil_51x34x11_bf16/test.json | 51 ++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 operators/ew_unary/ceil/ceil_51x34x11_bf16/test.json (limited to 'operators/ew_unary/ceil/ceil_51x34x11_bf16/test.json') diff --git a/operators/ew_unary/ceil/ceil_51x34x11_bf16/test.json b/operators/ew_unary/ceil/ceil_51x34x11_bf16/test.json new file mode 100644 index 000000000..6dafa639e --- /dev/null +++ b/operators/ew_unary/ceil/ceil_51x34x11_bf16/test.json @@ -0,0 +1,51 @@ +{ + version: { + _major: 0, + _minor: 51, + _patch: 0, + _draft: true + }, + blocks: [ + { + name: "main", + operators: [ + { + op: "CEIL", + attribute_type: "NONE", + inputs: [ + "input-0" + ], + outputs: [ + "result-0" + ] + } + ], + tensors: [ + { + name: "input-0", + shape: [ + 51, + 34, + 11 + ], + type: "BF16" + }, + { + name: "result-0", + shape: [ + 51, + 34, + 11 + ], + type: "BF16" + } + ], + inputs: [ + "input-0" + ], + outputs: [ + "result-0" + ] + } + ] +} -- cgit v1.2.1