Qiao Longfei
|
9deb1756a2
|
fix while_grad_op first step loss lod problem (#7490)
* fix while_grad_op first step loss lod problem
* optimize code
|
7 years ago |
Cao Ying
|
db65f497ff
|
Update comments for two operators. (#7457)
* update code comments.
* update the comments.
* follow comments.
|
7 years ago |
Yang yaming
|
a32027604f
|
Merge pull request #7176 from pkuyym/fix-7173
Enhence shrink_rnn_memory_op.
|
7 years ago |
Yu Yang
|
ce6dad3b35
|
Rename CopyFrom to Copy for tensors (#7292)
* Rename Tensor::CopyFrom to Tensor::Copy
* Fix CI
* Fix compile
|
7 years ago |
yangyaming
|
12ed53c1f2
|
Inherit LoD from x to x_grad and enhance the unit test.
|
7 years ago |
yangyaming
|
e32103645e
|
Only shrink for the first level LoD.
|
7 years ago |
yangyaming
|
f947c15378
|
Consider multiple levels of LoD.
|
7 years ago |
yangyaming
|
66ae0a8cb2
|
Enhence shrink_rnn_memory_op.
|
7 years ago |
Yang Yu
|
0fd4a04abd
|
Remove debug codes
|
7 years ago |
Yang Yu
|
f5c2d175ae
|
Refine
|
7 years ago |
Yang Yu
|
a5e1cf5a2e
|
Rename API of DeviceContext
Make them as usual names.
|
7 years ago |
Luo Tao
|
761b329793
|
unify the indentation of license
|
7 years ago |
dzhwinter
|
735eba2976
|
Feature/operator run place (#6783)
* "change operator interface"
* "move devicepool to device_context"
* "fix operator test"
* "fix op_registry Run interface"
* "net op passed. Need to fix nccl multi-Context"
* "add nccl group function"
* "add nccl group function"
* "fix gpu count exceed 32 error"
* "fix recurrent op, nccl op"
* "change the other operators interface with Place"
* "fix typo"
* "fix pybind"
* "fix device in python side"
* "fix pybind failed"
* "add init for test"
* "fix CI"
|
7 years ago |
Yu Yang
|
091897321f
|
Rename XXDescBind --> XXDesc (#6797)
* Rename XXDescBind --> XXDesc
* Fix Compile
|
7 years ago |
Yu Yang
|
e445b3ff20
|
Move framework.proto to proto namespace (#6718)
* Move framework.proto to proto namespace
* Fix compile
* Fix compile
* Fix Compile
|
7 years ago |
fengjiayi
|
90fc4a6cd5
|
Complete shrink_rnn_memory_op comments (#5935)
* Complete shrink_rnn_memory_op comments
* Update
|
7 years ago |
dzhwinter
|
45062fe5d7
|
Feature/copytensor (#5455)
* "make global tensor function independently"
* "replace functor"
* "fix inline template error"
* "fix tensor array with CopyFrom"
* "fix other case use CopyFrom"
* "move the op interface hardly"
* "fix operators"
* "fix typo"
* "delete dynamic recurrent rnn and fix gru_unit in debugmode"
* "fix unique_ptr copy"
* "fix cuda copy"
* "fix namespace error"
* "removed nccl python test"
* "fix include error"
* "fix typo"
* fix copy util test
|
7 years ago |
Yang Yu
|
0142530929
|
Rename shrink_state -> shrink_rnn_memory
Follow comments
|
8 years ago |