onnxruntime/winml/adapter
cao lei 329e8156d4
clean unused parameter in ORT_UNUSED_PARAMETER (#16538)
### Description
clean unused parameter in ORT_UNUSED_PARAMETER


### Motivation and Context
clean unused parameters in ORT_UNUSED_PARAMETER which are introduced
from #15833
2023-07-07 13:20:36 -07:00
..
abi_custom_registry_impl.cpp
abi_custom_registry_impl.h
pch.h
winml_adapter_apis.h ExecutionProvider API refactor - move allocator from EP level to SessionState level and indexed by OrtDevice (#15833) 2023-06-19 17:44:45 -07:00
winml_adapter_c_api.cpp
winml_adapter_c_api.h ExecutionProvider API refactor - move allocator from EP level to SessionState level and indexed by OrtDevice (#15833) 2023-06-19 17:44:45 -07:00
winml_adapter_dml.cpp
winml_adapter_environment.cpp
winml_adapter_execution_provider.cpp clean unused parameter in ORT_UNUSED_PARAMETER (#16538) 2023-07-07 13:20:36 -07:00
winml_adapter_model.cpp Implement Optional Metadata support and C# test support (#15314) 2023-04-11 09:41:59 -07:00
winml_adapter_model.h
winml_adapter_session.cpp