• Shucai Xiao's avatar
    Parse onnx using explicit input shape (#474) · 2074d756
    Shucai Xiao authored
    
    
    * refine slice implementation
    
    * clang format
    
    * fix cppcheck error
    
    * clang format
    
    * change parse operator function signature
    
    * clang format
    
    * add parsing the split operator
    
    * clang format
    
    * add parsing split operator
    
    * make squeeze/unsqueeze inputs to standard shape
    
    * fix a bug in parsing slice
    
    * change parsing pad to support opset 11 definition
    
    * clang format
    
    * add unit tests for the split operator
    
    * clang format
    
    * fix cppcheck error
    
    * clang format
    
    * update tests for multiple program outputs
    
    * clang format
    
    * fix cppcheck error
    
    * clang format
    
    * refine an error message
    
    * add unit tests for the pad operator
    
    * clang format
    
    * add unit tests for slice operator
    
    * clang format
    
    * fix review comments
    
    * fix cppcheck error
    
    * add the numpy package in the Dockerfile
    
    * add c api for onnx options
    
    * clang format
    
    * change c/c++ and python apis related to parse_onnx option change
    
    * clang format
    
    * fixed a bug
    
    * fix a bug
    
    * add fix bugs in cpp api
    
    * fix bugs in c api for onnx_options
    
    * clang format
    
    * add unit tests
    
    * clang format
    
    * add missing onnx file
    
    * add more unit test for dynamic input shape support
    
    * clang format
    
    * fix cppcheck error
    
    * fix cppcheck error
    
    * fix cppcheck error
    
    * clang format
    
    * fix cppcheck error
    
    * clang format
    
    * code change to resolve the segmentation problem
    
    * clang format
    
    * change the api
    
    * clang format
    
    * fixed a unit test error
    
    * fix cppcheck error
    
    * clang format
    
    * fixed a cppcheck error
    
    * fix review comments
    
    * clang format
    Co-authored-by: default avatarmvermeulen <5479696+mvermeulen@users.noreply.github.com>
    2074d756
migraphx.hpp 14.9 KB