Imported Upstream version 1.25.0
[platform/core/ml/nnfw.git] / res / TensorFlowLiteRecipes / Quant_TransposeConv_I8_000 / test.rule
1 # To check requantization.
2
3 RULE    "VERIFY_FILE_FORMAT"      $(verify_file_format) '=' 1
4
5 RULE    "IFM_U8"              $(tensor_dtype x) '=' UINT8
6 RULE    "INPUT_SIZE_S32"      $(tensor_dtype conv2d_transpose/stack) '=' INT32
7 RULE    "WGT_U8"              $(tensor_dtype conv2d_transpose/conv2d_transpose) '=' UINT8
8 RULE    "OFM_U8"              $(tensor_dtype Identity) '=' UINT8