Commit e774fed
Add a PaddlePaddle Frontend (#8645)
* fix some problems for matmul
* fix some problems for matmul
* add alpha parameter for matmul
* remove unnecessary condition
* add TranslatedLayer which support model loaded by jit.load
* add mul operator support
* Add padding mode support for conv/pool2d
* support 4 two-tuples
* add paddle test case
* add paddle conv2d case
* update test_forward.py
* fix paddle convert_matmul
* add paddle multiply and matmul op test case
* add test case and fix bug
* delete import pandas
* add paddlepaddle tests
* modify the variable name of convert_reshape
* formatting
* formatting
* use black to format python code
* pylint check
* Remove fluid api
* black format
Co-authored-by: root <root@bjyz-sys-gpu-kongming3.bjyz.baidu.com>
Co-authored-by: wjj19950828 <wjjisloser@163.com>
Co-authored-by: heliqi <1101791222@qq.com>
Co-authored-by: Junru Shao <junrushao1994@gmail.com>1 parent 9d16882 commit e774fed
4 files changed
Lines changed: 1583 additions & 0 deletions
File tree
- python/tvm/relay/frontend
- tests
- python/frontend/paddlepaddle
- scripts
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
34 | 35 | | |
0 commit comments