onnxruntime/onnxruntime/core/framework
2019-10-06 16:08:41 -07:00
..
allocation_planner.cc Downgrade compiler to CentOS 4.8.5 (#1985) 2019-10-03 15:40:46 -07:00
allocation_planner.h Rename MLValue to OrtValue (#1154) 2019-06-03 17:29:55 -07:00
allocator.cc Ryanunderhill/api interface (#1855) 2019-09-20 13:39:11 -07:00
allocatormgr.cc Downgrade compiler to CentOS 4.8.5 (#1985) 2019-10-03 15:40:46 -07:00
allocatormgr.h
arena.h Rename OrtAllocatorInfo to OrtMemoryInfo to make it more obvious. (#1758) 2019-09-05 14:20:37 -07:00
bfc_arena.cc Handle bad alloc exception in bfc arena (#1846) 2019-09-19 17:56:39 +10:00
bfc_arena.h Handle bad alloc exception in bfc arena (#1846) 2019-09-19 17:56:39 +10:00
callback.cc Remove unneeded C APIs + some refactoring. (#1555) 2019-08-07 11:05:29 -07:00
callback.h Remove unneeded C APIs + some refactoring. (#1555) 2019-08-07 11:05:29 -07:00
cblas.h
compute_capability.h
customregistry.cc
data_transfer.cc Rename Tensor.Size() to Tensor.SizeInBytes() (#1502) 2019-07-26 14:15:53 -07:00
data_transfer.h Move CopyTensor out of IExecutionProvider interface. (#1268) 2019-07-11 14:49:20 -07:00
data_transfer_manager.cc Move CopyTensor out of IExecutionProvider interface. (#1268) 2019-07-11 14:49:20 -07:00
data_transfer_manager.h Move CopyTensor out of IExecutionProvider interface. (#1268) 2019-07-11 14:49:20 -07:00
data_types.cc Implement C API entry points for creating and fetching non-standard types to OrtValue (#1714) 2019-09-11 14:52:47 -07:00
empty.cc
error_code.cc Ryanunderhill/api interface (#1855) 2019-09-20 13:39:11 -07:00
error_code_helper.h Ryanunderhill/api interface (#1855) 2019-09-20 13:39:11 -07:00
ex_lib_loader.cc
ex_lib_loader.h
execution_frame.cc Downgrade compiler to CentOS 4.8.5 (#1985) 2019-10-03 15:40:46 -07:00
execution_frame.h Rename OrtAllocatorInfo to OrtMemoryInfo to make it more obvious. (#1758) 2019-09-05 14:20:37 -07:00
execution_plan_base.h Rename OrtAllocatorInfo to OrtMemoryInfo to make it more obvious. (#1758) 2019-09-05 14:20:37 -07:00
execution_provider.cc Replace GSL with GSL-LITE submodule and fix up refs (#1920) 2019-10-01 12:43:29 -07:00
execution_providers.h Replace GSL with GSL-LITE submodule and fix up refs (#1920) 2019-10-01 12:43:29 -07: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 Rework the feed/fetch copy setup so that it can be calculated prior to subgraph execution (#1761) 2019-09-10 15:46:00 +10:00
func_kernel.cc Change function kernels to use CustomOp APIs (#1020) 2019-05-20 14:57:43 -07:00
func_kernel.h Ryanunderhill/api interface (#1855) 2019-09-20 13:39:11 -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 Kezhan/execute graph refactoring (#1553) 2019-08-14 01:07:05 -07:00
graph_partitioner.h
iexecutor.h Remove unnecessary casts from OrtValue to MLValue(#1051) 2019-05-17 07:52:59 -07:00
kernel_def_builder.cc Make MemPatternPlanner on/off switchable in model weight loading (#989) 2019-05-16 14:39:09 -07:00
kernel_registry.cc Downgrade compiler to CentOS 4.8.5 (#1985) 2019-10-03 15:40:46 -07:00
kernel_registry_manager.cc Add details of which node was not able to be placed on an execution provider. (#1665) 2019-08-21 13:31:00 -07:00
kernel_registry_manager.h remove unnecessary lock and code clean up (#1114) 2019-05-29 13:20:38 -07:00
mem_buffer.h Rename OrtAllocatorInfo to OrtMemoryInfo to make it more obvious. (#1758) 2019-09-05 14:20:37 -07:00
mem_pattern.h Rename OrtAllocatorInfo to OrtMemoryInfo to make it more obvious. (#1758) 2019-09-05 14:20:37 -07:00
mem_pattern_planner.h Rename MLValue to OrtValue (#1154) 2019-06-03 17:29:55 -07:00
memcpy.cc Move CopyTensor out of IExecutionProvider interface. (#1268) 2019-07-11 14:49:20 -07:00
memcpy.h
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 Minor perf improvements. (#1580) 2019-08-13 09:05:48 +10:00
onnxruntime_typeinfo.cc Ryanunderhill/api interface (#1855) 2019-09-20 13:39:11 -07:00
onnxruntime_typeinfo.h
op_kernel.cc add dequantize and quantize back to contrib ops (#1712) 2019-09-06 08:55:42 -07:00
op_kernel_context_internal.h Replace GSL with GSL-LITE submodule and fix up refs (#1920) 2019-10-01 12:43:29 -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_value_name_idx_map.h Rename MLValue to OrtValue (#1154) 2019-06-03 17:29:55 -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 Rename OrtAllocatorInfo to OrtMemoryInfo to make it more obvious. (#1758) 2019-09-05 14:20:37 -07:00
ort_value_tensor_slicer.cc Downgrade compiler to CentOS 4.8.5 (#1985) 2019-10-03 15:40:46 -07:00
ort_value_tensor_slicer.h Downgrade compiler to CentOS 4.8.5 (#1985) 2019-10-03 15:40:46 -07:00
parallel_executor.cc Downgrade compiler to CentOS 4.8.5 (#1985) 2019-10-03 15:40:46 -07:00
parallel_executor.h Refine threading control options and move inter op thread pool to session state. (#1841) 2019-09-18 22:36:23 -07:00
path_lib.cc Change Path_lib to not use Shlwapi.dll if compiled as WINAPI_PARTITION_APP (#1161) 2019-06-05 11:05:33 -07:00
path_lib.h Return error message from status instead of swallowing it. (#1221) 2019-06-22 06:26:42 +10:00
run_options.cc Ryanunderhill/api interface (#1855) 2019-09-20 13:39:11 -07:00
sequential_execution_plan.h Rename OrtAllocatorInfo to OrtMemoryInfo to make it more obvious. (#1758) 2019-09-05 14:20:37 -07:00
sequential_executor.cc Replace GSL with GSL-LITE submodule and fix up refs (#1920) 2019-10-01 12:43:29 -07:00
sequential_executor.h Remove unnecessary casts from OrtValue to MLValue(#1051) 2019-05-17 07:52:59 -07:00
session_state.cc Downgrade compiler to CentOS 4.8.5 (#1985) 2019-10-03 15:40:46 -07:00
session_state.h Downgrade compiler to CentOS 4.8.5 (#1985) 2019-10-03 15:40:46 -07:00
session_state_initializer.cc Downgrade compiler to CentOS 4.8.5 (#1985) 2019-10-03 15:40:46 -07:00
session_state_initializer.h Optimize kernel index (#1672) 2019-08-22 10:26:35 -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 Rename MLValue to OrtValue (#1154) 2019-06-03 17:29:55 -07:00
sparse_tensor.cc Part 2 of renaming AllocatorInfo to MemoryInfo. (#1804) 2019-09-12 08:19:29 -07:00
tensor.cc Rename OrtAllocatorInfo to OrtMemoryInfo to make it more obvious. (#1758) 2019-09-05 14:20:37 -07: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 Replace GSL with GSL-LITE submodule and fix up refs (#1920) 2019-10-01 12:43:29 -07:00
tensor_external_data_info.cc Replace GSL with GSL-LITE submodule and fix up refs (#1920) 2019-10-01 12:43:29 -07:00
tensor_external_data_info.h
tensor_shape.cc Filter out info from non-const initializers during shape inferencing (#1806) 2019-09-26 13:44:33 +10:00
tensor_type_and_shape.cc Ryanunderhill/api interface (#1855) 2019-09-20 13:39:11 -07:00
tensor_type_and_shape.h
tensorprotoutils.cc Replace GSL with GSL-LITE submodule and fix up refs (#1920) 2019-10-01 12:43:29 -07:00
tensorprotoutils.h Ryanunderhill/api interface (#1855) 2019-09-20 13:39:11 -07:00
utils.cc Resort to sequential execution if the inter op thread pool ptr is nullptr; (#2023) 2019-10-06 16:08:41 -07:00
utils.h Filter out info from non-const initializers during shape inferencing (#1806) 2019-09-26 13:44:33 +10:00