onnxruntime/onnxruntime/test/shared_lib
Hector Li 649ced4a60
Enable user loading model with external data from memory buffer (#23557)
Add session option to enable user loading model with external data from memory buffer. User want to set the folder path for the external data files.

### Description
For some cases user load the model from memory buffer, but they can't load the external files into memory. They need to have a way to set the folder path for the external data files so that Ort can figure out the external data location.
2025-02-05 22:31:13 -08:00
..
cuda_ops.cu
custom_op_utils.cc Create a new C API KernelContext_GetAllocator() for Custom Op scenario (#15591) 2023-04-23 21:54:35 -07:00
custom_op_utils.h Update ruff and clang-format versions (#21479) 2024-07-24 11:50:11 -07:00
fns_candy_style_transfer.c
onnx_protobuf.h
rocm_ops.hip EP context for custom op (#16454) 2023-08-16 13:03:40 -07:00
test_allocator.cc Run clang-format in CI (#15524) 2023-04-18 09:26:58 -07:00
test_fixture.h Run clang-format in CI (#15524) 2023-04-18 09:26:58 -07:00
test_inference.cc [QNN EP] Fix segfault when unregistering HTP shared memory handles (#23402) 2025-01-16 16:20:33 -08:00
test_io_types.cc Run clang-format in CI (#15524) 2023-04-18 09:26:58 -07:00
test_model_loading.cc Enable user loading model with external data from memory buffer (#23557) 2025-02-05 22:31:13 -08:00
test_nontensor_types.cc Enable Ort objects to be stored in a resizable std::vector (#22608) 2024-10-29 09:59:59 -07:00
test_ort_format_models.cc Enable Address Sanitizer in CI (#19073) 2024-01-12 07:24:40 -08:00
test_run_options.cc
test_session_options.cc Add new SessionOptions config entry to disable specific transformers and rules (#20135) 2024-04-02 16:33:05 -07:00
utils.cc Enable CUDA provider option configuration for C# (#10188) 2022-01-06 11:03:14 -08:00
utils.h