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 --- .../floor/floor_12x12x11x12x8_f32/test.json | 55 ++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 operators/ew_unary/floor/floor_12x12x11x12x8_f32/test.json (limited to 'operators/ew_unary/floor/floor_12x12x11x12x8_f32/test.json') diff --git a/operators/ew_unary/floor/floor_12x12x11x12x8_f32/test.json b/operators/ew_unary/floor/floor_12x12x11x12x8_f32/test.json new file mode 100644 index 000000000..7d9363108 --- /dev/null +++ b/operators/ew_unary/floor/floor_12x12x11x12x8_f32/test.json @@ -0,0 +1,55 @@ +{ + version: { + _major: 0, + _minor: 51, + _patch: 0, + _draft: true + }, + blocks: [ + { + name: "main", + operators: [ + { + op: "FLOOR", + attribute_type: "NONE", + inputs: [ + "input-0" + ], + outputs: [ + "result-0" + ] + } + ], + tensors: [ + { + name: "input-0", + shape: [ + 12, + 12, + 11, + 12, + 8 + ], + type: "FP32" + }, + { + name: "result-0", + shape: [ + 12, + 12, + 11, + 12, + 8 + ], + type: "FP32" + } + ], + inputs: [ + "input-0" + ], + outputs: [ + "result-0" + ] + } + ] +} -- cgit v1.2.1