Imported Upstream version 1.9.0
[platform/core/ml/nnfw.git] / res / TensorFlowLiteRecipes / Net_TConv_BN_000 / test.rule
1 # To check if BatchNorm op(mul + add) is fused to Transposed Convolution op
2
3 RULE    "VERIFY_FILE_FORMAT"      $(verify_file_format) '=' 1
4
5 RULE    "TCONV_EXIST"             $(op_count TRANSPOSE_CONV) '=' 1
6 RULE    "NO_MUL"                  $(op_count MUL) '=' 0
7 RULE    "NO_ADD"                  $(op_count ADD) '=' 0