From 3da6f63bef663a54bf216c2af8d72ef3920268b6 Mon Sep 17 00:00:00 2001 From: Jeremy Johnson Date: Thu, 13 Oct 2022 12:50:06 +0100 Subject: Updating ACTIVATION tests for FP16 and accumulator types Signed-off-by: Jeremy Johnson Change-Id: If4fb629e5fa685af9d35c63c4b2a5e00d82cff76 --- .../clamp/clamp_4x2x11x19x14_i8/test.json | 61 ++++++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 operators/activation/clamp/clamp_4x2x11x19x14_i8/test.json (limited to 'operators/activation/clamp/clamp_4x2x11x19x14_i8/test.json') diff --git a/operators/activation/clamp/clamp_4x2x11x19x14_i8/test.json b/operators/activation/clamp/clamp_4x2x11x19x14_i8/test.json new file mode 100644 index 000000000..bf15ec810 --- /dev/null +++ b/operators/activation/clamp/clamp_4x2x11x19x14_i8/test.json @@ -0,0 +1,61 @@ +{ + version: { + _major: 0, + _minor: 41, + _patch: 0, + _draft: true + }, + blocks: [ + { + name: "main", + operators: [ + { + op: "CLAMP", + attribute_type: "ClampAttribute", + attribute: { + min_int: -90, + max_int: 2, + min_fp: 0.0, + max_fp: 0.0 + }, + inputs: [ + "input-0" + ], + outputs: [ + "result-0" + ] + } + ], + tensors: [ + { + name: "input-0", + shape: [ + 4, + 2, + 11, + 19, + 14 + ], + type: "INT8" + }, + { + name: "result-0", + shape: [ + 4, + 2, + 11, + 19, + 14 + ], + type: "INT8" + } + ], + inputs: [ + "input-0" + ], + outputs: [ + "result-0" + ] + } + ] +} -- cgit v1.2.1