Imported Upstream version 1.25.0
[platform/core/ml/nnfw.git] / compiler / circle2circle-dredd-recipe-test / test.lst
index 4fb1e78..2dd24af 100644 (file)
@@ -54,6 +54,9 @@ Add(MaxPoolWithArgmax_001 PASS resolve_customop_max_pool_with_argmax)
 Add(MaxPoolWithArgmax_002 PASS resolve_customop_max_pool_with_argmax)
 Add(FullyConnected_007 PASS replace_non_const_fc_with_batch_matmul)
 Add(FullyConnected_008 PASS replace_non_const_fc_with_batch_matmul)
+Add(Net_Gelu_000 PASS fuse_gelu)
+Add(Net_Gelu_001 PASS fuse_gelu)
+Add(HardSwish_001 PASS decompose_hardswish)
 
 ## CIRCLE RECIPE
 
@@ -89,3 +92,6 @@ Add(REGRESS_ONNX_Conv_BN_MeanMean_001 PASS
       fuse_activation_function
       fuse_mean_with_mean
       fuse_transpose_with_mean)
+
+Add(REGRESS_ONNX_Mul_Mul_000 PASS
+      convert_nchw_to_nhwc)