onnxruntime/tools
Dmitri Smirnov 3433576fd3
Support for Sparse Initializers (#5540)
Introduce sparse_initializers support.
  Convert them to dense on model load and prune graph_proto_
  so they don't consume space. Convert back to sparse on ORT Format model save.
  Implement serializing sparse initializers to OrtFormat.
  Fix Model::ToProto() to return original sparse initializers
  Set a flag that graph_sync is needed when loading a simple ORT Format model.
  otherwise nothing is resolved.
  Add ORT Format history to README.md
  ifdef MINIMAL build for DenseToSparseTensorInitializer
  Allow duplicate initializers to support existing models.
  Issue a warning instead of aborting.

* Revert "Remove SparseTensor support from minimal build. (#5114)"
This reverts commit 59ee8ffb17.



Signed-off-by: Dmitri Smirnov <dmitrism@microsoft.com>
2020-10-27 10:32:06 -07:00
..
ci_build Support for Sparse Initializers (#5540) 2020-10-27 10:32:06 -07:00
nuget Update DirectML Nuget to 1.3.0 (#5274) 2020-09-23 22:53:02 -07:00
perf_util Bump mysql-connector-java from 8.0.15 to 8.0.16 in /tools/perf_util (#4401) 2020-07-02 11:22:45 -07:00
python Raise output mismatch error in ort_test_dir_utils.py (#5364) 2020-10-02 16:44:59 -07:00
test Add Trilu custom op (#4537) 2020-08-17 14:42:26 -07:00