onnxruntime/onnxruntime/core/framework
2021-01-27 10:43:17 -08:00
..
allocation_planner.cc Wezuo/memory analysis (#5658) 2021-01-19 08:30:55 -08:00
allocation_planner.h Transformer layer-wise Recompute (#4526) 2020-09-24 19:56:32 -07:00
allocator.cc Share allocator between CUDA EP & TRT EP. (#6332) 2021-01-27 00:14:43 -08:00
allocatormgr.cc Share allocator between CUDA EP & TRT EP. (#6332) 2021-01-27 00:14:43 -08:00
allocatormgr.h Share allocator between CUDA EP & TRT EP. (#6332) 2021-01-27 00:14:43 -08:00
arena.h Move memory info into IAllocator (#2850) 2020-06-22 11:18:52 +10:00
arena_extend_strategy.h Deprecate Python global configuration functions [Part 2] (#6171) 2021-01-07 10:10:55 -08:00
bfc_arena.cc Fix edge case in BFCArena where allocation failures could lead to an infinite loop. (#6145) 2020-12-17 07:52:31 +10:00
bfc_arena.h Fix some compile warnings (#6316) 2021-01-21 16:40:42 -08:00
callback.cc
callback.h Add noexcept to various OrtCallback utility class methods to fix warnings. (#4056) 2020-05-27 18:03:58 -07:00
cblas.h
compute_capability.h
customregistry.cc Add support for custom ops to minimal build. (#6228) 2021-01-25 10:41:00 +10:00
data_transfer.cc Add ability to batch device copy for graph inputs and outputs. (#3580) 2020-04-19 17:51:07 +10:00
data_transfer.h Ryanunderhill/backout 5014 (#5167) 2020-09-14 22:48:00 -07:00
data_transfer_manager.cc Add ability to batch device copy for graph inputs and outputs. (#3580) 2020-04-19 17:51:07 +10:00
data_transfer_manager.h Add ability to batch device copy for graph inputs and outputs. (#3580) 2020-04-19 17:51:07 +10:00
data_transfer_utils.h Fix build issues (#3214) 2020-03-17 16:10:23 -07:00
data_types.cc Fix Linux/Mac error message on input type mismatch (#6256) 2021-01-05 22:21:24 -08:00
debug_node_inputs_outputs_utils.cc Fix DEBUG_NODE_INPUTS_OUTPUTS test by putting it in a separate process, clean up unused test_main.cc files. (#5949) 2020-12-11 11:36:58 -08:00
debug_node_inputs_outputs_utils.h Allow turning off printing of shape when compiled with onnxruntime_DEBUG_NODE_INPUTS_OUTPUTS. (#5768) 2020-11-11 18:59:04 -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 Wezuo/memory analysis (#5658) 2021-01-19 08:30:55 -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 Share allocator between CUDA EP & TRT EP. (#6332) 2021-01-27 00:14:43 -08: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.cc Reduce amount of compiled CUDA device code (#6118) 2020-12-14 15:27:40 -08:00
fallback_cpu_capability.h Reduce amount of compiled CUDA device code (#6118) 2020-12-14 15:27:40 -08: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 Add SafeInt bounds checking to memory allocation size calculations. (#3022) 2020-02-20 11:41:03 -08:00
func_kernel.h Support EPs that compile nodes in a minimal build. (#5776) 2020-11-17 13:52:22 +10:00
fuse_nodes_funcs.cc Support EPs that compile nodes in a minimal build. (#5776) 2020-11-17 13:52:22 +10:00
fuse_nodes_funcs.h Prevent saving a model containing fused nodes as we don't have any way to save the compiled kernels so the saved model will be invalid. (#5840) 2020-11-18 16:17:07 +10:00
graph_partitioner.cc Add support for custom ops to minimal build. (#6228) 2021-01-25 10:41:00 +10:00
graph_partitioner.h Support EPs that compile nodes in a minimal build. (#5776) 2020-11-17 13:52:22 +10:00
iexecutor.h
kernel_def_builder.cc Introduce VariadicAlias, remove hardcoded alias limits (#6106) 2020-12-11 10:47:08 -08: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 support for custom ops to minimal build. (#6228) 2021-01-25 10:41:00 +10:00
kernel_registry_manager.h Add support for custom ops to minimal build. (#6228) 2021-01-25 10:41:00 +10:00
mem_buffer.h
mem_pattern.h Wezuo/memory analysis (#5658) 2021-01-19 08:30:55 -08:00
mem_pattern_planner.h Exclude some training specific code from the minimal build. Cleanup some related aspects of allocation planner. (#5861) 2020-11-20 20:25:46 +10:00
memcpy.cc Rename MakeString and ParseString functions. (#6272) 2021-01-07 15:43:42 -08:00
memcpy.h Parallel all the activations ops (#3722) 2020-05-05 01:18:17 -07:00
memory_info.cc Wezuo/memory analysis (#5658) 2021-01-19 08:30:55 -08:00
memory_info.h Wezuo/memory analysis (#5658) 2021-01-19 08:30:55 -08:00
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 swap float16/float (#3663) 2020-04-23 14:27:18 -07:00
onnxruntime_map_type_info.h Merge windowsai (winml layering) into master (#2956) 2020-02-04 17:12:19 -08:00
onnxruntime_sequence_type_info.cc Fix static analysis warnings found by VC++ (#3530) 2020-04-16 01:46:47 -07:00
onnxruntime_sequence_type_info.h Update WinML Projection to accept sequence of tensors (#3287) 2020-03-23 15:55:20 -07:00
onnxruntime_typeinfo.cc Support for Sparse Initializers (#5540) 2020-10-27 10:32:06 -07:00
onnxruntime_typeinfo.h Merge windowsai (winml layering) into master (#2956) 2020-02-04 17:12:19 -08:00
op_kernel.cc Unify activation and initializer alignment value (#6109) 2020-12-14 13:13:41 -08:00
op_kernel_context_internal.h Move GetUseDeterministicCompute() to OpKernelContext to avoid need to downcast to OpKernelContextInternal. (#5729) 2020-11-09 11:37:06 -08:00
op_kernel_info.cc Support EPs that compile nodes in a minimal build. (#5776) 2020-11-17 13:52:22 +10:00
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 Use a custom allocator for temporary buffers in reduction_ops.cc (#2775) 2020-02-23 16:04:30 +10:00
ort_value_name_idx_map.h Introduce training changes. 2020-03-11 14:39:03 -07:00
ort_value_pattern_planner.cc Exclude some training specific code from the minimal build. Cleanup some related aspects of allocation planner. (#5861) 2020-11-20 20:25:46 +10:00
ort_value_pattern_planner.h Exclude some training specific code from the minimal build. Cleanup some related aspects of allocation planner. (#5861) 2020-11-20 20:25:46 +10: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 Unify activation and initializer alignment value (#6109) 2020-12-14 13:13:41 -08:00
parallel_executor.h Provide alternative std::mutex implementation on Windows (#3000) 2020-02-11 11:46:08 -08:00
provider_bridge_ort.cc Share allocator between CUDA EP & TRT EP. (#6332) 2021-01-27 00:14:43 -08:00
random_generator.cc Add Python API to set random seed: onnxruntime.seed(<seed>) 2020-04-15 09:44:48 -07:00
random_generator.h Use OrtMutex and OrtCondVar everywhere instead of std::mutex/std::condition_variable for consistency. 2020-06-03 08:42:16 -07:00
random_seed.cc Add Python API to set random seed: onnxruntime.seed(<seed>) 2020-04-15 09:44:48 -07:00
random_seed.h Add Python API to set random seed: onnxruntime.seed(<seed>) 2020-04-15 09:44:48 -07:00
run_options.cc Fix static analysis warnings found by VC++ (#3530) 2020-04-16 01:46:47 -07:00
sequential_execution_plan.h Wezuo/memory analysis (#5658) 2021-01-19 08:30:55 -08:00
sequential_executor.cc Wezuo/memory analysis (#5658) 2021-01-19 08:30:55 -08:00
sequential_executor.h Introduce training changes. 2020-03-11 14:39:03 -07:00
session_options.cc Fix some compile warnings (#6316) 2021-01-21 16:40:42 -08:00
session_options.h Fix some compile warnings (#6316) 2021-01-21 16:40:42 -08:00
session_state.cc Continue memory planning when unknown shape tensor is encountered. (#6413) 2021-01-22 14:37:53 -08:00
session_state.h Wezuo/memory analysis (#5658) 2021-01-19 08:30:55 -08:00
session_state_utils.cc Wezuo/memory analysis (#5658) 2021-01-19 08:30:55 -08:00
session_state_utils.h Wezuo/memory analysis (#5658) 2021-01-19 08:30:55 -08:00
simple_tensor_allocator.cc Unify activation and initializer alignment value (#6109) 2020-12-14 13:13:41 -08:00
simple_tensor_allocator.h Wezuo/memory analysis (#5658) 2021-01-19 08:30:55 -08: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 Wezuo/memory analysis (#5658) 2021-01-19 08:30:55 -08:00
tensor_allocator_with_mem_pattern.h Wezuo/memory analysis (#5658) 2021-01-19 08:30:55 -08:00
tensor_external_data_info.cc Move path_lib from onnxruntime/core/framework to onnxruntime/core/platform. (#3253) 2020-03-18 11:53:46 -07:00
tensor_external_data_info.h
tensor_shape.cc Add SafeInt bounds checking to memory allocation size calculations. (#3022) 2020-02-20 11:41:03 -08:00
tensor_type_and_shape.cc Support for Sparse Initializers (#5540) 2020-10-27 10:32:06 -07:00
tensor_type_and_shape.h Merge windowsai (winml layering) into master (#2956) 2020-02-04 17:12:19 -08:00
tensorprotoutils.cc add external data support to tensor proto utils (#6257) 2021-01-13 14:14:18 -08:00
tensorprotoutils.h fix -Wdangling-gsl (#6357) 2021-01-15 09:30:41 -08:00
TensorSeq.h Support opset-13 specs of controlflow ops (Loop, If) (#5665) 2020-11-11 23:44:14 -08:00
utils.cc Initial version of CoreML EP (#6392) 2021-01-27 10:43:17 -08:00
utils.h Exclude some training specific code from the minimal build. Cleanup some related aspects of allocation planner. (#5861) 2020-11-20 20:25:46 +10:00