mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-26 22:35:43 +00:00
add onnxruntime_float16.h into header validation list. (#17935)
### Description supplement of #17637 ### Motivation and Context
This commit is contained in:
parent
ae211999dd
commit
209b6dbd97
1 changed files with 3 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue