chengduo
d402234ba8
Feature/op_fuse_pass ( #12440 )
...
* Add Preface
* Add demo code
* Save file
* Refine code
* seems can work
* use elementwise strategy
* Use ElementwiseComputeEx
* Add comments
* extract functions from operator
* Refine code
* Follow comment
* code refine
* add op_fuse pass
* add backward
* code refine
* use TopologySortOperations
* follow comments
* refine IsFusible
* code enhance
* fix op_fusion_pass
* refine code
* refine fuse_elemwise_act_op
* adjust the input and output
* refine logic
* add intermediate_edge
* disable inplace
* follow comments
* refine logic
* follow comments
* Remove the removable IntermediateOut
* change strategy
* code refine
* enable fuse backward
* code refine
* code refine
* rename unit test
* follow comments
7 years ago
chengduo
886852557f
Refine reshape_grad and transpose_grad ( #13074 )
...
* Add intermediate
* fix flatten/squeeze/unsqueeze
* Considering compatibility issues, we could not fix the origin op
* follow comment
* reset the shape of XShape
7 years ago
minqiyang
99d3f08920
Add print_function for all python files
7 years ago
dzhwinter
91fb0156ca
Memory/reshape op ( #12414 )
...
* "remove inplace in single op"
* "fix ci"
* "add transpiler case"
* fix conflict
* "fix reshape"
* "delete reshape inplace attr"
* "follo the comments"
* "rerun ci"
7 years ago
guosheng
09743b6117
Refine test_reshape_op
7 years ago
guosheng
c078ed4608
Enhance reshape_op by adding Input(Shape)
7 years ago
caoying03
cf08185145
fix bugs and complete codes.
7 years ago
caoying03
1d4dfc0966
fix bugs.
7 years ago
ying
d3d16f76f5
enhance reshape operator.
7 years ago
Luo Tao
b11956a0b5
move Fluid API code out of V2 API code
7 years ago