Commits


Dmitri Smirnov authored and GitHub committed 3b58fc7b97c
Add types support for Sparse Initializer in Onnxruntime (#7004) Add types support for DenseToSparse and SparseToDense conversions Address the case of empty sparse values and indicies when the initializer does not contain any NNZ. Add sparsify script.