Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
77 commits
Select commit Hold shift + click to select a range
5b39c79
Merge pull request #2 from apache/main
jiangjiajun Aug 3, 2021
22a20be
fix some problems for matmul
Aug 3, 2021
1a7f180
fix some problems for matmul
Aug 3, 2021
3f604e9
add alpha parameter for matmul
Aug 4, 2021
fe6de07
remove unnecessary condition
Aug 4, 2021
dfb9cb1
add TranslatedLayer which support model loaded by jit.load
Aug 4, 2021
36ab16e
add mul operator support
Aug 5, 2021
63b0138
Add padding mode support for conv/pool2d
wjj19950828 Aug 5, 2021
dbfa687
Merge branch 'paddle_frontend' into add_paddingmode_support
wjj19950828 Aug 5, 2021
1967d46
support 4 two-tuples
wjj19950828 Aug 5, 2021
360989b
Merge branch 'add_paddingmode_support' of https://github.com/wjj19950…
wjj19950828 Aug 5, 2021
f4932bf
add paddle test case
heliqi Aug 5, 2021
0c92955
add paddle conv2d case
heliqi Aug 5, 2021
1e85fc0
Merge pull request #4 from heliqi/paddle_frontend
jiangjiajun Aug 6, 2021
b0b8094
update test_forward.py
Aug 6, 2021
35fccb2
fix paddle convert_matmul
heliqi Aug 6, 2021
094f44e
add paddle multiply and matmul op test case
heliqi Aug 6, 2021
2b0a14c
Merge pull request #5 from heliqi/paddle_frontend
jiangjiajun Aug 6, 2021
9df2340
Merge pull request #3 from wjj19950828/add_paddingmode_support
jiangjiajun Aug 10, 2021
4520515
add test case and fix bug
heliqi Aug 11, 2021
1d599c1
delete import pandas
heliqi Aug 11, 2021
75ef19b
add paddlepaddle tests
heliqi Aug 13, 2021
67ca20d
modify the variable name of convert_reshape
heliqi Aug 13, 2021
b31fa57
Merge pull request #6 from heliqi/paddle_frontend
jiangjiajun Aug 13, 2021
6f91fc5
formatting
heliqi Aug 13, 2021
a0aee15
formatting
heliqi Aug 13, 2021
544dfde
Merge pull request #7 from heliqi/paddle_frontend
jiangjiajun Aug 13, 2021
80d308a
use black to format python code
Aug 13, 2021
618be39
add interpolate op
heliqi Aug 17, 2021
72d75b7
add interpolate op
heliqi Aug 17, 2021
e0aa615
add interpolate op
heliqi Aug 17, 2021
202893c
pylint check
heliqi Aug 17, 2021
ad758c8
Merge pull request #10 from heliqi/paddle_frontend
jiangjiajun Aug 17, 2021
24c989a
Merge remote-tracking branch 'jiajun/paddle_frontend' into add_operators
heliqi Aug 17, 2021
a281d60
Remove fluid api
jiangjiajun Aug 18, 2021
c2d4bf5
Merge pull request #11 from jiangjiajun/jason
jiangjiajun Aug 18, 2021
be0e04e
black format
heliqi Aug 18, 2021
2a82fdb
Merge pull request #12 from heliqi/paddle_frontend
jiangjiajun Aug 18, 2021
a7470ab
formatting and add squeeze2 op
heliqi Aug 18, 2021
3c4ce68
formatting
heliqi Aug 18, 2021
ff893f4
add pad op
heliqi Aug 20, 2021
b31be85
add pad1d padd2d
heliqi Aug 20, 2021
f7fcd84
foramtting
heliqi Aug 20, 2021
272c8f9
Add conv_transpose and sigmoid
wjj19950828 Aug 20, 2021
e116cd5
fixed bug
wjj19950828 Aug 20, 2021
a43c9be
Merge pull request #9 from heliqi/add_operators
jiangjiajun Aug 21, 2021
dd8d08c
fixed conflicts
wjj19950828 Aug 22, 2021
094e8cc
fixed bugs
wjj19950828 Aug 22, 2021
f42c55b
Merge branch 'add_operators' into add_paddle_ops
wjj19950828 Aug 22, 2021
96f8ad3
Merge branch 'upstream-main' into paddle_frontend
junrushao Aug 23, 2021
26858fd
fixed comments
wjj19950828 Aug 24, 2021
dd8c241
fixed comments
wjj19950828 Aug 24, 2021
b58108d
Merge remote-tracking branch 'upstream/main' into paddle_frontend
junrushao Aug 26, 2021
2cd0430
Merge pull request #13 from wjj19950828/add_paddle_ops
jiangjiajun Aug 30, 2021
87ad400
Merge pull request #14 from apache/main
jiangjiajun Aug 30, 2021
0de33bf
Merge pull request #15 from jiangjiajun/add_operators
jiangjiajun Aug 30, 2021
428edac
fix fill_constant
Aug 30, 2021
4c83872
update paddlepaddle frontend
jiangjiajun Aug 30, 2021
07ae888
add bmm and transpose
Aug 30, 2021
38417d9
add vm excutor
heliqi Aug 31, 2021
30e433b
add vm excutor
heliqi Sep 1, 2021
bfa8f80
merge from jiajun
heliqi Sep 1, 2021
771e3c9
delete input_shape params on test case
heliqi Sep 1, 2021
fabed17
Merge pull request #17 from heliqi/add_operators
jiangjiajun Sep 2, 2021
7fa1e17
add unary_op test case
heliqi Sep 2, 2021
d45eac0
fix judge bug
heliqi Sep 2, 2021
5ae3b5b
Merge pull request #18 from heliqi/paddle_frontend
jiangjiajun Sep 2, 2021
6f3cdc1
add abs isinf sin tan op
heliqi Sep 2, 2021
0ac6d2f
add log log10 log1p op
heliqi Sep 2, 2021
cccef53
add isinf isinf_v2 op
heliqi Sep 2, 2021
03f4f5d
delete infer_shape of bmm
heliqi Sep 3, 2021
d7ab845
Merge pull request #19 from heliqi/paddle_frontend
jiangjiajun Sep 3, 2021
9d8de19
Add paddle_frontend ops
wjj19950828 Sep 6, 2021
d7322c9
Merge branch 'apache:main' into paddle_frontend
jiangjiajun Sep 6, 2021
406e16c
fixed for pylint
wjj19950828 Sep 6, 2021
b96407d
Merge pull request #20 from wjj19950828/paddle_frontend
jiangjiajun Sep 6, 2021
baf11fe
add gather, gather_nd, assign_value
jiangjiajun Sep 6, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading