Commit Graph

116 Commits (beec87b911bafcd6e51c3c000df12bc0f130364f)

Author SHA1 Message Date
zhaoyuchen2018 b16274556a
Add dscending for argsort (#21400)
6 years ago
wangchaochaohu 6514f52e46
fix the fill_constant op precious problem (#21322)
6 years ago
Tao Luo 3976bbe2ce
add input type and dtype check template, and update some APIs check (#21161)
6 years ago
liym27 6802539a2e support Tensor for split and concat, support -1 in num_or_sections, add check num_or_sections (#20780)
6 years ago
liym27 ae4ddbc821 add fill_constant input(shape) dtype check. test=develop (#20620)
6 years ago
zhupengyang 01209b5161 add input type and dtype check for cast_op (#20070)
6 years ago
zhupengyang 5e65c753ea enhance input type chec for concat (#20584)
6 years ago
hong19860320 f567214b6a
Fix the error message of zeros op (#20476)
6 years ago
liym27 fc6ec3b9f6 fill_constant support Tensor; (#20521)
6 years ago
Guo Sheng c7ae6c62cd
Fix the assign data check (#20564)
6 years ago
Yiqun Liu ce1b25cc8b
Polish the English documentation of sums (#20495)
6 years ago
hong19860320 512c0bb04d
refine the en api doc of ones, zeros, reverse, assign, increment, hsigmoid and create_py_reader_by_data ops (#20343)
6 years ago
Guo Sheng dfd1eee7f7 Add seq2seq api related code (#19820)
6 years ago
hong19860320 9707ded37e
Fix the error message of assign op (#20508)
6 years ago
zhupengyang 3997743a5b add input type and dtype check, enhance shape error message for concat_op (#20101)
6 years ago
zhupengyang 200cc5e2ad fix APIs: cast, concat, tensor_array_to_tensor, argmin, argmax, argsort (#20363)
6 years ago
wopeizl 6b612a2807
optimize the english description for APIs test=develop test=document_fix (#20286)
6 years ago
wangchaochaohu 508127b180
fix some en doc (#20281)
6 years ago
liu zhengxi e34fccbc48
update the api en doc (#20307)
6 years ago
wawltor ade9bc04d3
Fix some english doc api, shenze tools group (#20300)
6 years ago
Liufang Sang 53535b4f18 fix en api doc (#20245)
6 years ago
ShenLiang c5cff9971a fix doc of eye、gather_nd、scatter_nd、scatter_nd_add、center_loss (#19990)
6 years ago
wangchaochaohu 9a76f3f916
Fill constant error message fix (#20075)
6 years ago
Bai Yifan 8394699dbb add stop_gradient in range_api, test=develop (#19484)
6 years ago
wawltor 0019eb376a
Fix the error of op `ones_like` document,change the output variable
6 years ago
ShenLiang 4397cb318e add eye op, kernel and unitest test=develop (#18980)
6 years ago
石晓伟 9dbb62eeb9
Fix examples of API (#18092)
6 years ago
zhoukunsheng d3b3443d10 add ones_like op (#17388)
7 years ago
xsrobin 47e2ef38e9
add "import paddle.fluid as fluid" to examples lack of it
7 years ago
wangchaochaohu a9dc534f48
fix API example (#18153)
7 years ago
zhoukunsheng 0569ff78fa Fix doc example for greater_equal, greater_than, less_equal, not_equal, rank, reduce_all, reduce_any, sign, where, diag (#18167)
7 years ago
hong19860320 68dcb1bd7b
fix API examples of assign, reverse and array_write, etc. (#17287)
7 years ago
wangchaochaohu bd48950c7e fix paddlepaddle API examples (#17306)
7 years ago
石晓伟 acbb4bf38d
update python API examples (#17351)
7 years ago
Shuai Yuan 41f1186c6b
[DOC][PYTHON] Fix api docs, test=develop, test=document_preview (#17629)
7 years ago
wopeizl 058f1f1e1b
fix the api example for create_global_var, create_parameter, SGDOptim… (#17371)
7 years ago
lijianshe02 300bd7504d
fix api-doc related bugs test=develop test=document_preview (#17360)
7 years ago
Yiqun Liu cf5d271c5a
Fix examples of fluid.layers.sums and fluid.layers.DynamicRNN (#17308)
7 years ago
zhoukunsheng 1bfff02047 Add Diag Op(#17027)
7 years ago
tensor-tang 71f0c6d5bd
fix api doc of hash, relu, concat, argmin, argmax, argsoft and all activations (#17235)
7 years ago
zhoukunsheng 380df8281f Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into zeros_like
7 years ago
zhoukunsheng 68f887aab3 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into zeros_like
7 years ago
zhoukunsheng b2cdadd700 improve comment
7 years ago
zhoukunsheng 3c4f5f0368 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into linspace
7 years ago
lujun 1c9aaeebe0 move imperative to dygraph, test=develop
7 years ago
zhoukunsheng 874b5d8362 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into linspace
7 years ago
zhoukunsheng 263ff731eb add more comment
7 years ago
zhoukunsheng a55111b869 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into zeros_like
7 years ago
zhoukunsheng 848ec97ab3 test=develop
7 years ago
chengduo 999365149d
Add from six.moves import reduce (#16435)
7 years ago