-
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
Christophe Guillon authoredAdd 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