Unverified Commit d3bce642 authored by Robert Kimball's avatar Robert Kimball Committed by GitHub

Change reserializer to not indent output making files smaller (#4448)

* test

* Don't indent reserialized graph
parent 3f383e52
...@@ -109,7 +109,7 @@ int main(int argc, char** argv) ...@@ -109,7 +109,7 @@ int main(int argc, char** argv)
} }
timer.start(); timer.start();
ngraph::serialize(output, function, 2); ngraph::serialize(output, function);
timer.stop(); timer.stop();
cout << "serialize took " << timer.get_milliseconds() << "ms\n"; cout << "serialize took " << timer.get_milliseconds() << "ms\n";
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment