- 31 5月, 2022 1 次提交
-
-
由 Wilber 提交于
-
- 30 5月, 2022 1 次提交
-
-
由 shentanyue 提交于
* update lite compile cmake * Update delete_fill_constant_op_pass.cc * Update analysis_config.cc
-
- 25 5月, 2022 1 次提交
-
-
由 Leo Chen 提交于
* fix maybe-uninitialized warning * fix compile * fix xpu compile * fix npu compile * fix infer compile * fix compile * fix compile
-
- 20 5月, 2022 1 次提交
-
-
由 zhupengyang 提交于
-
- 19 5月, 2022 3 次提交
-
-
由 Rui Li 提交于
Signed-off-by: NKernelErr <me@lirui.tech>
-
由 Sing_chan 提交于
* run all demo ci before exit;test=document_fix;test=windows_ci_inference * fix bug;test=document_fix;test=windows_ci_inference * improve log * commetn test code * modify according to zhouwei's comments
-
由 shentanyue 提交于
* support yolov5s static/int8 * fix eltwise_sub and div weight compute * fix delete_fill_constant_pass
-
- 18 5月, 2022 1 次提交
-
-
由 csy0225 提交于
-
- 17 5月, 2022 1 次提交
-
-
由 zhupengyang 提交于
-
- 13 5月, 2022 1 次提交
-
-
由 Wilber 提交于
-
- 12 5月, 2022 3 次提交
-
-
由 Shuangchi He 提交于
-
由 zhupengyang 提交于
-
由 Wangzheee 提交于
* [Paddle-Inference] support transformer generation: some passes
-
- 11 5月, 2022 3 次提交
-
-
由 Zuza Gawrysiak 提交于
* Add int8 scales gathering pass for convolution * Fix typo * Add unittest * Add corrected unit test * Change test name * Remove enabling mkldnn in test * Speed up test * Change max examples * Add functional test * Change test name * Add new test case * Rename pass
-
由 feng_shuai 提交于
-
由 wenbin 提交于
* swish refactor * bug fix * trt7 non-linear bug fix
-
- 10 5月, 2022 2 次提交
-
-
由 ronnywang 提交于
-
由 piotrekobi 提交于
* Readd conv_affine_channel fuse pass as mkldnn pass * Fix formatting * Add new test to parallel_UT_rule.py * Fix Coverage and Windows CI issues * Revert "Fix Coverage and Windows CI issues" This reverts commit f33459846385c9fd51c07f9f44e7ff283a652637. * Fix CI errors * Remove unnecessary conv_eltwise_add_affine_channel fuse pass * Remove test from parallel_UT_rule.py
-
- 04 5月, 2022 1 次提交
-
-
由 heliqi 提交于
* fix paddle-ort python bug * fix paddle-ort python bug
-
- 28 4月, 2022 1 次提交
-
-
由 Wilber 提交于
-
- 25 4月, 2022 5 次提交
-
-
由 baoachun 提交于
* update test case output threshold * update testcase
-
由 heliqi 提交于
* fix windows compile test case error * test windows ci * cmake add onnxruntime * cmake add onnxruntime * test windows ci * auto_code_generator add ort lib copy * fallback modify windows ci bat * ci notest;test=document_fix;test=windows_ci_inference;test=windows_ci;test=windows_op
-
由 zhouweiwei2014 提交于
* merge all phi lib to several big static lib * merge all phi lib to several big static lib
-
由 Sławomir Siwek 提交于
* Change server URL * update config * add test to parallel UT rule * add checksum to ensure files are downloaded * change downloading target * reuse existing variable * change target directory
-
由 tiancaishaonvjituizi 提交于
* fix bug of std::move and others * fix an compile error in debug mode * fix wrong copy assignment operator Signed-off-by: Ntiancaishaonvjituizi <452565578@qq.com> * reformat Signed-off-by: Ntiancaishaonvjituizi <452565578@qq.com> * reformat Signed-off-by: Ntiancaishaonvjituizi <452565578@qq.com> * fix ArrayRef constructor following llvm * fix format * fix conflict with master
-
- 24 4月, 2022 1 次提交
-
-
由 baoachun 提交于
* fix FlattenContiguousRangeOpConverter out dim error * update code
-
- 21 4月, 2022 2 次提交
- 20 4月, 2022 1 次提交
-
-
由 baoachun 提交于
-
- 19 4月, 2022 2 次提交
-
-
由 baoachun 提交于
* update gpu fp16 op blacklist * update blacklist
-
由 JingZhuangzhuang 提交于
-
- 18 4月, 2022 1 次提交
-
-
由 JingZhuangzhuang 提交于
-
- 17 4月, 2022 1 次提交
-
-
由 Chen Weihang 提交于
* split phi and fluid infermeta context * resolve conflict * fix type error * optimize scheduling perf * spec small vector size * replace all grad var name * fix test failed * move init defalut signature * polish details * polish details * fix no init bug * init sig for tests * add init sig for infer * fix infrt error * fix infrt failed * fix kunlun error * fix infrt failed
-
- 14 4月, 2022 5 次提交
-
-
由 Jacek Czaja 提交于
* Add UT - Added missed data_layout - Added missing conversions - NDHWC added - NDHWC support in data_transform - another fix - condddate change - fix u- fix - fix - fix - fix - fix - fix to hack - compilation fix - fix to automatic merge * - reduced UT * - fix * - lint * - fix to lint
-
由 Sławomir Siwek 提交于
* Change tensor name to match activation * declare fc_eltwise_add pass * merge conv_eltwise refactor PR * first compilable draft * unittest feedback tools * Fuse pass tester * Move IsReachable() to shared file * 100% coverage of fuse_pass_tester.cc * register pass * Add bias node * Improve unit tests / remove bias node from pattern * improve fc_eltwiseadd_unittest * cancel eltwise_add fuse if act is already fused * Add elementwise_input scale * Residual MVP * Add new FC attrs * Add more test cases * Add missing op attrs * Adapt code to new Elementwise pattern * reuse existing fcpattern * improve code style * remove unused arguments * fix typo * remove whitespace * remove int8 related code * Remove attributes from base ops * style * style check * Remove input from base op * Set attribute during fuse * ut timeout * download and test model * DRY * apply feedback from review * Style check * fix typo * cosmetic changes * explicitly set residual as output * VIT-OCR accuracy check * trigger CI * remove whitespaces * fix missing data file
-
由 Sing_chan 提交于
-
由 baoachun 提交于
* add mkldnn int8 pass [step3] * Add test for compute_propagate_scales_mkldnn_pass * update pass * update api comment and python api Co-authored-by: Nwozna <joanna.wozna@intel.com>
-
由 jakpiase 提交于
* added shuffle_channel bf16/fp32 fwd kernel * added missing files * CI fix * changed from pten to phi * tmp save * added reviewers suggestions * fix for test
-
- 13 4月, 2022 1 次提交
-
-
由 feng_shuai 提交于
* init roll convert * add ut for roll convert * roll convert don't support trt6.0 * fix: change ut for trt 7.0.0.1
-
- 12 4月, 2022 1 次提交
-
-
由 feng_shuai 提交于
* strided_slice * fix: compiler error because of size() * fix: warning * fix : warning * init input_shape * fix:forget punctuation
-