Skip to content
This repository has been archived by the owner on Feb 1, 2020. It is now read-only.

merge existing nnvm/sparse into nnvm/master #119

Merged
merged 4 commits into from
Jun 7, 2017

Commits on Jun 7, 2017

  1. [WIP] Infer Storage Type pass for sparse tensors (dmlc#110)

    * Add inferchunk pass
    
    * Fix default type for infet chunk
    
    * Add test for default chunk type
    
    * disable mem sharing for sparse storage. global name replacement
    
    * check dispatch_storage_type attr before retrieve it
    
    * fix typo
    
    * Add doc
    
    * Add kDynamic Storage
    eric-haibin-lin committed Jun 7, 2017
    Configuration menu
    Copy the full SHA
    71d972c View commit details
    Browse the repository at this point in the history
  2. force infer storage on backward pass (#1) (dmlc#113)

    * force infer storage on backward pass (#1)
    
    * force infer storage type for backward pass
    
    * change none value for storage type to 0(kUndefinedStorage)
    
    * Modify default value for storage type
    
    * update unit test for infer storage
    eric-haibin-lin committed Jun 7, 2017
    Configuration menu
    Copy the full SHA
    7db5d1a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1104fee View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c2b3e97 View commit details
    Browse the repository at this point in the history