1. 12 2月, 2018 1 次提交
  2. 10 2月, 2018 2 次提交
  3. 21 1月, 2018 1 次提交
    • D
      "fix decode bug" (#7711) · e983cc90
      dzhwinter 提交于
      * "fix decode bug"
      
      * "follow commnet"
      
      * "fix error"
      
      * "fix hook bug"
      
      * fix based comment
      
      * fix copyright
      
      * fix based on comment
      e983cc90
  4. 15 1月, 2018 1 次提交
    • D
      Feature/hooks (#7513) · b9b75377
      dzhwinter 提交于
      * add copyright hook
      
      * add copyright hook
      
      * refine copyright hook
      
      * "test copyright hook"
      
      * fix check style
      
      * fix ci
      b9b75377
  5. 08 1月, 2018 1 次提交
  6. 28 8月, 2017 1 次提交
  7. 21 8月, 2017 1 次提交
  8. 20 8月, 2017 1 次提交
  9. 16 8月, 2017 2 次提交
  10. 14 8月, 2017 1 次提交
  11. 12 8月, 2017 1 次提交
  12. 09 8月, 2017 1 次提交
  13. 08 8月, 2017 1 次提交
  14. 07 8月, 2017 1 次提交
  15. 03 8月, 2017 1 次提交
  16. 27 7月, 2017 3 次提交
  17. 26 7月, 2017 1 次提交
  18. 24 7月, 2017 1 次提交
    • 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
  19. 20 7月, 2017 2 次提交
  20. 19 7月, 2017 1 次提交
    • Y
      Expose Net to Python · 0380bfb3
      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
      0380bfb3
  21. 18 7月, 2017 3 次提交
  22. 16 7月, 2017 1 次提交
    • Q
      change net to operator (#2846) · 45ce1649
      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
      45ce1649
  23. 15 7月, 2017 1 次提交
  24. 14 7月, 2017 1 次提交
    • Q
      Optimize ptr (#2851) · 58f3de95
      Qiao Longfei 提交于
      * use OperatorPtr = std::shared_ptr<OperatorBase>;
      * use ScopePtr = std::share_ptr<Scope>;
      58f3de95
  25. 11 7月, 2017 3 次提交
  26. 05 7月, 2017 1 次提交
  27. 04 7月, 2017 2 次提交
  28. 03 7月, 2017 1 次提交