From 71c1895595e51da557bd73366bf5f27a8f6b3ffb Mon Sep 17 00:00:00 2001 From: Jeremy Johnson Date: Fri, 17 Jun 2022 13:06:01 +0100 Subject: Updating CLAMP tests for v0.30.0 release Signed-off-by: Jeremy Johnson Change-Id: Ic560fc8052032300292922b52363cece6cfde553 --- .../clamp/clamp_14x15x14x15x10_i8/test.json | 61 ++++++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 operators/activation/clamp/clamp_14x15x14x15x10_i8/test.json (limited to 'operators/activation/clamp/clamp_14x15x14x15x10_i8/test.json') diff --git a/operators/activation/clamp/clamp_14x15x14x15x10_i8/test.json b/operators/activation/clamp/clamp_14x15x14x15x10_i8/test.json new file mode 100644 index 000000000..db0c10ea5 --- /dev/null +++ b/operators/activation/clamp/clamp_14x15x14x15x10_i8/test.json @@ -0,0 +1,61 @@ +{ + version: { + _major: 0, + _minor: 30, + _patch: 0, + _draft: false + }, + blocks: [ + { + name: "main", + operators: [ + { + op: "CLAMP", + attribute_type: "ClampAttribute", + attribute: { + min_int: -126, + max_int: 4, + min_fp: 0.0, + max_fp: 0.0 + }, + inputs: [ + "input-0" + ], + outputs: [ + "result-0" + ] + } + ], + tensors: [ + { + name: "input-0", + shape: [ + 14, + 15, + 14, + 15, + 10 + ], + type: "INT8" + }, + { + name: "result-0", + shape: [ + 14, + 15, + 14, + 15, + 10 + ], + type: "INT8" + } + ], + inputs: [ + "input-0" + ], + outputs: [ + "result-0" + ] + } + ] +} -- cgit v1.2.1