onnxruntime/onnxruntime/core/session
Dmitri Smirnov 767619cf3b
Rework C API to remove new/delete warnings (#14572)
### Description
Re-work code so it does not require GSL_SUPPRESS

### Motivation and Context
Do things right.
2023-02-08 10:05:53 -08:00
..
abi_session_options.cc Custom Op runtime wrapper (#13427) 2023-01-18 09:09:32 -08:00
abi_session_options_impl.h Improve custom op library handle cleanup (#14099) 2023-01-04 17:56:29 -08:00
allocator_adapters.cc
allocator_adapters.h
api_utils.cc Custom Op runtime wrapper (#13427) 2023-01-18 09:09:32 -08:00
api_utils.h Custom Op runtime wrapper (#13427) 2023-01-18 09:09:32 -08:00
custom_ops.cc Custom Op runtime wrapper (#13427) 2023-01-18 09:09:32 -08:00
custom_ops.h Deprecate CustomApi and refactor public API for better safety and consistency (#13215) 2022-10-06 14:57:37 -07:00
default_cpu_allocator_c_api.cc Deprecate CustomApi and refactor public API for better safety and consistency (#13215) 2022-10-06 14:57:37 -07:00
environment.cc Enable a single build with optimized inference and on device training (#14241) 2023-01-12 21:36:43 -08:00
inference_session.cc Adding RunOptions synchronization behaviour to C/C++ API (#14088) 2023-02-07 19:59:28 -08:00
inference_session.h Improve custom op library handle cleanup (#14099) 2023-01-04 17:56:29 -08:00
inference_session_utils.cc
inference_session_utils.h
IOBinding.cc Fix possible null pointer dereference. (#10373) 2022-01-25 14:48:51 -08:00
IOBinding.h Improve iobinding, faster name search (#10005) 2022-01-14 12:18:18 +01:00
onnxruntime_c_api.cc Rework C API to remove new/delete warnings (#14572) 2023-02-08 10:05:53 -08:00
ort_apis.h GetTrainingApi to not print to stderr when not an ort training build (#14515) 2023-02-02 13:28:32 -08:00
ort_env.cc Revert "Call pluggable EP's shutdown function in Environment::~Environment() (#11120)" (#11393) 2022-05-02 14:38:31 -07:00
ort_env.h Revert "Call pluggable EP's shutdown function in Environment::~Environment() (#11120)" (#11393) 2022-05-02 14:38:31 -07:00
provider_bridge_ort.cc Introduce collective ops to ort inference build (#14399) 2023-02-07 13:47:48 -08:00
provider_bridge_ort.h
provider_registration.cc [oneDNN] Improved thread handling (#13618) 2023-01-31 14:37:13 -08:00
standalone_op_invoker.cc Address follow-up comments on multistream pr #13495 (#13992) 2023-01-03 16:33:36 -08:00