onnxruntime/onnxruntime/core/framework
2020-06-15 08:10:22 +10:00
..
allocation_planner.cc Remove internal work item links. (#3698) 2020-04-24 15:38:30 -07:00
allocation_planner.h Introduce execution mode enum for clarity and extensibility; Change Python, C and C# APIs accordingly; Removed EnableSequentialExecution, DisableSequentialExecution in favor of the more general SetExecutionModeAPI. (#2098) 2019-10-14 09:48:19 -07:00
allocator.cc Merge remote-tracking branch 'origin/ort_training' into edgchen1/merge_from_master 2020-04-22 16:56:15 +00:00
allocatormgr.cc View Op - new unit tests and add support for tensor memcpy by offset/size (#3439) 2020-04-07 13:07:11 -07:00
allocatormgr.h Fix build issues (#3214) 2020-03-17 16:10:23 -07:00
arena.h Fix issue in construction of DummyArena. (#3416) 2020-04-03 08:28:05 -07:00
bfc_arena.cc Handle mem pattern allocation failure better. Make BFCArena behavior more consistent (#4062) 2020-06-05 18:54:01 +10:00
bfc_arena.h Handle mem pattern allocation failure better. Make BFCArena behavior more consistent (#4062) 2020-06-05 18:54:01 +10: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
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 Add ability to batch device copy for graph inputs and outputs. (#3580) 2020-04-19 17:51:07 +10: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 Import Featurizers (#2643) 2019-12-13 16:07:12 -08:00
empty.cc
endian_utils.cc Improved documentation for onnxruntime::utils::SwapByteOrderCopy(), added precondition check. 2019-11-19 11:03:40 -08:00
endian_utils.h Improved documentation for onnxruntime::utils::SwapByteOrderCopy(), added precondition check. 2019-11-19 11:03:40 -08:00
error_code.cc Fix static analysis warnings found by VC++ (#3530) 2020-04-16 01:46:47 -07:00
error_code_helper.h Fix static analysis warnings found by VC++ (#3530) 2020-04-16 01:46:47 -07:00
ex_lib_loader.cc
ex_lib_loader.h
execution_frame.cc Handle mem pattern allocation failure better. Make BFCArena behavior more consistent (#4062) 2020-06-05 18:54:01 +10:00
execution_frame.h Fix bug in handling of an initializer that provides a graph output. (#3912) 2020-05-12 20:42:58 +10:00
execution_plan_base.h
execution_provider.cc Parallel all the activations ops (#3722) 2020-05-05 01:18:17 -07:00
execution_providers.h Ignore allocator type in ExecutionProviders allocator map. Make default initialization of OrtMemoryInfo more clearly invalid. (#2768) 2020-01-14 18:14:55 +10:00
feeds_fetches_manager.cc Replace GSL with GSL-LITE submodule and fix up refs (#1920) 2019-10-01 12:43:29 -07:00
feeds_fetches_manager.h
func_kernel.cc Add SafeInt bounds checking to memory allocation size calculations. (#3022) 2020-02-20 11:41:03 -08:00
func_kernel.h Ryanunderhill/customop dll (#2002) 2019-10-11 11:12:51 -07:00
fuse_nodes_funcs.cc Ryanunderhill/api interface (#1855) 2019-09-20 13:39:11 -07:00
fuse_nodes_funcs.h Replace GSL with GSL-LITE submodule and fix up refs (#1920) 2019-10-01 12:43:29 -07:00
graph_partitioner.cc Parallel all the activations ops (#3722) 2020-05-05 01:18:17 -07:00
graph_partitioner.h
iexecutor.h Fix bug with delayed allocation of If and Scan outputs. (#2024) 2019-10-11 19:49:21 +10:00
kernel_def_builder.cc Fix kernel registry validation to reenable DML kernels 2019-12-02 15:43:44 -08:00
kernel_registry.cc Parallel all the activations ops (#3722) 2020-05-05 01:18:17 -07:00
kernel_registry_manager.cc Parallel all the activations ops (#3722) 2020-05-05 01:18:17 -07:00
kernel_registry_manager.h Parallel all the activations ops (#3722) 2020-05-05 01:18:17 -07:00
mem_buffer.h
mem_pattern.h
mem_pattern_planner.h Add SafeInt bounds checking to memory allocation size calculations. (#3022) 2020-02-20 11:41:03 -08:00
memcpy.cc Handle mem pattern allocation failure better. Make BFCArena behavior more consistent (#4062) 2020-06-05 18:54:01 +10:00
memcpy.h Parallel all the activations ops (#3722) 2020-05-05 01:18:17 -07:00
mimalloc_arena.cc Use a custom allocator for temporary buffers in reduction_ops.cc (#2775) 2020-02-23 16:04:30 +10:00
mimalloc_arena.h Use a custom allocator for temporary buffers in reduction_ops.cc (#2775) 2020-02-23 16:04:30 +10:00
mldata_type_utils.cc
mldata_type_utils.h
node_index_info.cc Downgrade compiler to CentOS 4.8.5 (#1985) 2019-10-03 15:40:46 -07:00
node_index_info.h
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 Fix static analysis warnings found by VC++ (#3530) 2020-04-16 01:46:47 -07:00
onnxruntime_typeinfo.h Merge windowsai (winml layering) into master (#2956) 2020-02-04 17:12:19 -08:00
op_kernel.cc Fix static analysis warnings found by VC++ (#3530) 2020-04-16 01:46:47 -07:00
op_kernel_context_internal.h Move access to intra-op threadpool into OpKernelContext. (#2091) 2019-10-11 10:36:20 -07:00
op_kernel_info.cc Part 2 of renaming AllocatorInfo to MemoryInfo. (#1804) 2019-09-12 08:19:29 -07:00
op_node_proto_helper.cc Replace GSL with GSL-LITE submodule and fix up refs (#1920) 2019-10-01 12:43:29 -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 Downgrade compiler to CentOS 4.8.5 (#1985) 2019-10-03 15:40:46 -07:00
ort_value_pattern_planner.h
ort_value_tensor_slicer.cc Add CUDA Scan operator. (#2403) 2019-11-21 07:59:06 +10:00
ort_value_tensor_slicer.h Fix some warnings on Windows (#2560) 2020-01-22 15:59:11 -08:00
parallel_executor.cc Introduce training changes. 2020-03-11 14:39:03 -07:00
parallel_executor.h Provide alternative std::mutex implementation on Windows (#3000) 2020-02-11 11:46:08 -08:00
provider_bridge_ort.cc Fix crash reported in #4070. (#4091) 2020-06-01 15:27:14 -07: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 Ignore allocator type in ExecutionProviders allocator map. Make default initialization of OrtMemoryInfo more clearly invalid. (#2768) 2020-01-14 18:14:55 +10:00
sequential_executor.cc fix optional input/outputs (#4229) 2020-06-15 08:10:22 +10:00
sequential_executor.h Introduce training changes. 2020-03-11 14:39:03 -07:00
session_options.h Enable free dimension override by name 2020-04-15 16:21:52 -07:00
session_state.cc Enable static memory planning for pipeline. (#4204) 2020-06-12 21:43:50 -07:00
session_state.h PR comments (#3374) 2020-04-01 10:36:16 -07:00
session_state_initializer.cc Fix static analysis warnings found by VC++ (#3530) 2020-04-16 01:46:47 -07:00
session_state_initializer.h Move path_lib from onnxruntime/core/framework to onnxruntime/core/platform. (#3253) 2020-03-18 11:53:46 -07:00
simple_tensor_allocator.cc Replace GSL with GSL-LITE submodule and fix up refs (#1920) 2019-10-01 12:43:29 -07:00
simple_tensor_allocator.h
sparse_tensor.cc Part 2 of renaming AllocatorInfo to MemoryInfo. (#1804) 2019-09-12 08:19:29 -07:00
tensor.cc Add SafeInt bounds checking to memory allocation size calculations. (#3022) 2020-02-20 11:41:03 -08:00
tensor_allocator.cc Replace GSL with GSL-LITE submodule and fix up refs (#1920) 2019-10-01 12:43:29 -07:00
tensor_allocator.h Part 2 of renaming AllocatorInfo to MemoryInfo. (#1804) 2019-09-12 08:19:29 -07:00
tensor_allocator_with_mem_pattern.h Introduce training changes. 2020-03-11 14:39:03 -07: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 Fix static analysis warnings found by VC++ (#3530) 2020-04-16 01:46:47 -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 test that C is unidirectionally broadcast-able before fusing the MatMul with Add. (#3780) 2020-05-02 07:36:21 +10:00
tensorprotoutils.h Add test that C is unidirectionally broadcast-able before fusing the MatMul with Add. (#3780) 2020-05-02 07:36:21 +10:00
TensorSeq.h Introduce container type runtime checks and other improvements (#2522) 2019-12-04 16:04:17 -08:00
utils.cc Initial release of Vitis-AI Execution Provider (#3771) 2020-05-19 05:32:32 -07:00
utils.h Introduce training changes. 2020-03-11 14:39:03 -07:00