Imported Upstream version 1.7.0
[platform/core/ml/nnfw.git] / res / TensorFlowLiteRecipes / Net_InstanceNorm_001 / test.rule
1 # To check if custom op BatchMatMulV2 is converted to circle builtin op
2
3 RULE    "VERIFY_FILE_FORMAT"      $(verify_file_format) '=' 1
4
5 RULE    "INSTANCE_NORM_EXIST"     $(op_count INSTANCE_NORM) '=' 1
6 RULE    "NO_ADD"                  $(op_count ADD) '=' 0
7 RULE    "NO_MUL"                  $(op_count MUL) '=' 0