onnxruntime/onnxruntime/core/session
Dmitri Smirnov a7f649db7c
Enable proper override using MIMalloc (#9944)
Redirect memory allocations to MiMalloc and advance its version to v2.0.3
Refactor for a universal ifdef
2021-12-07 17:56:58 -08:00
..
abi_session_options.cc Add ability for memory arenas to "shrink" periodically (#7284) 2021-05-08 07:53:21 -07:00
abi_session_options_impl.h
allocator_adapters.cc Enable creating OrtValues from ID3D12Resources from the onnxruntime C-API (#9686) 2021-11-13 03:34:54 -08:00
allocator_adapters.h Enable creating OrtValues from ID3D12Resources from the onnxruntime C-API (#9686) 2021-11-13 03:34:54 -08:00
custom_ops.cc Expose an API to query the CUDA compute stream to launch a custom kernel (#9141) 2021-11-08 21:10:34 -08:00
custom_ops.h
default_cpu_allocator_c_api.cc Support plugging in custom user-defined allocators for sharing between sessions (#8059) 2021-07-22 10:17:35 -07:00
environment.cc Enable proper override using MIMalloc (#9944) 2021-12-07 17:56:58 -08:00
inference_session.cc Add TensorShape noexcept for move ops and fix some warnings (#9802) 2021-11-18 15:27:24 -08:00
inference_session.h Support optional type in ORT (#8339) 2021-11-04 15:01:42 -07:00
inference_session_utils.cc
inference_session_utils.h Update C++ Standard from 14 to 17 (#8041) 2021-06-25 14:08:01 -07:00
IOBinding.cc Implement SparseTensor and infrastructure suppport and advance ONNX commit (#8038) 2021-07-22 15:24:36 -07:00
IOBinding.h Rename ml_value.h to ort_value.h (#8726) 2021-08-13 07:04:56 -07:00
onnxruntime_c_api.cc Expose IOBinding SynchronizeInputs/Outputs via C/C++/C# And Python APIs (#9823) 2021-11-22 09:45:31 -08:00
ort_apis.h Expose IOBinding SynchronizeInputs/Outputs via C/C++/C# And Python APIs (#9823) 2021-11-22 09:45:31 -08:00
ort_env.cc Support plugging in custom user-defined allocators for sharing between sessions (#8059) 2021-07-22 10:17:35 -07:00
ort_env.h Support plugging in custom user-defined allocators for sharing between sessions (#8059) 2021-07-22 10:17:35 -07:00
provider_bridge_ort.cc Add TensorShape noexcept for move ops and fix some warnings (#9802) 2021-11-18 15:27:24 -08:00
provider_bridge_ort.h Move shared providers CPU providers into separate file (#8293) 2021-07-19 15:19:32 -07:00
provider_stubs.cc [ROCm] static re-hipify of CUDA EP to ROCm EP, now a shared provider (#8877) 2021-10-14 15:15:51 -07:00