satyajandhyala
changed the title Sajandhy fuzz testing ORT fuzz testing 5 years ago
satyajandhyala
marked this pull request as ready for review 5 years ago
Added a test case to load a MNIST model in ORT format.
78d9d2f7
Added compilation flag suppress error message.
ddbc4c9a
Added model checkpoint dump after loading.
0df5f6e2
Added MNIST ORT model for testing.
03916a0f
Changed MNIST to Mnist.
5c5889ba
Added SerializeMnistToOrtFormat.
7ae50619
Use generate mnist.onnx.ort file instead of mnist.ort from the repo.
2e515f7c
Fixed the test logid and the model input/output names.
39e46cd8
Use session_state in Intialize function in the case of the minimal bu…
ea2f1080
Check only the output shape dimensions.
3bc77c83
Revert "Added model checkpoint dump after loading."
1c7083ca
Added mnist.onnx undert testdata folder and fixed ort_model_only_test…
3ff49e45
Added fuzz testing using ORT (flatbuffer) model.
01a396fd
Removed test_flatbuffer.cpp and move the functionality to fuzz test.cpp
cead9da6
Refactored exception handling code to avoid duplication.
803c7f19
Removed unnecessary member numBytes.
b0e23c17
Fixed the potential compilation error caused by a change.
024ade39
Fix the code instead of adding a compiler option to avoid error.
ca8dea73
Fixed the variable names to follow the naming convention.
3e5ace1f
Fix onnx submodule commit.
e18fe7c4
Cleaned up the code, including, removing destructor, removing session,
e7346688
Removed unused test/framework/testdata/mnist/model.ort
2caf7433
Removed data member Ort::Env and using the env provided by the driver.
a35d2df2
Changed name from flatbuffer to is_ort, fix the mutation generating loop
e065e386
Added struct RunStats to group all the different variables.
c46cb0ac
The driver code should accept either ONNX or ORT (based on the file e…
a4a1374c
Removed redundant tests, added a comment for the ValidateOrtFormatMod…
ed923e38
Added TODO comments.
766dbd1f
Suppress optimizing transformation in full build when loading ORT model.
d759eccb
typo
8238cd5c
Added YAML file to run build pipeline.
40f4385c
Fixed the comment about the why the new test case is added.
d50b7559
Set up CI with Azure Pipelines
0b8a2afb
Commented-out printing input tensors
bfe58201
Print the iteration number at the starting of an iteration.
33fed5e1
Increased the timeout to 36 hrs.
192b3e19
Added string consts "session.save_model_format" and "session.load_mod…
d21b2848
Handle out_of_range exception in the graph.cpp.
2c3be65c
use ORT_THHROW instead of throw.
48bb542c
Reduced the timeout back to 120 min.
4ab2eeb6
Fixed the logic handling the index out-of-bounds check.
403bbb23
Using include file onnxruntime_session_options_config_keys.h rather t…
b014e003
typo.
f1d440d7
Resolved conflicts.
65422039
white space.
6cdb84f8
Assignees
No one assigned
Login to write a write a comment.
Login via GitHub