• Tomasz Dołbniak's avatar
    [ONNX] Sign operator support (#2412) · adfe479a
    Tomasz Dołbniak authored
    * [ONNX] Add support for ONNX sinh op
    
    * [ONNX] Test the sinh op and improve an error msg about not supported op version
    
    * [ONNX] Fix the failing tests by moving sinh to opset 1
    
    * [ONNX] Apply clang-format to fix failing CI builds
    
    * [ONNX] Add and test ONNX cosh op
    
    * [ONNX] Add and test ONNX cosh op
    
    * [ONNX] Add and test ONNX sign op
    
    * [ONNX] Test the sign operator with more challenging values
    
    * [ONNX] Update of supported ops documentation table
    adfe479a
onnx_import.in.cpp 86.1 KB