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

[Numpy]flip #15819

Merged
merged 3 commits into from
Sep 22, 2019
Merged

[Numpy]flip #15819

merged 3 commits into from
Sep 22, 2019

Commits on Sep 22, 2019

  1. Numpy flip operator

    * Implement flip
    
    * fix some bug and add gpu test
    
    * register param and edit test
    
    * add testcase for backward
    
    * remove print
    
    * optimize 0-dim and 0-shape
    
    * adjust format and add doc in _symbol.py
    
    * fix bug in symbol
    
    * add flip in __all__
    
    * fix format error
    
    * import ndarray
    
    * move flip implementation to np_matrix_op and remove test in gpu
    
    * delate redundant blank line
    
    * fix error in review
    
    * remove **kwargs and change copy
    
    * fix error in review
    Ying authored and reminisce committed Sep 22, 2019
    Configuration menu
    Copy the full SHA
    8f933e5 View commit details
    Browse the repository at this point in the history
  2. Fix import

    reminisce committed Sep 22, 2019
    Configuration menu
    Copy the full SHA
    15bb544 View commit details
    Browse the repository at this point in the history
  3. Fix lint

    reminisce committed Sep 22, 2019
    Configuration menu
    Copy the full SHA
    bd178df View commit details
    Browse the repository at this point in the history