Skip to content

Commit

Permalink
add onnxruntime_float16.h into header validation list. (microsoft#17935)
Browse files Browse the repository at this point in the history
### Description
supplement of microsoft#17637

### Motivation and Context
  • Loading branch information
mszhanyi authored Oct 16, 2023
1 parent ae21199 commit 209b6db
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tools/nuget/validate_package.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,20 @@
"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",
Expand Down

0 comments on commit 209b6db

Please sign in to comment.