• Shucai Xiao's avatar
    Add additional simple operators (MatMulInteger, ConvInteger, Asinh, Acosh, and Atanh (#431) · a023ec19
    Shucai Xiao authored
    
    
    * Add initial api
    
    * Formatting
    
    * Add more api
    
    * Formatting
    
    * add more operators (asinh, acosh, atanh, MatMulInteger, ConvInteger)
    
    * clang format
    
    * add unit tests for new operators
    
    * clang format
    
    * Add auto api generation
    
    * Formatting
    
    * Fix some compilation errors
    
    * Change handle struct
    
    * Formatting
    
    * Fix reamining compilation errors
    
    * Formatting
    
    * Simplify using ctype
    
    * Formatting
    
    * Initial c++ generation
    
    * Formatting
    
    * Add C++header
    
    * Formatting
    
    * Add test
    
    * Formatting
    
    * Add initial tests
    
    * Formatting
    
    * Try to fix formatting
    
    * Cleanup formatting
    
    * Formatting
    
    * Fix constructors on the same line
    
    * Fix tests
    
    * Formatting
    
    * Fix tidy issues
    
    * Fix tidy issues
    
    * Fix naming issue
    
    * Add onnx API to parse buffer
    
    * Formatting
    
    * Add arguments api
    
    * Formatting
    
    * Fix verify parameters
    
    * Fix cppcheck issues
    
    * Formatting
    
    * Add method to get output shapes and bytes
    
    * Formatting
    
    * Try formatting
    
    * Formatting
    
    * Improve the test coverage
    
    * Formatting
    
    * Add print method
    
    * Formatting
    
    * Fix cppcheck issue
    
    * Fix package dependency
    
    * Add nolint
    
    * Try fix formatting
    
    * Formatting
    
    * formatting
    
    * formatting
    
    * Fix formatting
    Co-authored-by: default avatarPaul Fultz II <pfultz2@yahoo.com>
    Co-authored-by: default avatarmvermeulen <5479696+mvermeulen@users.noreply.github.com>
    Co-authored-by: default avatarkahmed10 <15948690+kahmed10@users.noreply.github.com>
    a023ec19
acosh.cpp 477 Bytes