From e2ac2482baa202af7fe759a6b58d9bdd75168b6a Mon Sep 17 00:00:00 2001 From: Jeremy Johnson Date: Fri, 17 Jun 2022 13:06:00 +0100 Subject: Updating framework tests for v0.30.0 release Signed-off-by: Jeremy Johnson Change-Id: I216edc7080a64aa481deb192253295a006fa4373 --- .../operators/leaky_relu_1x4x8x19_qi16_0/desc.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 frameworks/tflite/operators/leaky_relu_1x4x8x19_qi16_0/desc.json (limited to 'frameworks/tflite/operators/leaky_relu_1x4x8x19_qi16_0/desc.json') diff --git a/frameworks/tflite/operators/leaky_relu_1x4x8x19_qi16_0/desc.json b/frameworks/tflite/operators/leaky_relu_1x4x8x19_qi16_0/desc.json new file mode 100644 index 000000000..296356e92 --- /dev/null +++ b/frameworks/tflite/operators/leaky_relu_1x4x8x19_qi16_0/desc.json @@ -0,0 +1,19 @@ +{ + "tosa_file": "test_leaky_relu_1x4x8x19_qi16_0.json", + "ifm_name": [ + "TosaInput_0" + ], + "ifm_file": [ + "placeholder_0.npy" + ], + "ofm_name": [ + "TosaOutput_0" + ], + "ofm_file": [ + "output_0.npy" + ], + "expected_failure": false, + "expected_result_file": [ + "Conformance-TosaOutput_0.npy" + ] +} \ No newline at end of file -- cgit v1.2.1