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
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
Yu Yang
21387e3c2a
Tiny refines for lod_tensor_blocking_queue and reshape_op
7 years ago
yuyang18
550ab8d723
Use single file than multiple files
7 years ago
yuyang18
82866d4a18
Add register kernel functor and shrink reshape op
...
* Shrink reshape_op library size
* User can register a standard C++ functor as a op kernel
7 years ago
yuyang18
1ce478f100
Polish reshape op
7 years ago
Yu Yang
0e78cb69fb
Clean OpProtoAndCheckerMaker
...
Do not use ctor
* Reduce line of codes.
* We can use virtual function for Maker now.
* The implementation does not care what maker holds, it is easier to
refactor later.
7 years ago
Yang Yang(Tony)
e04c43d543
add semicolon to op registry ( #10034 )
...
* script to add semicolon
* fix typo
7 years ago
Yang Yang
ce7c2e86e5
script to fix all
7 years ago
Yi Wang
736950603e
Resolve conflicts
7 years ago
guosheng
5b8bb34470
Refine reshape_op by following comments.
7 years ago
guosheng
c078ed4608
Enhance reshape_op by adding Input(Shape)
7 years ago
guosheng
454b0a96be
Remove the extra call of ValidateShape in ReshapeKernel
7 years ago
guosheng
eb12cbe764
Refine reshape_op infershape
7 years ago
caoying03
a6e64242d8
follow comments.
7 years ago
caoying03
cf08185145
fix bugs and complete codes.
7 years ago
caoying03
a8cdd97ef5
Merge branch 'develop' into enhance_reshape
7 years ago
caoying03
1d4dfc0966
fix bugs.
7 years ago
ying
d3d16f76f5
enhance reshape operator.
7 years ago
Yan Chunwei
049383c615
add inplace to reshape ( #8747 )
7 years ago
qingqing01
f449180b1c
Register more data type for reshape operator. ( #8617 )
7 years ago
qingqing01
24509f4af9
Fix the grammar in copyright. ( #8403 )
7 years ago
Yi Wang
fc374821dd
Correct #include path
7 years ago
Yi Wang
90648f336d
Move file to fluid/; Edit CMakeLists.txt
7 years ago