mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-18 21:21:17 +00:00
Fix initial value of graph optimization (#3856)
This commit is contained in:
parent
eb7486d632
commit
fe5a20f2d1
1 changed files with 1 additions and 1 deletions
|
|
@ -104,7 +104,7 @@ int real_main(int argc, char* argv[], Ort::Env& env) {
|
|||
bool enable_dml = false;
|
||||
bool enable_acl = false;
|
||||
int device_id = 0;
|
||||
GraphOptimizationLevel graph_optimization_level = ORT_DISABLE_ALL;
|
||||
GraphOptimizationLevel graph_optimization_level = ORT_ENABLE_ALL;
|
||||
bool user_graph_optimization_level_set = false;
|
||||
int verbosity_option_count = 0;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue