- 25 7月, 2017 1 次提交
 - 
- 
由 Yu Yang 提交于
Make implement an operator less noisy.
 
 - 
 - 21 7月, 2017 1 次提交
 - 
- 
由 fengjiayi 提交于
 
 - 
 - 19 7月, 2017 2 次提交
 - 
- 
由 Qiao Longfei 提交于
* a simplest SGD op
 - 
由 fengjiayi 提交于
ATTENTION: some interfaces changed: 1. void Tensor::set_dims(const DDim& dims) ==> void Tensor::Resize(const DDim& dims). 2. void Tensor::ShareDataFrom(const Tensor& src) ==> void Tensor::ShareDataWith(const Tensor& src) 3. DDim Tensor::dims() const ==> const DDim& Tensor::dims() const
 
 - 
 - 18 7月, 2017 1 次提交
 - 
- 
由 qijun 提交于
 
 - 
 - 17 7月, 2017 2 次提交
 - 15 7月, 2017 1 次提交
 - 
- 
由 liaogang 提交于
 
 - 
 - 14 7月, 2017 1 次提交
 - 
- 
由 qijun 提交于
 
 - 
 - 13 7月, 2017 2 次提交
 - 
- 
由 Yu Yang 提交于
* Convert `op` --> `operators` * Remove AddType in OpProtoMaker, because type is part of registry. * Rename CPU_OR_GPU --> DEVICE_TYPE in registry macro.
 - 
由 Yu Yang 提交于
* Refine register methods, make Op can get rid of whole-archieve * `USE_OP` before a op is used. * Add unittest for add_op.
 
 -