Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Copy Constructor for ProgramDesc #4895

Merged
merged 50 commits into from
Oct 19, 2017

Commits on Oct 11, 2017

  1. Configuration menu
    Copy the full SHA
    f5d9005 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2017

  1. Configuration menu
    Copy the full SHA
    5488ec9 View commit details
    Browse the repository at this point in the history
  2. Update LayerHelper

    reyoung committed Oct 12, 2017
    Configuration menu
    Copy the full SHA
    153d9a8 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2017

  1. Configuration menu
    Copy the full SHA
    e016726 View commit details
    Browse the repository at this point in the history
  2. Add debug string for Python ProtoBuf

    and Rename `Sync` to `Flush`
    JiayiFeng committed Oct 13, 2017
    Configuration menu
    Copy the full SHA
    f6570b5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f7cffb7 View commit details
    Browse the repository at this point in the history
  4. Layer wrapper for FC

    reyoung committed Oct 13, 2017
    Configuration menu
    Copy the full SHA
    e017ba2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1cf33cb View commit details
    Browse the repository at this point in the history
  6. Fix unittest

    reyoung committed Oct 13, 2017
    Configuration menu
    Copy the full SHA
    cd93f12 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3e613de View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2017

  1. Configuration menu
    Copy the full SHA
    3ab53e4 View commit details
    Browse the repository at this point in the history
  2. Fix CI

    reyoung committed Oct 15, 2017
    Configuration menu
    Copy the full SHA
    a281c39 View commit details
    Browse the repository at this point in the history
  3. Add code generator

    reyoung committed Oct 15, 2017
    Configuration menu
    Copy the full SHA
    03fc36c View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2017

  1. AttributeChecker Better error log and speicalize bool

    Since lots of types can be cast to bool
    reyoung committed Oct 16, 2017
    Configuration menu
    Copy the full SHA
    32cdc7b View commit details
    Browse the repository at this point in the history
  2. Complete mlp, fit_a_line

    reyoung committed Oct 16, 2017
    Configuration menu
    Copy the full SHA
    d28c2c7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    647e1eb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    216979d View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2017

  1. Configuration menu
    Copy the full SHA
    e18e79d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d87e137 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d0d1172 View commit details
    Browse the repository at this point in the history
  4. Fix bugs

    JiayiFeng committed Oct 17, 2017
    Configuration menu
    Copy the full SHA
    aa00ab8 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2017

  1. Configuration menu
    Copy the full SHA
    ac6b11b View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop' of github.com:baidu/Paddle into feature/remove…

    …_global_instance_of_program
    reyoung committed Oct 18, 2017
    Configuration menu
    Copy the full SHA
    072d6d0 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'develop' of github.com:baidu/Paddle into feature/remove…

    …_global_instance_of_program
    reyoung committed Oct 18, 2017
    Configuration menu
    Copy the full SHA
    f92dc30 View commit details
    Browse the repository at this point in the history
  4. Polish code style

    reyoung committed Oct 18, 2017
    Configuration menu
    Copy the full SHA
    71ec313 View commit details
    Browse the repository at this point in the history
  5. Stash

    reyoung committed Oct 18, 2017
    Configuration menu
    Copy the full SHA
    e6f0924 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'develop' of github.com:baidu/Paddle into feature/remove…

    …_global_instance_of_program
    reyoung committed Oct 18, 2017
    Configuration menu
    Copy the full SHA
    87938e4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3e1ecf7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9f99377 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0af66c5 View commit details
    Browse the repository at this point in the history
  10. Merge branch 'develop' of github.com:baidu/Paddle into feature/remove…

    …_global_instance_of_program
    reyoung committed Oct 18, 2017
    Configuration menu
    Copy the full SHA
    b337e18 View commit details
    Browse the repository at this point in the history
  11. Merge branch 'develop' of github.com:baidu/Paddle into feature/remove…

    …_global_instance_of_program
    reyoung committed Oct 18, 2017
    Configuration menu
    Copy the full SHA
    175bfd5 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    3d684bc View commit details
    Browse the repository at this point in the history
  13. Merge branch 'develop' of github.com:baidu/Paddle into feature/remove…

    …_global_instance_of_program
    reyoung committed Oct 18, 2017
    Configuration menu
    Copy the full SHA
    f73b9f2 View commit details
    Browse the repository at this point in the history
  14. Merge branch 'develop' of github.com:baidu/Paddle into feature/remove…

    …_global_instance_of_program
    reyoung committed Oct 18, 2017
    Configuration menu
    Copy the full SHA
    291e7d2 View commit details
    Browse the repository at this point in the history
  15. Merge branch 'feature/remove_global_instance_of_program' into feature…

    …/copy_ctor_program_des
    reyoung committed Oct 18, 2017
    Configuration menu
    Copy the full SHA
    6a4f6d9 View commit details
    Browse the repository at this point in the history
  16. Merge branch 'develop' of github.com:baidu/Paddle into feature/remove…

    …_global_instance_of_program
    reyoung committed Oct 18, 2017
    Configuration menu
    Copy the full SHA
    4f6d3c6 View commit details
    Browse the repository at this point in the history
  17. Merge branch 'feature/remove_global_instance_of_program' into feature…

    …/copy_ctor_program_des
    reyoung committed Oct 18, 2017
    Configuration menu
    Copy the full SHA
    60f96d1 View commit details
    Browse the repository at this point in the history
  18. Fix bugs

    JiayiFeng committed Oct 18, 2017
    Configuration menu
    Copy the full SHA
    d5d025a View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    06ea1b7 View commit details
    Browse the repository at this point in the history
  20. Add unittest

    reyoung committed Oct 18, 2017
    Configuration menu
    Copy the full SHA
    7842b2c View commit details
    Browse the repository at this point in the history
  21. Fix unit test error

    JiayiFeng committed Oct 18, 2017
    Configuration menu
    Copy the full SHA
    c36464f View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    3ccaf48 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    ab55cbe View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    e61be25 View commit details
    Browse the repository at this point in the history
  25. Remove unused functions

    reyoung committed Oct 18, 2017
    Configuration menu
    Copy the full SHA
    36ca498 View commit details
    Browse the repository at this point in the history
  26. Add clone for Python Program

    reyoung committed Oct 18, 2017
    Configuration menu
    Copy the full SHA
    c0c5fdd View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    a64031d View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2017

  1. Configuration menu
    Copy the full SHA
    ad5e9cf View commit details
    Browse the repository at this point in the history
  2. Compare OpDescBind directly

    reyoung committed Oct 19, 2017
    Configuration menu
    Copy the full SHA
    67685fb View commit details
    Browse the repository at this point in the history