Skip to content

Commit e774fed

Browse files
jiangjiajunrootwjj19950828heliqijunrushao
authored
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/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,5 @@
3131
from .darknet import from_darknet
3232
from .pytorch import from_pytorch
3333
from .caffe import from_caffe
34+
from .paddlepaddle import from_paddle
3435
from .change_datatype import ChangeDatatype

0 commit comments

Comments
 (0)