Commit Graph

915 Commits (5ee709380b5e03f334d5eff485cc6e37ac32e432)

Author SHA1 Message Date
Helin Wang 253d3c494b Design Doc: Fully Static Graph
8 years ago
zchen0211 299dcb6715 merge with new change
8 years ago
Luo Tao 65bc5fcd06 update new_op_cn.md
8 years ago
Luo Tao f657e21f57 update new_op_cn.md, fix type error
8 years ago
Yan Chunwei b3f6b5a959 design of RNNOp (#3727)
8 years ago
zchen0211 2c8cbb8c3f if_else_op.md
8 years ago
Luo Tao 6d03ca3347 refine new_op_cn.md
8 years ago
Luo Tao 8a2ff350ed simplify the python/paddle/v2/framework/tests/CMakeLists.txt
8 years ago
Luo Tao 1eb18c5715 update write_docs_cn.rst
8 years ago
helinwang 99e3d1ec53 Merge pull request #3747 from helinwang/dist_op
8 years ago
Yi Wang 42cfec51f1 Update
8 years ago
Yi Wang 66a6fb7750 Polish refactorization overview
8 years ago
Yi Wang f3fc17d34d Polish refactorization overview
8 years ago
Yi Wang 1d79380406 Update functions_operators_layers.md
8 years ago
Qiao Longfei 45cca9fc07 Merge pull request #3835 from jacquesqiao/add-vardesc
8 years ago
fengjiayi 1f0341e19e Rename `LargerThan` to `GreaterThan`
8 years ago
Yi Wang 097d0fe5f7 Merge pull request #3862 from wangkuiyi/update_graph_construction_design_doc
8 years ago
caoying03 db5e726d16 update the how to write op doc.
8 years ago
caoying03 20be846c10 Merge branch 'develop' into update_doc
8 years ago
QI JUN d924a658bb Merge pull request #3750 from QiJune/add_eigen_user_doc
8 years ago
Yu Yang b64aac542a Merge pull request #3857 from qingqing01/grad_test_for_multi_inputs
8 years ago
qiaolongfei a7704b69f4 move DataType outof LoDTensorDesc
8 years ago
caoying03 b3ff125d55 follow comments.
8 years ago
caoying03 efd40b66cc update the doc for how to write the operators.
8 years ago
qiaolongfei 9b36536a0b typo
8 years ago
qiaolongfei d1fe87582f use block in demo code
8 years ago
dangqingqing ab55d7933b revert scatter_op and other mirror changes.
8 years ago
qijun beafabc73e follow comments
8 years ago
Tao Luo b3463bfffc Merge pull request #3851 from luotao1/no_kernel_op
8 years ago
Yi Wang a266a222c7 Add initialization operators
8 years ago
qiaolongfei 2666d66b73 typo
8 years ago
Yi Wang 29fa887475 Add initialization operators
8 years ago
Yi Wang e4494bb441 Correct optimziation part
8 years ago
Yi Wang 9f3bcd0e46 Update image
8 years ago
Yi Wang bb0a11cd14 Add a graph building example
8 years ago
qiaolongfei 2ea6f47841 update the design of variable
8 years ago
fengjiayi 9a3c69c268 Revert "Remove `grad_op_type` in `REGISTER_OP`"
8 years ago
qiaolongfei 87ee694985 complete the demo code
8 years ago
qiaolongfei 2695d96fb1 typo
8 years ago
qiaolongfei 3b29da379a update vardesc
8 years ago
caoying03 10eacac9a7 follow comments and fix unittest.
8 years ago
Luo Tao 5b93ac7778 package a new USE_NO_KERNEL_OP for USE_OP_ITSELF
8 years ago
caoying03 c2c5df2911 update doc.
8 years ago
zchen0211 e0c27a96eb if else slight modify
8 years ago
zchen0211 523eb23f89 modify if else
8 years ago
zchen0211 d76c60b368 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into develop
8 years ago
zchen0211 32244b528b if else modified
8 years ago
qiaolongfei 842daac9d9 update python variable define
8 years ago
qiaolongfei 633fcc9133 add var description design
8 years ago
fengjiayi 8b4f54f1ac Merge pull request #3824 from Canpio/remove_grad_op_type
8 years ago
Zhuoyuan e39a2c9f22 update if else
8 years ago
zchen0211 d156dfa93b if else design doc
8 years ago
Yi Wang 2b3904a6a8 Explain auto code generation
8 years ago
Yi Wang 305aebc005 Rename file according to title
8 years ago
Yi Wang 1f713f6822 in response to comments from Jia-Yi
8 years ago
Yi Wang 90a442825c Change table to verbatim
8 years ago
Yi Wang 7159062873 Add table header
8 years ago
Yi Wang 887275efad Add a table
8 years ago
Yi Wang 6aef11baac Add title
8 years ago
Yi Wang fff380b54e Add layers and operators design doc
8 years ago
fengjiayi 79b1f33a02 Remove `grad_op_type` in REGISTER_OP
8 years ago
Helin Wang 67eff9fa9c polish
8 years ago
Helin Wang c2a16b5c91 update OP based parameter server design
8 years ago
Helin Wang 74b22c3737 update figures
8 years ago
qijun 1dfc5d87ff add more details
8 years ago
Luo Tao 31632a694c remove unused ubuntu Debian install doc
8 years ago
qijun ca9be82f6c add how to use eigen cn doc
8 years ago
Helin Wang 75856ec337 fix typo
8 years ago
Helin Wang 0e80f74cb5 change image size
8 years ago
Helin Wang 46034faf97 Design doc: operator based parameter server.
8 years ago
Tao Luo 47eb869197 Merge pull request #3571 from luotao1/huber_loss
8 years ago
qingqing01 8dded4f299 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into write_new_op
8 years ago
qingqing01 b336119424 Add WITH_TESTING=ON for cmake in the operators writing guide doc.
8 years ago
qingqing01 c19eae4c8e update doc about how to write new operators.
8 years ago
Luo Tao acd8a22ed1 Merge branch 'develop' into huber_loss
8 years ago
Tao Luo 0af4643175 Merge pull request #3715 from luotao1/about_doc
8 years ago
Luo Tao 346630f413 Remove "About" tab in "Documentation"
8 years ago
qingqing01 d78521d491 fix doc format.
8 years ago
qingqing01 f646f7991a Add chinese doc about how to write new operators.
8 years ago
Yi Wang 111812fa3b Merge pull request #3676 from wangkuiyi/add_docker_build_doc
8 years ago
Yi Wang ec5e20c9f1 Remove stopped containers and dangling images
8 years ago
Yi Wang 852f341615 Add clean build section
8 years ago
Yi Wang ab53bea1dc Run a specific test
8 years ago
Yi Wang f71f3935e3 In response to comments from Chen Xi
8 years ago
Yi Wang c8d0c9af86 In response to comments from Luo Tao
8 years ago
Yi Wang 1e61d91f24 Update index and add Chinese version
8 years ago
Yi Wang 9fdf3970d0 Update unit test running and CUDA
8 years ago
Yi Wang f22ece9273 Add a document on building using Docker
8 years ago
Xi Chen bb749f6758 fix alignments in graph
8 years ago
Xi Chen 1dc62cd21c updated doc with implementation change of trainer
8 years ago
Xi Chen a1ce705517 update etcd graph for design doc
8 years ago
Luo Tao 7596191821 Merge branch 'develop' into huber_loss
8 years ago
caoying03 bc6bae8d53 Merge branch 'develop' into add_sequence_slice_layer
8 years ago
Luo Tao 3065cb2625 add huber_regression_cost
8 years ago
guosheng 7d2ef02a99 Add ScaleShiftLayer
8 years ago
Luo Tao 27a99bfb14 Add base class for huber_regression_cost and huber_classification_cost
8 years ago
Yancey 0f8688192c Fix invalid paddle binary file path (#3421)
8 years ago
tensor-tang 137a05eb75 update
8 years ago
tensor-tang 0d2ab5e993 use param header to save mkldnn format info
8 years ago
武毅 d08550fdd2 Large model train doc (#3445)
8 years ago