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. 22 7月, 2017 1 次提交
  3. 21 7月, 2017 1 次提交
  4. 20 7月, 2017 2 次提交
  5. 19 7月, 2017 11 次提交
  6. 18 7月, 2017 8 次提交
  7. 17 7月, 2017 15 次提交