Commit Graph

30 Commits (c21a979790aebefffdde5c470dc406a2a81959e7)

Author SHA1 Message Date
joejiong 1a532d5133
add uint8 support for squeeze operator (#28734)
4 years ago
TeslaZhao 070ac9590c
Add double grad in Squeeze and Unsqueeze (#27810)
4 years ago
Leo Chen 5258d53d65
refine unsqueeze, test=develop (#25470)
5 years ago
Leo Chen 4ec1251a1e
Refine squeeze, test=develop (#25281)
5 years ago
Leo Chen a6fbba65ff
rename inplace/no_need_buffer inferer, part3, test=develop (#24734)
5 years ago
Li Fuchen e58619295e
OP(rank_loss, similarity_focus, squeeze) error message enhancement (#24448)
5 years ago
Zeng Jinle 53e6f8e1da
rename macro, test=develop (#23161)
5 years ago
Zeng Jinle d33c4343e1
Imperative tracer refactoring (#22457)
5 years ago
Leo Chen e0c9d856fb
add unused input vars check for OpWithKernel, test=develop (#21169)
5 years ago
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