Imported Upstream version 1.25.0
[platform/core/ml/nnfw.git] / res / TensorFlowLiteRecipes / Net_Gelu_000 / test.rule
1 # To check if Fuse Gelu works
2
3 RULE    "VERIFY_FILE_FORMAT"      $(verify_file_format) '=' 1
4
5 RULE    "GELU_EXIST"              $(op_count GELU) '=' 1
6 RULE    "NO_MUL"                  $(op_count MUL) '=' 0
7 RULE    "NO_ADD"                  $(op_count ADD) '=' 0
8 RULE    "NO_CUSTOM"               $(op_count 'CUSTOM(Erf)') '=' 0