summaryrefslogtreecommitdiff
path: root/res/TensorFlowLiteRecipes/Quant_Add_002/test.rule
blob: 96a2535ef80e7acce2a008b19be4ed2af4f22b89 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# To check mixed quantization.
# Default dtype: S16, Add dtype: U8
# Quantize Ops are inserted at the beginning/end of the model.

RULE    "VERIFY_FILE_FORMAT"      $(verify_file_format) '=' 1

RULE    "IFM1_S16"                $(tensor_dtype ifm1) '=' INT16
RULE    "IFM1_QUANTIZE_U8"        $(tensor_dtype ifm1_Quantize) '=' UINT8
RULE    "IFM2_U8"                 $(tensor_dtype ifm2) '=' UINT8
RULE    "ADD_U8"                  $(tensor_dtype ofm) '=' UINT8
RULE    "OUTPUT_U8"               $(tensor_dtype ofm_Quantize) '=' INT16
RULE    "QUANTIZE_OP"             $(op_count QUANTIZE) '=' 2