Commit Graph

21 Commits (a5fc291fe5861417f0648b9cbd061ea0212ce2d5)

Author SHA1 Message Date
hong 8c4573a3cb
GradMaker for dygraph (#19706)
5 years ago
Chen Weihang 26cc1fe508
Replace risky GetInputType method with secure IndicateVarDataType interface (#20668)
5 years ago
zhaoyuchen2018 5ebf4078dc
add input type and dtype check for squeeze (#20100)
5 years ago
zhongpu 52673956de add kernel for squeeze_op, test=develop (#19656)
6 years ago
Zeng Jinle 710767d894
Enable inplace support for some ops (#19612)
6 years ago
Tao Luo d6c85c96dc
paddle::framework::vectorize() templatization (#19627)
6 years ago
phlrain 6a5545aa22 fix squeeze shape check; test=develop
6 years ago
phlrain 190cfd692c fix squeeze shape check; test=develop
6 years ago
Xin Pan 50ff898378 graph neural network for imperative mode
6 years ago
chengduo 886852557f
Refine reshape_grad and transpose_grad (#13074)
7 years ago
chenweihang bc471b6ac4 refactor: remove inplace parameter from squeeze and unsqueeze op
7 years ago
chenweihang 0ea468225b docs: fix some errors of description
7 years ago
chenweihang 05eafcca73 refine some messages and adjust data type
7 years ago
chenweihang 8f2486ca16 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into squeeze_op
7 years ago
chenweihang d552b900f0 change the copyright year form 2016 to 2018
7 years ago
chenweihang 1721613f1e simplify construct function
7 years ago
yuyang18 c31519036b
Merge branch 'squeeze_op' of https://github.com/chenwhql/Paddle into pr/11812
7 years ago
yuyang18 1854814d49
Use reshape_op inside squeeze_op
7 years ago
chenweihang 0cef33a468 adjust the dims range to [1,6] and fix some problem
7 years ago
chenweihang 9ca88fa8a5 Adjust squeeze op and code the unittest, test passed
7 years ago
chenweihang 298e74da1e add squeeze op c++ part, compile success
7 years ago