- 07 9月, 2017 1 次提交
 - 
- 
由 caoying03 提交于
 
 - 
 - 06 9月, 2017 1 次提交
 - 
- 
由 caoying03 提交于
 
 - 
 - 05 9月, 2017 2 次提交
 - 03 9月, 2017 1 次提交
 - 
- 
由 fengjiayi 提交于
 
 - 
 - 12 8月, 2017 5 次提交
 - 08 8月, 2017 3 次提交
 - 
- 
由 dongzhihong 提交于
 - 
由 Yu Yang 提交于
 - 
由 Yan Chunwei 提交于
* fix some enforce * remove compatible_type to avoid compile error * remove shared_ptr * fix tensor error msg
 
 - 
 - 07 8月, 2017 2 次提交
 - 
- 
由 dongzhihong 提交于
 - 
由 dongzhihong 提交于
 
 - 
 - 05 8月, 2017 1 次提交
 - 
- 
由 Yi Wang 提交于
 
 - 
 - 04 8月, 2017 3 次提交
 - 03 8月, 2017 1 次提交
 - 
- 
由 Qiao Longfei 提交于
* init softmax grad op * add compute code * export Backward to python * update test ,export op.type to python * update python test, fix compute bug * update unit test * use eigen * optimize eigen code * add gpu test * register softmax_grad GPU kernel and fix test bug * typo * follow comments
 
 - 
 - 01 8月, 2017 1 次提交
 - 
- 
由 Qiao Longfei 提交于
* use operator context * optimize code * update net infershape * update InferShape * disable override InferShape(scope) in OperatorBase * change InferShapeImpl to InferShape * add template to OperatorContext Input/Output * merge Input InputVar, Output OutputVar * change Inputs to MultiInput * fix conflict * fix MultiInput bugs and add unit test * rename KernelContext to ExecutionContext * clean code * change InferShape to protected * fix template bug * refine code * use InputVar instead of Input<Variable> * typo * optimize code
 
 - 
 - 25 7月, 2017 1 次提交
 - 
- 
由 Yu Yang 提交于
Make implement an operator less noisy.
 
 - 
 - 24 7月, 2017 1 次提交
 - 
- 
由 fengjiayi 提交于
 
 - 
 - 20 7月, 2017 1 次提交
 - 
- 
由 dongzhihong 提交于
 
 - 
 - 19 7月, 2017 2 次提交
 - 
- 
由 qijun 提交于
 - 
由 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 1 次提交
 - 
- 
由 Yu Yang 提交于
* Implement InferShape and register them, give a stub Kernel method by LOG(INFO)
 
 -