Imported Upstream version 1.25.0
[platform/core/ml/nnfw.git] / res / TensorFlowLiteRecipes / Quant_DepthwiseConv2D_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    "WGT_U8"              $(tensor_dtype depthwise_conv2d/depthwise) '=' UINT8
7 RULE    "BIAS_S32"            $(tensor_dtype depthwise_conv2d/BiasAdd\;depthwise_conv2d/depthwise\;depthwise_conv2d/BiasAdd/ReadVariableOp/resource) '=' INT32
8 RULE    "OFM_U8"              $(tensor_dtype Identity) '=' UINT8