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

Refactor sparse tensor code #6955

Merged
merged 5 commits into from
Jul 13, 2017

Commits on Jul 11, 2017

  1. Configuration menu
    Copy the full SHA
    32678b6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8d69145 View commit details
    Browse the repository at this point in the history
  3. Revert "Change storage_type to stype"

    This reverts commit 90db7d1.
    reminisce committed Jul 11, 2017
    Configuration menu
    Copy the full SHA
    75fda82 View commit details
    Browse the repository at this point in the history
  4. Revert "Revert "Change storage_type to stype""

    This reverts commit 0932838.
    
    Move ndarray.py, sparse_ndarray.py, ndarray_utils.py, and _ndarray_internal to ndarrary folder
    
    More refactor
    
    Move elementwise sum for rsp to ndarray_function.cc
    
    Remove unnecessary import in ndarray module
    
    Fix pylint
    
    Remove redundant code
    
    Remove _stype from slots
    
    Fix cpp-package build error caused by the change to imperative invoke interface
    
    Use relative import
    
    Remove print line
    
    Rename _ndarray_internal.py to _internal.py
    reminisce committed Jul 11, 2017
    Configuration menu
    Copy the full SHA
    0efb93a View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2017

  1. Relaunch test...

    reminisce committed Jul 13, 2017
    Configuration menu
    Copy the full SHA
    696a4e1 View commit details
    Browse the repository at this point in the history