Removed build.py unused test_data_url and test_data_checksum options.

This commit is contained in:
edgchen1 2020-01-30 14:29:33 -08:00 committed by Changming Sun
parent 1e4080061b
commit 79f1756d8e

View file

@ -66,8 +66,6 @@ Use the individual flags to only run the specified stages.
parser.add_argument("--enable_onnx_tests", action='store_true',
help='''When running the Test phase, run onnx_test_running against available test data directories.''')
parser.add_argument("--path_to_protoc_exe", help="Path to protoc exe. ")
parser.add_argument("--test_data_url", help="Test data URL.")
parser.add_argument("--test_data_checksum", help="Test data checksum (MD5 digest).")
# generate documentaiton
parser.add_argument("--gen_doc", action='store_true', help="Generate documentation on contrib ops")