• Z
    TRT: Support set dynamic range in int8 mode. (#17524) · 61221ebc
    Zhaolong Xing 提交于
    * fluid int8 train and trt int8 predict align.
    trt int8 predict init
    op converter
    
    * 2. align fluid int8 train and trt int8 inference.
    enhance quant dequant fuse pass
    enhance op converter, trt engine, trt engine op, trt subgraph pass.
    
    * 3. add delete_quant_dequant_pass for trt
    
    test=develop
    
    * 4. add the missing file
    test=develop
    
    * 5. i modify the c++ interface, but forget to modify the pybind code
    fix the IS_TRT_VERSION_GE bug, and fix elementwise op converter
    test=develop
    61221ebc
analysis_config.cc 11.9 KB