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 --- operators/activation/clamp/clamp_54_i16/test.json | 53 +++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 operators/activation/clamp/clamp_54_i16/test.json (limited to 'operators/activation/clamp/clamp_54_i16/test.json') diff --git a/operators/activation/clamp/clamp_54_i16/test.json b/operators/activation/clamp/clamp_54_i16/test.json new file mode 100644 index 000000000..1be886ddf --- /dev/null +++ b/operators/activation/clamp/clamp_54_i16/test.json @@ -0,0 +1,53 @@ +{ + version: { + _major: 0, + _minor: 30, + _patch: 0, + _draft: false + }, + blocks: [ + { + name: "main", + operators: [ + { + op: "CLAMP", + attribute_type: "ClampAttribute", + attribute: { + min_int: 8962, + max_int: 11960, + min_fp: 0.0, + max_fp: 0.0 + }, + inputs: [ + "input-0" + ], + outputs: [ + "result-0" + ] + } + ], + tensors: [ + { + name: "input-0", + shape: [ + 54 + ], + type: "INT16" + }, + { + name: "result-0", + shape: [ + 54 + ], + type: "INT16" + } + ], + inputs: [ + "input-0" + ], + outputs: [ + "result-0" + ] + } + ] +} -- cgit v1.2.1