onnxruntime/tools/ci_build
EronsJ 632b2896f3
Onnxruntime fuzzing (#4341)
* Add protobuf mutator library as a git submodule

* Added files and instructions to build the protobuf mutator library in CMake

* Added fuzzing flag to build system and added fuzzing dependency library. To run fuzzing test use the flags --fuzz_testing --build_shared_lib --use_full_protobuf --cmake_generator 'Visual Studio 16 2019'

* Added src files and build instructions for the main fuzzing engine

* Removed Random number generation test from inside the engine

* Added license header to files

* Removed all pep8 violations introduced by this change and other E501 violations
2020-07-06 16:34:34 -07:00
..
github Increase python packaging pipeline timeout (#4412) 2020-07-02 15:38:39 -07:00
build.py Onnxruntime fuzzing (#4341) 2020-07-06 16:34:34 -07:00
gen_def.py Enable running PEP8 on python scripts using flake8 (#3928) 2020-05-15 07:15:06 +10:00