- 25 4月, 2023 1 次提交
-
-
由 zhoutianzi666 提交于
* add ```converter_type``` for op converter
-
- 13 4月, 2023 1 次提交
-
-
由 Wangzheee 提交于
* Paddle-Trt: Replace fc mul matmul matmul_v2 with matrix_multiply
-
- 12 4月, 2023 1 次提交
-
-
由 gaoziyuan 提交于
-
- 09 3月, 2023 1 次提交
-
-
由 Wang Xin 提交于
-
- 06 3月, 2023 1 次提交
-
-
由 Sonder 提交于
-
- 13 1月, 2023 1 次提交
-
-
由 Zhang Jun 提交于
* update trt engine to set in/out data type * update * Update engine.cc * Update engine.cc * update * set engine output type before freeze the network * update * update trt autoscan ut * update * update ut * fix equal bug, update ut * fix cast and equal ut * update cast ut using TRT < 8.4 * set datatype from scope * check output var is nullptr * Update op_converter.h * update tensorrt_engine_op_test ut * update
-
- 19 12月, 2022 1 次提交
-
-
由 Wangzheee 提交于
* restart looup_table_v2
-
- 03 11月, 2022 1 次提交
-
-
由 Wangzheee 提交于
* disable_lookup_table_v2
-
- 14 10月, 2022 1 次提交
-
-
由 Zhang Jun 提交于
-
- 11 10月, 2022 1 次提交
-
-
由 Wangzheee 提交于
* add_lookup_table_v2
-
- 28 9月, 2022 1 次提交
-
-
由 Chen Weihang 提交于
* remove needless using tensor * remove needless using tensor * resolve conflict * replace tensor using * fix format error * revert needless changing * fix rocm and npu compile error * fix cinn compile error * fix format error * fix mkldnn format error * fix mkldnn format error * fix cinn compile error * fix cinn compile error * fix cinn compile error * resolve conflict
-
- 20 9月, 2022 1 次提交
-
-
由 zhoutianzi666 提交于
* Move ITensor construction for Weight (persistable variable) from OpConvert to TensorRTEngine.
-
- 15 9月, 2022 1 次提交
-
-
由 weishengying 提交于
-
- 25 7月, 2022 1 次提交
-
-
由 Zhang Jun 提交于
* update * empty commit * update * update * update
-
- 19 7月, 2022 1 次提交
-
-
由 Ruibiao Chen 提交于
* Rename BOOST_GET macros * Fix conflicts
-
- 08 7月, 2022 1 次提交
-
-
由 Wilber 提交于
-
- 06 7月, 2022 1 次提交
-
-
由 zhoutianzi666 提交于
* support inpus is weight
-
- 22 6月, 2022 1 次提交
-
-
由 zhoutianzi666 提交于
* add fc, multihead_mul, shape tensor infer, slice
-
- 13 6月, 2022 1 次提交
-
-
由 zhoutianzi666 提交于
-
- 05 6月, 2022 1 次提交
-
-
由 Sing_chan 提交于
-
- 19 5月, 2022 1 次提交
-
-
由 shentanyue 提交于
* support yolov5s static/int8 * fix eltwise_sub and div weight compute * fix delete_fill_constant_pass
-
- 02 4月, 2022 1 次提交
-
-
由 Wangzheee 提交于
* paddle inference support new quant_model
-
- 13 1月, 2022 1 次提交
-
-
由 Wangzheee 提交于
* add Paddle Trt config: with_interleaved
-
- 01 6月, 2021 1 次提交
-
-
由 Wangzheee 提交于
* add trt convert op: reshape * reshape * fix * input: Shape,ShapeTensor * Add some comments
-
- 27 4月, 2021 1 次提交
-
-
由 Pei Yang 提交于
-
- 18 2月, 2021 1 次提交
-
-
由 Pei Yang 提交于
-
- 13 10月, 2020 1 次提交
-
-
由 Shang Zhizhou 提交于
* add info log for trt input dynamic shape check * fix error msg error
-
- 15 9月, 2020 1 次提交
-
-
由 Shang Zhizhou 提交于
* optimize errror report * add test case for pad op converter * fix some spelling mistake commented by peiyang
-
- 23 6月, 2020 1 次提交
-
-
由 Pei Yang 提交于
* Paddle-TensorRT support slim QAT. test=develop * add comments. test=develop * use RenameInput instead of ResetInputs. test=develop
-
- 09 3月, 2020 1 次提交
-
-
由 Zhaolong Xing 提交于
* change the ci trt from version 5. to 6.0 * paddle-trt dynamic shape support init * conv+bias or conv+bn dynamic shape support test=develop * modity trt engine opconvert test=develop * fix ci error test=develop
-
- 06 1月, 2020 1 次提交
-
-
由 Pei Yang 提交于
* add gelu plugin * align trt bert with gpu * add support for fused fc with relu, * add unittest for bert trt
-
- 12 8月, 2019 1 次提交
-
-
由 wopeizl 提交于
* add tensorrt support for windows
-
- 06 6月, 2019 1 次提交
-
-
由 Zhaolong Xing 提交于
test=develop
-
- 25 5月, 2019 1 次提交
-
-
由 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
-
- 20 3月, 2019 2 次提交
-
-
由 nhzlx 提交于
-
由 Yan Chunwei 提交于
-
- 08 3月, 2019 3 次提交
- 27 2月, 2019 1 次提交
-
-
由 nhzlx 提交于
test=develop
-