• F
    Add new API "eigvals" in linalg (#35720) · d411a038
    From00 提交于
    * Add linalg.eigvals API
    
    * pre-commit check
    
    * Adjust code style
    
    * Fix conflict
    
    * Improve code style
    
    * Modify the test code to ignore testing CUDA kernel
    
    * Sort ouput data before checking in test code
    
    * Set timeout value for UT
    
    * Improve API example code to pass CI
    
    * Fix bug for None fetch_list in Windows
    
    * Delete grad Op
    d411a038
test_eigvals_op.py 10.2 KB