Commit Graph

38 Commits (54970444ce9baf3154a3775c81280ca97d59c83d)

Author SHA1 Message Date
Tao Luo 6b7bb6b54a
change check_type_and_dtype to check_variable_and_dtype (#22465)
5 years ago
Leo Chen 310edc0d0c
Update layers used in ptb model to use auto-generated op functions in dygraph mode (#21724)
5 years ago
Kaipeng Deng ebfb720a63
add Adam beta1/beta2 support Variable (#21234)
5 years ago
Tao Luo 3976bbe2ce
add input type and dtype check template, and update some APIs check (#21161)
5 years ago
zhaoyuchen2018 8fb569e5b9
Fix api doc example bug and polish square doc (#20491)
5 years ago
GaoWei8 5ea2cc6733 fix API:cos, exp, ceil, elu, brelu English doc (#20032)
5 years ago
Zhaolong Xing 63d88b522f
refine sqrt api check (#20254)
5 years ago
Pei Yang 057d782d51
fix en api doc of [round, sin, sqrt], test=develop, test=document_fix (#20296)
5 years ago
xiaoting aaae3475e3 Polish english apis' doc (#20184)
5 years ago
gongweibao a7512db2bc
Polish elementwise max min pow document to add more examples. (#19946)
5 years ago
JesseyXujin e352467c1c
modify activation op API, delete use_cudnn args, test=develop, (#19758)
6 years ago
xsrobin 47e2ef38e9
add "import paddle.fluid as fluid" to examples lack of it
6 years ago
tensor-tang 71f0c6d5bd
fix api doc of hash, relu, concat, argmin, argmax, argsoft and all activations (#17235)
6 years ago
Yiqun Liu 56a5039e24
Correct the doc in Python API (#15725)
6 years ago
Wu Yi 6e67d0fb78
layer fixes (#14591)
6 years ago
Xin Pan 4625f83f92 better handle var type inference
6 years ago
sneaxiy 6724801884 fix conflict
7 years ago
sneaxiy 3ee0a6489d remove kwargs in python api
7 years ago
tensor-tang 2582fecaf7 fix dtype
7 years ago
tensor-tang 3b7d9f7b83 remove kwargs of some activation api
7 years ago
minqiyang 99d3f08920 Add print_function for all python files
7 years ago
minqiyang 559d36328c Apply 2to3 to current paddle main python code
7 years ago
yuyang18 7a56705e4a polish doc
7 years ago
yuyang18 3571df8755 Remove unused '\n' in comments
7 years ago
yuyang18 96e4663916 Polish inline math and duplicable/optional in auto generated doc
7 years ago
yuyang18 8c9041f486 Refine LinearCRF
7 years ago
yuyang18 0d29e65924 Add resize_bilinear
7 years ago
yuyang18 439a265760 Better trim dot
7 years ago
yuyang18 b000e0de5d Simplize API Reference Documentation
7 years ago
Yu Yang 8deff48db0
Merge pull request #11081 from reyoung/feature/python_doc
7 years ago
yuyang18 2dd66ef65e Do not generate doc for op_role and op_attr_name
7 years ago
yuyang18 7c00e164e5 Add More comments
7 years ago
yuyang18 f9d93bfde1 Add document to random crop operator
7 years ago
yuyang18 613d3ef084 Fix compile error
7 years ago
Luo Tao 8a3d7647d2 fix AttributeError: 'module' object has no attribute 'framework_pb2'
7 years ago
Yu Yang 777a281a4f Fix CI and enhance gitignore
7 years ago
Yu Yang 5f1a577e33 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into feature/enhance_layer_generator
7 years ago
Luo Tao b11956a0b5 move Fluid API code out of V2 API code
7 years ago