Skip to content
  • Christophe Guillon's avatar
    a97e0499
    feat : Add import tests of ONNX Nodes test suite · a97e0499
    Christophe Guillon authored
    Add tests for loading onnx and cpu forward on all
    single node ONNX test cases from the ONNX sources.
    
    Note that imported node tests have their inputs
    transformed to initializers when possible.
    
    Add ONNX utils classes to fetch ONNX sources and
    build test information.
    
    Add pytest utils to simplify marking of xfail/skipped
    and filtered tests.
    
    Run tests with: pytest test_*.py
    a97e0499
    feat : Add import tests of ONNX Nodes test suite
    Christophe Guillon authored
    Add tests for loading onnx and cpu forward on all
    single node ONNX test cases from the ONNX sources.
    
    Note that imported node tests have their inputs
    transformed to initializers when possible.
    
    Add ONNX utils classes to fetch ONNX sources and
    build test information.
    
    Add pytest utils to simplify marking of xfail/skipped
    and filtered tests.
    
    Run tests with: pytest test_*.py
Loading