- 08 1月, 2018 1 次提交
 - 
- 
由 emailweixu 提交于
This can make it easier to locate error.
 
 - 
 - 28 8月, 2017 1 次提交
 - 
- 
由 qijun 提交于
 
 - 
 - 21 8月, 2017 1 次提交
 - 
- 
由 Yu Yang 提交于
 
 - 
 - 20 8月, 2017 1 次提交
 - 
- 
由 Yu Yang 提交于
Fix cycle dependencies, Fix #3583.
 
 - 
 - 16 8月, 2017 2 次提交
 - 14 8月, 2017 1 次提交
 - 
- 
由 qiaolongfei 提交于
 
 - 
 - 12 8月, 2017 1 次提交
 - 
- 
由 Yu Yang 提交于
 
 - 
 - 09 8月, 2017 1 次提交
 - 
- 
由 Yu Yang 提交于
 
 - 
 - 08 8月, 2017 1 次提交
 - 
- 
由 Yu Yang 提交于
 
 - 
 - 07 8月, 2017 1 次提交
 - 
- 
由 dongzhihong 提交于
 
 - 
 - 03 8月, 2017 1 次提交
 - 
- 
由 Yan Chunwei 提交于
* move net_op to operators
 
 - 
 - 27 7月, 2017 3 次提交
 - 
- 
由 dongzhihong 提交于
 - 
由 dongzhihong 提交于
 - 
由 Yu Yang 提交于
 
 - 
 - 26 7月, 2017 1 次提交
 - 
- 
由 Yu Yang 提交于
 
 - 
 - 24 7月, 2017 1 次提交
 - 
- 
由 Yu Yang 提交于
* Expose Net to Python * Expose PlainNet to Python, make python can add_op, complete_add_op * Provide a low level api to manipulate Net * Unittest for Net::DebugString
 
 - 
 - 20 7月, 2017 2 次提交
 - 
- 
由 dongzhihong 提交于
 - 
由 dongzhihong 提交于
 
 - 
 - 19 7月, 2017 1 次提交
 - 
- 
由 Yu Yang 提交于
* Expose PlainNet to Python, make python can add_op, complete_add_op * Provide a low level api to manipulate Net * Unittest for Net::DebugString
 
 - 
 - 18 7月, 2017 3 次提交
 - 
- 
由 dongzhihong 提交于
 - 
由 Yu Yang 提交于
* Fc operator is a grouped operator, which combined by may internal operators. * InferShape & Run a FC operator in Python.
 - 
由 Yu Yang 提交于
Net::DebugString() print what it is and invokes inner operators DebugString() with a prefix '\t'.
 
 - 
 - 16 7月, 2017 1 次提交
 - 
- 
由 Qiao Longfei 提交于
* OperatorBase should not store OpDesc because not All op contains an OpDesc and not all ops create from OpDesc. * Networks do not contain OpDesc and are not created by OpDesc * Do not register Network to OpRegistry. * The network is directly created by the user in Python. Not from registry. * Correctly handle the `inputs` and `outputs` of a Network. * Add CompleteAddOp() methods * Remove `AddOp(OpDesc&)` in net-op. All op are added by OperatorPtr. * Rewrite unit test for truly tested what networks do. * optimise operator_test 
 - 
 - 15 7月, 2017 1 次提交
 - 
- 
由 liaogang 提交于
 
 - 
 - 14 7月, 2017 1 次提交
 - 
- 
由 Qiao Longfei 提交于
* use OperatorPtr = std::shared_ptr<OperatorBase>; * use ScopePtr = std::share_ptr<Scope>;
 
 - 
 - 11 7月, 2017 3 次提交
 - 
- 
由 dongzhihong 提交于
 - 
由 dongzhihong 提交于
 - 
由 dongzhihong 提交于
 
 - 
 - 05 7月, 2017 1 次提交
 - 
- 
由 Superjom 提交于
 
 - 
 - 04 7月, 2017 2 次提交
 - 03 7月, 2017 1 次提交
 - 
- 
由 Superjom 提交于
 
 -