Commit Graph

245 Commits (1b9c8d5f061d01c022bc8136defb7e681d16f57a)

Author SHA1 Message Date
Zhen Wang 1b9c8d5f06 add clone function for IrGraph. test=develop
6 years ago
Qiyang Min 1f4aa7a202 Imperative remove all descs (#16045)
6 years ago
chengduo ae37f82964
Unified ParallelExecutor and Compiler (#15970)
6 years ago
Qiyang Min 187cffd019
Merge pull request #15928 from velconia/imperative_backward_hooks
6 years ago
minqiyang ac88c62a5b Reset output var's pre_op pointer when op was destructed
6 years ago
minqiyang cb85ee987b Remove var op deps in imperative mode
6 years ago
Zhen Wang e00c7a2e26
Merge pull request #15830 from wzzju/add_ir_node_encapsulation
6 years ago
Zhen Wang 548931456c update some functions' names according to the suggestion. test=develop
6 years ago
minqiyang b420ec3a92 invoke backward_hooks after reduce op's depcounts map
6 years ago
Qiyang Min 4bd28b304b
Merge pull request #15831 from velconia/imperative_engine
6 years ago
Zhen Wang 0bf809c9b3 add set_attr for IrOpNode. test=develop
6 years ago
Zhen Wang 7c8f7df2fe add some op_des funs to IrOpNode and add some var_des funs to IrVarNode. test=develop
6 years ago
Zhen Wang 33f99d6197 add IrNode&IrVarNode&IrOpNode. test=develop
6 years ago
Xin Pan 44e7fcddc5
Merge pull request #15844 from panyx0718/infer
6 years ago
minqiyang 84bf4d7b06 Move ClearBlock into OpBase and VarBase's destructor
6 years ago
minqiyang 2b3510bc50 Add imperative python tracer
6 years ago
乔龙飞 Qiao Longfei ec8e878200
Merge pull request #15840 from jacquesqiao/revert-15684-revert-15661-fix-cpu-broadcast
6 years ago
Qiao Longfei 2b7931d5c9 refine code test=develop
6 years ago
minqiyang 9dc64edfd9 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into imperative_engine
6 years ago
minqiyang 1bf4b8ab60 keep parameters in block
6 years ago
minqiyang 8fe0c0c52c implement backward refs
6 years ago
Xin Pan 5eb87506bc add per kernel config and remove const_cast.
6 years ago
minqiyang 74551758cc Polish code
6 years ago
minqiyang 1f0ef42e60 Change atol of numpy allclose
6 years ago
minqiyang f53e1d5c4b implement ClearBlock
6 years ago
Yiqun Liu 56a5039e24
Correct the doc in Python API (#15725)
6 years ago
minqiyang 52e5ee60bd Add debug info
6 years ago
Zhen Wang bc95a4ccfe
Merge branch 'develop' into quantization_inference_passes
6 years ago
sneaxiy 7e399b0628 rename
6 years ago
sneaxiy f85245b409 test=develop
6 years ago
WangZhen 28dfad5e27 fix some bugs about python3. test=develop
6 years ago
dzhwinter 0a63234c85 follow comments. test=develop
6 years ago
WangZhen 2175292634 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into quantization_inference_passes
6 years ago
WangZhen a7efab7ec1 add comments for public API. test=develop
6 years ago
dzhwinter 8b97a3a44f rerun ci. test=develop
6 years ago
dzhwinter a26a6bc728 add flag. test=develop
6 years ago
minqiyang 159c407328 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into imperative_resnet
6 years ago
minqiyang edf742cfac Polish code
6 years ago
WangZhen c67b29c178 fix some bugs of graph.to_program and get_pass.
6 years ago
minqiyang 79d62c5402 Fix mnist
6 years ago
WangZhen c8095eeb82 add freeze pass, and UT is passed.
6 years ago
WangZhen dde19a0ff8 add quantization freeze pass.
6 years ago
minqiyang 3ce2d295c0 Refine stop_gradient
6 years ago
Xin Pan 58cb18d9d9
Merge pull request #15322 from velconia/imperative_resnet
6 years ago
minqiyang c8965dc1ab Polish code
6 years ago
tangwei12 8b50ad80ff
checkpoint at distributed training (#14854)
6 years ago
Paddle CI 289aba750a Polish code
6 years ago
WangZhen b913463e83 Update according to the reviewers' suggestion. test=develop
6 years ago
WangZhen 3ce6172052 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into graph_quantization
6 years ago
WangZhen 59e5cc51d6 Add quantization transform pass and UT.
6 years ago