Add new python helper dirs to wheel. (#11196)

This commit is contained in:
Scott McKay 2022-04-13 13:34:07 +10:00 committed by GitHub
parent 0d0edc071f
commit 3b3b23bcf9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -312,9 +312,11 @@ packages = [
'onnxruntime.capi.training',
'onnxruntime.datasets',
'onnxruntime.tools',
'onnxruntime.tools.mobile_helpers',
'onnxruntime.tools.ort_format_model',
'onnxruntime.tools.ort_format_model.ort_flatbuffers_py',
'onnxruntime.tools.ort_format_model.ort_flatbuffers_py.fbs',
'onnxruntime.tools.qdq_helpers',
'onnxruntime.quantization',
'onnxruntime.quantization.operators',
'onnxruntime.quantization.CalTableFlatBuffers',