Move OrtValueVector from onnxruntime-training to onnxruntime (#11176)
* Move OrtValueVector from onnxruntime-training to onnxruntime
* disable dlpack on onnxruntime
* disable dlpack
* dlpack
* opaque inlcuded in any cc file of the python binding
* fix type issue
* fix incomplete name
* remove len()
* remove unused parameter
* black
* black
* black
* remove unused import
* add unit test to check the output type
* black
* lint
* lint
* lint
* fix method name
* Update onnxruntime/python/onnxruntime_pybind_ortvalue.cc
Co-authored-by: Thiago Crepaldi <thiago.crepaldi@microsoft.com>
* Update onnxruntime/python/onnxruntime_pybind_ortvalue.cc
Co-authored-by: Thiago Crepaldi <thiago.crepaldi@microsoft.com>
* Update onnxruntime/python/onnxruntime_pybind_ortvalue.cc
Co-authored-by: Thiago Crepaldi <thiago.crepaldi@microsoft.com>
* Update onnxruntime/python/onnxruntime_pybind_ortvalue.cc
Co-authored-by: Thiago Crepaldi <thiago.crepaldi@microsoft.com>
* Update onnxruntime/python/onnxruntime_pybind_ortvalue.cc
Co-authored-by: Thiago Crepaldi <thiago.crepaldi@microsoft.com>
* Update onnxruntime/test/python/onnxruntime_test_python_sparse_matmul.py
Co-authored-by: Thiago Crepaldi <thiago.crepaldi@microsoft.com>
* Update onnxruntime/test/python/onnxruntime_test_python_sparse_matmul.py
Co-authored-by: Thiago Crepaldi <thiago.crepaldi@microsoft.com>
* check return type of C API
* lint
* lint
* fix missing ;
* fix type issue
* fix merge issue
Co-authored-by: Thiago Crepaldi <thiago.crepaldi@microsoft.com>