• Shucai Xiao's avatar
    Improve parsing of pooling operators related to onnxruntime (#426) · f60b5421
    Shucai Xiao authored
    
    
    * change char to upper case
    
    * clang format
    
    * minor changes
    
    * improve implementation of the pooling operator
    
    * clang format
    
    * improve implementation of the pooling operator
    
    * clang format
    
    * improving parsing the pooling operators
    
    * clang format
    
    * continue improve pooling operators
    
    * clang format
    
    * correct the explicit pad values for maxpool
    
    * clang format
    
    * add unit test for parsing poolig operators
    
    * clang format
    
    * fix review comments
    
    * refine the padding processing in parsing pooling operator
    
    * clang format
    
    * add more onnx unit test to have better code coverage
    
    * clang format
    
    * refine code to fix review comments
    
    * clang format
    
    * fix onnx unit test
    Co-authored-by: default avatarmvermeulen <5479696+mvermeulen@users.noreply.github.com>
    f60b5421
onnx.cpp 66.8 KB