• Shucai Xiao's avatar
    Onnx 1.8 support (#798) · 658cdab0
    Shucai Xiao authored
    
    
    * add support for axes inputs for sequeeze/unsqueeze/reduce_sum
    
    * clang format
    
    * fix build problems
    
    * backup code changes
    
    * clang format
    
    * fix a bug in parsing quantizelinear operator
    
    * clang format
    
    * fix a cppcheck error
    
    * disable different versions of unit tests for different onnx version
    
    * clang format
    
    * upgrade onnx to 1.8
    
    * update onnx to 1.8.1
    
    * disable two more real models
    
    * clang format
    
    * fix review comments
    
    * fix the function of assign axes in parsing the squeeze operator
    
    * add unit tests and fix a bug
    
    * clang format
    
    * fix review comments
    
    * clang format
    
    * fix a build error
    
    * backup code changes
    
    * clang format
    
    * add more unit tests and add parsing opset version
    
    * clang format
    
    * fix cppcheck error
    
    * adding installing the onnx package
    
    * resolve no protobuf compiler
    
    * fix cppcheck error
    
    * add unit tests for more code coverage
    
    * clang format
    
    * try a comment in jenkins build
    
    * include the install onnnx line
    
    * code backup
    
    * reorder the dependenciesd installed
    
    * refine dockerfile
    
    * fix review comments
    
    * clang format
    Co-authored-by: default avatarmvermeulen <5479696+mvermeulen@users.noreply.github.com>
    658cdab0
parse_quantizelinear.cpp 3.4 KB