1. 10 3月, 2022 1 次提交
    • S
      Add trt execute (#40224) · e72ef603
      Shang Zhizhou 提交于
      * add trt.execute
      
      * merge trt.engine type
      
      * update return op
      
      * update comments
      
      * fix style
      
      * fix style
      e72ef603
  2. 07 3月, 2022 1 次提交
  3. 02 3月, 2022 1 次提交
    • S
      update pd_2_trt lower pass (#40019) · acdf0663
      Shang Zhizhou 提交于
      * update pd_2_trt lower pass
      
      * update pd_2_trt lower pass
      
      * update style
      
      * udpate
      
      * change trt.graph to trt.create_engine
      
      * update comments
      
      * update comments
      
      * add test
      acdf0663
  4. 14 1月, 2022 1 次提交
  5. 04 1月, 2022 1 次提交
  6. 29 12月, 2021 1 次提交
  7. 22 12月, 2021 1 次提交
  8. 07 12月, 2021 1 次提交
    • Y
      introduce INF-RT (#37669) · 70dea138
      Yan Chunwei 提交于
      * add infrt code
      
      refined with Paddle's code style.
      
      * rename CinnRtConfig to InfRtConfig
      
      * rename CinnRt to InfRt of some code
      
      * rename CINNRT to INFRT
      
      * remove unnecessary code
      
      * replace CINN to INFRT in the source code
      
      * replace all "cinn" in code to "infrt"
      
      * remove some const_cast
      70dea138