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 Chi Lo
parent 7c230dbc10
commit e92e751151

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',