add onnxruntime_float16.h into header validation list. (#17935)

### Description
supplement of #17637

### Motivation and Context
This commit is contained in:
Yi Zhang 2023-10-16 08:52:16 +08:00 committed by GitHub
parent ae211999dd
commit 209b6dbd97
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,17 +25,20 @@ gpu_related_header_files = [
"cpu_provider_factory.h",
"onnxruntime_c_api.h",
"onnxruntime_cxx_api.h",
"onnxruntime_float16.h",
"onnxruntime_cxx_inline.h",
]
dmlep_related_header_files = [
"cpu_provider_factory.h",
"onnxruntime_c_api.h",
"onnxruntime_cxx_api.h",
"onnxruntime_float16.h",
"onnxruntime_cxx_inline.h",
"dml_provider_factory.h",
]
training_related_header_files = [
"onnxruntime_c_api.h",
"onnxruntime_float16.h",
"onnxruntime_cxx_api.h",
"onnxruntime_cxx_inline.h",
"onnxruntime_training_c_api.h",