From 681e0a8085d19629eddfb3d76a2ef9c0a7110f3c Mon Sep 17 00:00:00 2001 From: James Ward Date: Mon, 20 Feb 2023 18:04:31 +0000 Subject: Create MI tests for Tensors: TRANSPOSE_CONV2D Change-Id: I4f967ce2dfb0cb44dc58307170fd9306a0ea1ed5 Signed-off-by: James Ward --- verif/conformance/tosa_main_profile_ops_info.json | 52 +++++++++++++++++++++++ 1 file changed, 52 insertions(+) diff --git a/verif/conformance/tosa_main_profile_ops_info.json b/verif/conformance/tosa_main_profile_ops_info.json index b2cdf37..afcc987 100644 --- a/verif/conformance/tosa_main_profile_ops_info.json +++ b/verif/conformance/tosa_main_profile_ops_info.json @@ -1796,6 +1796,58 @@ "tosa-mi" ] }, + "transpose_conv2d": { + "group": "tensor", + "generator_negative_dim_range": "1,10", + "generator_args": [ + [ + "--target-dtype", + "fp32", + "--target-dtype", + "fp16", + "--target-dtype", + "bf16", + "--fp-values-range", + "-2.0,2.0", + "--target-shape", + "10,24,9,13", + "--target-shape", + "8,14,20,5", + "--tensor-dim-range", + "1,16", + "--allow-pooling-and-conv-oversizes" + ], + [ + "--target-dtype", + "fp16", + "--fp-values-range", + "-2.0,2.0", + "--target-shape", + "1,65536,1", + "--tensor-dim-range", + "1,17", + "--max-conv-dilation", + "1" + ] + ], + "params": { + "shape": [], + "type": [], + "kernel": [], + "stride": [], + "pad": [], + "out_shape": [] + }, + "permutes": [ + "shape", + "type", + "stride", + "pad" + ], + "profile": [ + "tosa-mi" + ] + }, "maximum": { "group": "ew_binary", "generator_args": [ -- cgit v1.2.1