onnxruntime/onnxruntime/test/framework
Pranav Sharma 974b9bfc09
Allow sharing of initializers between sessions. (#5092)
* Allow sharing of initializers between sessions.

* Allow sharing of initializers between sessions (2).

* Add test for C#

* Add test for C#; address PR comments

* Address PR comments
Moved AddInitializer logic to internal session options
Added tests for owned buffer
Clarified documentation
Fix bug where memory info and not device was getting compared

* Fix test

* Fix training build

* Add ver 5 end marker and ver 6 starter, add scenario and usage examples.
2020-09-21 14:09:37 -07:00
..
cuda Rename DeviceAllocatorRegistrationInfo to a more generic name; Use OrtArenaCfg for arena members; Remove unused OrtMemType; Simplify CreateAllocator interface. (#4970) 2020-09-01 09:25:32 -07:00
allocation_planner_test.cc [ORT Mobile] file format schema and file I/O code (#4973) 2020-09-01 11:51:31 +10:00
allocator_test.cc Reduce ONNX dependency in minimal build (#4890) 2020-08-23 07:02:13 +10:00
bfc_arena_test.cc Remove IDeviceAllocator class as it doesn't extend IAllocator in any way. (#5067) 2020-09-10 00:46:35 -07:00
data_types_test.cc Exclude the Map types from the build if ML ops are disabled. (#4908) 2020-08-27 17:48:12 +10:00
debug_node_inputs_outputs_utils_test.cc Add more node debug dump functionality. (#4921) 2020-08-31 10:17:23 -07:00
distance_test.cc
dummy_allocator.cc Move memory info into IAllocator (#2850) 2020-06-22 11:18:52 +10:00
dummy_allocator.h Move memory info into IAllocator (#2850) 2020-06-22 11:18:52 +10:00
dummy_provider.cc
dummy_provider.h
endian_test.cc
execution_frame_test.cc Refactor session state finalization and kernel lookup usage (#4763) 2020-08-20 12:19:38 +10:00
float_16_test.cc
inference_session_test.cc Allow sharing of initializers between sessions. (#5092) 2020-09-21 14:09:37 -07:00
insert_cast_transformer_test.cc Detect whether the node has been inserted cast nodes twice (#4811) 2020-08-24 07:25:41 -07:00
kernel_registry_test.cc
local_kernel_registry_test.cc Add support for sessions to share a global threadpool. (#3177) 2020-03-18 15:42:46 -07:00
math_test.cc
mem_pattern_planner_test.cc
memcpy_transformer_test.cc
model_builder_utils.h
opaque_kernels_test.cc
ort_model_only_test.cc Add option to exclude support for loading ORT format models in full build. (#5129) 2020-09-12 12:21:30 +10:00
parallel_executor_test.cc
random_test.cc
session_state_test.cc Remove usage of macros for constants in public header. (#5061) 2020-09-05 01:27:20 -07:00
shape_inference_test.cc
sparse_kernels_test.cc Enable rejecting models based on onnx opset (#4912) 2020-08-31 13:35:36 -07:00
tensor_test.cc
tensorutils_test.cc
test_main.cc Add option ORT_NO_EXCEPTIONS to disable most exception/throw in /onnxruntime/ (#4894) 2020-08-28 23:03:51 -07:00
test_tensor_loader.cc
test_utils.cc Convert TensorRT provider into a shared library (#4721) 2020-08-10 21:17:16 -07:00
test_utils.h Allow sharing of initializers between sessions. (#5092) 2020-09-21 14:09:37 -07:00
TestAllocatorManager.cc Remove IDeviceAllocator class as it doesn't extend IAllocator in any way. (#5067) 2020-09-10 00:46:35 -07:00
TestAllocatorManager.h