1. 24 7月, 2017 2 次提交
    • Y
      Remove ScopePtr and OperatorPtr · c2543f5b
      Yu Yang 提交于
      * ScopePtr means pointer of scope, but it can be shared or uniqued.
      Change it to std::shared_ptr<Scope> to make code better to read.
      c2543f5b
    • Y
      Expose Net to Python (#2967) · 1294b3c5
      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
      1294b3c5
  2. 23 7月, 2017 2 次提交
  3. 22 7月, 2017 4 次提交
  4. 21 7月, 2017 8 次提交
  5. 20 7月, 2017 7 次提交
  6. 19 7月, 2017 17 次提交