onnxruntime/include/onnxruntime/core
Scott McKay 59ee8ffb17
Remove SparseTensor support from minimal build. (#5114)
* Remove SparseTensor support from minimal build.

Currently the only valid usage of a SparseTensor is as an attribute of a Constant node. That would have been lifted to a dense tensor initializer when loading the onnx model, so would not exist when saving the ORT format model. Due to that there can be no SparseTensors in an ORT format model.

Co-authored-by: gwang <wanggy@outlook.com>
2020-09-11 17:56:54 +10:00
..
common Last major set of ORT format model changes (#5056) 2020-09-05 07:59:01 +10:00
framework Remove SparseTensor support from minimal build. (#5114) 2020-09-11 17:56:54 +10:00
graph Remove SparseTensor support from minimal build. (#5114) 2020-09-11 17:56:54 +10:00
optimizer Allow multiple sessions to share an allocator, optimize constant folding memory usage, expose arena configs. (#4813) 2020-08-22 10:03:17 -07:00
platform Parallelizing elementwise kernels (#4577) 2020-09-04 14:45:43 -07:00
providers Convert TensorRT provider into a shared library (#4721) 2020-08-10 21:17:16 -07:00
session Remove usage of macros for constants in public header. (#5061) 2020-09-05 01:27:20 -07:00