..
allocation_planner.cc
Add ability to filter GraphViewer using IndexedSubGraph. ( #5614 )
2020-11-04 07:08:18 +10:00
allocation_planner.h
Transformer layer-wise Recompute ( #4526 )
2020-09-24 19:56:32 -07:00
allocator.cc
Add option ORT_NO_EXCEPTIONS to disable most exception/throw in /onnxruntime/ ( #4894 )
2020-08-28 23:03:51 -07:00
allocatormgr.cc
Remove IDeviceAllocator class as it doesn't extend IAllocator in any way. ( #5067 )
2020-09-10 00:46:35 -07:00
allocatormgr.h
Factor out IAllocator so that it can be shared with shared providers ( #5567 )
2020-10-27 17:28:17 -07:00
arena.h
Move memory info into IAllocator ( #2850 )
2020-06-22 11:18:52 +10:00
bfc_arena.cc
ROCm EP for AMD GPU ( #5480 )
2020-10-29 17:13:04 -07:00
bfc_arena.h
Remove IDeviceAllocator class as it doesn't extend IAllocator in any way. ( #5067 )
2020-09-10 00:46:35 -07:00
callback.cc
callback.h
cblas.h
compute_capability.h
customregistry.cc
data_transfer.cc
data_transfer.h
Ryanunderhill/backout 5014 ( #5167 )
2020-09-14 22:48:00 -07:00
data_transfer_manager.cc
data_transfer_manager.h
data_transfer_utils.h
data_types.cc
Support for Sparse Initializers ( #5540 )
2020-10-27 10:32:06 -07:00
debug_node_inputs_outputs_utils.cc
Add option to dump activations on all ranks ( #5455 )
2020-11-02 18:03:05 -08:00
debug_node_inputs_outputs_utils.h
Add option to dump activations on all ranks ( #5455 )
2020-11-02 18:03:05 -08:00
empty.cc
endian_utils.cc
endian_utils.h
error_code.cc
fix xcode alerts ( #4470 )
2020-07-16 10:20:34 -07:00
error_code_helper.h
Add option ORT_NO_EXCEPTIONS to disable most exception/throw in /onnxruntime/ ( #4894 )
2020-08-28 23:03:51 -07:00
ex_lib_loader.cc
Add option ORT_NO_EXCEPTIONS to disable most exception/throw in /onnxruntime/ ( #4894 )
2020-08-28 23:03:51 -07:00
ex_lib_loader.h
execution_frame.cc
Turn off peak memory logging and fix memory pattern generation bug. ( #5676 )
2020-11-03 08:44:15 -08:00
execution_frame.h
Revert "Remove code which is not thread-safe. ( #4454 )" ( #4712 )
2020-08-06 18:42:05 -07:00
execution_plan_base.h
execution_provider.cc
Fix build break from removing custom ORT onnx protobuf ( #4904 )
2020-08-25 18:10:42 +10:00
execution_providers.h
Allow multiple sessions to share an allocator, optimize constant folding memory usage, expose arena configs. ( #4813 )
2020-08-22 10:03:17 -07:00
fallback_cpu_capability.h
Place shape related compute nodes in CPU ( #4940 )
2020-09-21 17:10:39 -07:00
feeds_fetches_manager.cc
feeds_fetches_manager.h
Cleanup SessionState. Move allocator lookup to SessionState. ( #4194 )
2020-06-28 14:55:42 +10:00
func_kernel.cc
func_kernel.h
fuse_nodes_funcs.cc
fuse_nodes_funcs.h
graph_partitioner.cc
Partition full graph one execution provider at a time ( #5635 )
2020-11-06 07:26:00 +10:00
graph_partitioner.h
iexecutor.h
kernel_def_builder.cc
Last major set of ORT format model changes ( #5056 )
2020-09-05 07:59:01 +10:00
kernel_registry.cc
Add gcc/clang flags to make binary smaller ( https://interrupt.memfault.com/blog/best-and-worst-gcc-clang-compiler-flags#-ffunction-sections--fdata-sections----gc-sections ) ( #4895 )
2020-08-24 19:24:13 +10:00
kernel_registry_manager.cc
Add kernel def hash logic for minimal build ( #4891 )
2020-08-23 14:39:07 +10:00
kernel_registry_manager.h
Add kernel def hash logic for minimal build ( #4891 )
2020-08-23 14:39:07 +10:00
mem_buffer.h
mem_pattern.h
mem_pattern_planner.h
Turn off peak memory logging and fix memory pattern generation bug. ( #5676 )
2020-11-03 08:44:15 -08:00
memcpy.cc
memcpy.h
mimalloc_arena.cc
Remove IDeviceAllocator class as it doesn't extend IAllocator in any way. ( #5067 )
2020-09-10 00:46:35 -07:00
mimalloc_arena.h
Remove IDeviceAllocator class as it doesn't extend IAllocator in any way. ( #5067 )
2020-09-10 00:46:35 -07:00
mldata_type_utils.cc
mldata_type_utils.h
murmurhash3.cc
Last major set of ORT format model changes ( #5056 )
2020-09-05 07:59:01 +10:00
murmurhash3.h
Last major set of ORT format model changes ( #5056 )
2020-09-05 07:59:01 +10:00
node_index_info.cc
Fix two compiler warnings ( #4263 )
2020-06-17 20:47:01 -07:00
node_index_info.h
Factor out IAllocator so that it can be shared with shared providers ( #5567 )
2020-10-27 17:28:17 -07:00
onnxruntime_map_type_info.cc
onnxruntime_map_type_info.h
onnxruntime_sequence_type_info.cc
onnxruntime_sequence_type_info.h
onnxruntime_typeinfo.cc
Support for Sparse Initializers ( #5540 )
2020-10-27 10:32:06 -07:00
onnxruntime_typeinfo.h
op_kernel.cc
Support for Sparse Initializers ( #5540 )
2020-10-27 10:32:06 -07:00
op_kernel_context_internal.h
Liqun/backprop deterministic graph ( #4315 )
2020-07-01 12:39:10 -07:00
op_kernel_info.cc
op_node_proto_helper.cc
Allow Kernels refer to some attribute data directly in the protobuf ( #5624 )
2020-10-29 16:12:54 -07:00
ort_stl_allocator.h
ort_value_name_idx_map.h
ort_value_pattern_planner.cc
Memory planner and pattern generation enhancements. ( #4443 )
2020-11-01 23:05:46 -08:00
ort_value_pattern_planner.h
Memory planner and pattern generation enhancements. ( #4443 )
2020-11-01 23:05:46 -08:00
ort_value_tensor_slicer.cc
Add option ORT_NO_EXCEPTIONS to disable most exception/throw in /onnxruntime/ ( #4894 )
2020-08-28 23:03:51 -07:00
ort_value_tensor_slicer.h
parallel_executor.cc
Memory planner and pattern generation enhancements. ( #4443 )
2020-11-01 23:05:46 -08:00
parallel_executor.h
provider_bridge_ort.cc
Factor out IAllocator so that it can be shared with shared providers ( #5567 )
2020-10-27 17:28:17 -07:00
random_generator.cc
random_generator.h
random_seed.cc
random_seed.h
run_options.cc
sequential_execution_plan.h
Memory planner and pattern generation enhancements. ( #4443 )
2020-11-01 23:05:46 -08:00
sequential_executor.cc
Memory planner and pattern generation enhancements. ( #4443 )
2020-11-01 23:05:46 -08:00
sequential_executor.h
session_options.cc
Allow sharing of initializers between sessions. ( #5092 )
2020-09-21 14:09:37 -07:00
session_options.h
Transformer layer-wise Recompute ( #4526 )
2020-09-24 19:56:32 -07:00
session_state.cc
Add ability to filter GraphViewer using IndexedSubGraph. ( #5614 )
2020-11-04 07:08:18 +10:00
session_state.h
Enable prepacking in subgraph ( #5433 )
2020-10-26 22:22:31 -07:00
session_state_utils.cc
Memory planner and pattern generation enhancements. ( #4443 )
2020-11-01 23:05:46 -08:00
session_state_utils.h
Memory planner and pattern generation enhancements. ( #4443 )
2020-11-01 23:05:46 -08:00
simple_tensor_allocator.cc
simple_tensor_allocator.h
Revert "Remove code which is not thread-safe. ( #4454 )" ( #4712 )
2020-08-06 18:42:05 -07:00
sparse_tensor.cc
Support for Sparse Initializers ( #5540 )
2020-10-27 10:32:06 -07:00
tensor.cc
Various armv7 related fixes ( #5394 )
2020-10-09 22:34:32 +10:00
tensor_allocator.cc
Cleanup SessionState. Move allocator lookup to SessionState. ( #4194 )
2020-06-28 14:55:42 +10:00
tensor_allocator.h
Revert "Remove code which is not thread-safe. ( #4454 )" ( #4712 )
2020-08-06 18:42:05 -07:00
tensor_allocator_with_mem_pattern.h
Revert "Remove code which is not thread-safe. ( #4454 )" ( #4712 )
2020-08-06 18:42:05 -07:00
tensor_external_data_info.cc
tensor_external_data_info.h
tensor_shape.cc
tensor_type_and_shape.cc
Support for Sparse Initializers ( #5540 )
2020-10-27 10:32:06 -07:00
tensor_type_and_shape.h
tensorprotoutils.cc
Support for Sparse Initializers ( #5540 )
2020-10-27 10:32:06 -07:00
tensorprotoutils.h
Support for Sparse Initializers ( #5540 )
2020-10-27 10:32:06 -07:00
TensorSeq.h
utils.cc
Memory planner and pattern generation enhancements. ( #4443 )
2020-11-01 23:05:46 -08:00
utils.h
Memory planner and pattern generation enhancements. ( #4443 )
2020-11-01 23:05:46 -08:00