Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Improve symbol bindings #5870

Merged
merged 14 commits into from
Jun 3, 2017
Merged

Commits on Jun 3, 2017

  1. Initial checkin

    Add init functions for simple bind in graph_executor
    
    Add simple_bind c_api
    
    Add simple bind c-api
    
    Assign zeros to in_args, arg_grads, and aux_states
    
    Add simple_bind2 python interface
    
    Fix python interface bugs
    
    Interface changes
    
    Fix
    
    Fix core dump
    
    Add bind_ith_exec c_api
    
    Change simple_bind2
    
    Fix seg fault
    
    Finish simple_bind
    
    Change _bind_ith_exec
    
    Refactor simple_bind initialization flow for bind
    
    Consolidate bind and simple_bind graph init flow
    
    Fix bug
    
    Clean up
    
    Add comments
    
    Clean up
    
    Clean up
    
    Minor correction
    
    Rename APIs in graph executor
    
    Refactor
    
    Rebase
    
    Delete deprecated functions
    
    Move more front-end work to backend
    
    Bug fix
    
    Fix failed tests
    
    Minor fix
    
    Fix lint
    
    Fix lint
    
    Revert unnecessary changes
    
    Revert
    
    Revert
    
    Clean up
    
    Fix lint
    
    Fix bind_ith_exec calling simple_bind
    
    Fix bugs for _bind_ith_exec
    reminisce committed Jun 3, 2017
    Configuration menu
    Copy the full SHA
    f06d25c View commit details
    Browse the repository at this point in the history
  2. Add unit test (#1)

    * Add unit test
    
    * Fix
    
    * Small fix
    kevinthesun authored and reminisce committed Jun 3, 2017
    Configuration menu
    Copy the full SHA
    2bb952a View commit details
    Browse the repository at this point in the history
  3. Fix lint

    reminisce committed Jun 3, 2017
    Configuration menu
    Copy the full SHA
    d266d18 View commit details
    Browse the repository at this point in the history
  4. Fix lint

    reminisce committed Jun 3, 2017
    Configuration menu
    Copy the full SHA
    95cd217 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6fc1886 View commit details
    Browse the repository at this point in the history
  6. Fix lint

    reminisce committed Jun 3, 2017
    Configuration menu
    Copy the full SHA
    d7e8366 View commit details
    Browse the repository at this point in the history
  7. Simple bind (#3)

    * Add bucketing test
    
    * Skip pylint
    
    * Use cpu to train
    kevinthesun authored and reminisce committed Jun 3, 2017
    Configuration menu
    Copy the full SHA
    aae92f6 View commit details
    Browse the repository at this point in the history
  8. Fix bug

    reminisce committed Jun 3, 2017
    Configuration menu
    Copy the full SHA
    9058ae7 View commit details
    Browse the repository at this point in the history
  9. Remove merge message

    reminisce committed Jun 3, 2017
    Configuration menu
    Copy the full SHA
    722c9e5 View commit details
    Browse the repository at this point in the history
  10. Fix lint

    reminisce committed Jun 3, 2017
    Configuration menu
    Copy the full SHA
    be02b28 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    1236d7e View commit details
    Browse the repository at this point in the history
  12. Reduce model size (#4)

    kevinthesun authored and reminisce committed Jun 3, 2017
    Configuration menu
    Copy the full SHA
    3a43edf View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    1115d19 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    d3c1d5f View commit details
    Browse the repository at this point in the history