onnxruntime/include/onnxruntime/core/framework
Scott McKay 708ee8556e
Reduce default logger usage (#23030)
### Description
<!-- Describe your changes. -->
We have use cases where multiple sessions are created concurrently.
Minimizing the usage of the default logger is important for these
scenarios.

Wire through the session logger to as many places as possible. The EP
logger can also be used once the session is created (can't be used
during EP construction/kernel registration but can be used in
GetCapability and Compile).

### Motivation and Context
<!-- - Why is this change required? What problem does it solve?
- If it fixes an open issue, please link to the issue here. -->
Improve logging when there are concurrent sessions.
2024-12-10 12:54:14 +11:00
..
alloc_kind.h
allocator.h [WebNN EP] Enable IO Bindings with MLTensor (#21301) 2024-09-27 17:24:21 -07:00
buffer_deleter.h
customregistry.h
data_types.h Remove core/common/gsl.h (#20894) 2024-07-08 18:09:39 -07:00
data_types_internal.h [CPU EP] Int4 support for QuantizeLinear, DequantizeLinear, and Transpose (#20362) 2024-05-30 18:56:24 -07:00
endian.h
execution_provider.h Add SetEpDynamicOptions and remove workload_type from run/session options (#22282) 2024-10-09 22:54:22 -07:00
float8.h Add numeric_limits for float8 types (#22228) 2024-09-26 14:42:36 -07:00
float16.h Add numeric_limits for MLFloat16 and BFloat16 (#22197) 2024-09-25 17:10:05 -07:00
framework_common.h
framework_provider_common.h
func_api.h
int4.h Remove core/common/gsl.h (#20894) 2024-07-08 18:09:39 -07:00
kernel_def_builder.h Release backward inputs per static graph ref count (#20804) 2024-06-14 14:33:01 +08:00
kernel_registry.h Reduce default logger usage (#23030) 2024-12-10 12:54:14 +11:00
op_kernel.h Revert "enable serialize prepacked weights into data file (#22256)" (#22788) 2024-11-11 09:59:05 -08:00
op_kernel_context.h
op_kernel_info.h Remove core/common/gsl.h (#20894) 2024-07-08 18:09:39 -07:00
op_node_proto_helper.h Remove core/common/gsl.h (#20894) 2024-07-08 18:09:39 -07:00
ort_value.h Two fixes involving minimal builds (#17000) 2023-08-23 16:01:22 +10:00
ortdevice.h Distinguish between DML and the generic 'GPU' term. This is needed for packaging DML EP in the same ORT GPU pkg. (#22657) 2024-10-30 11:58:34 -07:00
ortmemoryinfo.h
provider_options.h
provider_options_utils.h
provider_shutdown.h
run_options.h Multi-Lora support (#22046) 2024-09-30 15:59:07 -07:00
sparse_tensor.h
stream_handles.h Update ruff and clang-format versions (#21479) 2024-07-24 11:50:11 -07:00
tensor.h Remove core/common/gsl.h (#20894) 2024-07-08 18:09:39 -07:00
tensor_shape.h Remove core/common/gsl.h (#20894) 2024-07-08 18:09:39 -07:00
to_tensor_proto_element_type.h [CPU EP] Int4 support for QuantizeLinear, DequantizeLinear, and Transpose (#20362) 2024-05-30 18:56:24 -07:00