"git@developer.sourcefind.cn:gaoqiong/migraphx.git" did not exist on "30e83a1c381ec636d9bbec7c161b7868330c6163"
  • Shucai Xiao's avatar
    add get_main_module api (#665) · 6554639b
    Shucai Xiao authored
    
    
    * add an api get_main_module
    
    * clang format
    
    * modify onnx unit test for module
    
    * clang format
    
    * refactor ops unit test with the get_main_module
    
    * clang format
    
    * code backup
    
    * clang format
    
    * refine module c api
    
    * add python api for module
    
    * clang format
    
    * fix a python api issue
    
    * clang format
    
    * fix cppcheck error
    
    * clang format
    
    * refine unit tests changes
    
    * clang format
    
    * defer some changes to later PRs
    
    * change return of get_main_module from ref to pointer
    
    * clang format
    
    * add unit tests for the get_main_module_api
    
    * clang format
    
    * fix cppcheck error
    
    * clang format
    
    * add more unit tests for more code change coverage
    
    * clang format
    
    * fix unit test
    
    * clang format
    
    * code change for more code coverage
    
    * Add option to no generate a destroy method
    
    * Formatting
    
    * fix some review comments
    
    * clang format
    
    * fix review comments
    
    * clang format
    
    * clang format
    Co-authored-by: default avatarPaul <pfultz2@yahoo.com>
    6554639b
api.cpp 4.47 KB