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

Simple bind with infer storage type #32

Merged
merged 4 commits into from
May 17, 2017
Merged

Simple bind with infer storage type #32

merged 4 commits into from
May 17, 2017

Commits on May 16, 2017

  1. Symbol binding for sparse tensor development. (#31)

    * 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
    
    Conflicts:
    	python/mxnet/symbol.py
    	src/executor/graph_executor.cc
    reminisce authored and eric-haibin-lin committed May 16, 2017
    Configuration menu
    Copy the full SHA
    00235b5 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2017

  1. 4 Configuration menu
    Copy the full SHA
    e1920f2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ba779fc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0974e65 View commit details
    Browse the repository at this point in the history