onnxruntime/onnxruntime/core/framework
2020-01-03 15:28:23 -08:00
..
allocation_planner.cc Make sure fenced tensor could not reuse other tensor. (#2561) 2019-12-11 12:04:54 -08: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 mimalloc allocator (#2071) 2019-10-23 22:34:00 -07:00
allocatormgr.cc Revert "Remove DeviceAllocatorRegistry class (#2451)" 2019-11-25 23:43:10 -08:00
allocatormgr.h Revert "Remove DeviceAllocatorRegistry class (#2451)" 2019-11-25 23:43:10 -08:00
arena.h mimalloc allocator (#2071) 2019-10-23 22:34:00 -07:00
bfc_arena.cc Handle bad alloc exception in bfc arena (#1846) 2019-09-19 17:56:39 +10:00
bfc_arena.h mimalloc allocator (#2071) 2019-10-23 22:34:00 -07:00
callback.cc Remove unneeded C APIs + some refactoring. (#1555) 2019-08-07 11:05:29 -07:00
callback.h Fixed tensor reference to const data and cleaned up Env API. (#1979) 2019-10-24 10:28:13 -07:00
cblas.h Update license - came up during IP scan (#841) 2019-04-16 11:01:02 -07:00
compute_capability.h
customregistry.cc CustomRegistry should use composition instead of inheritence 2019-04-05 14:14:10 -07:00
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 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 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 Introduce container type runtime checks and other improvements (#2522) 2019-12-04 16:04:17 -08: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 Avoid using the default logger in the graph lib and optimizers (#2361) 2019-11-14 13:23:28 -08: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/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 Add CUDA Scan operator. (#2403) 2019-11-21 07:59:06 +10: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 Avoid printing a misleading message exposed by a previous commit + register float type for Slice cuda op. (#2219) 2019-10-22 07:23:05 -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
mimalloc_arena.cc mimalloc allocator (#2071) 2019-10-23 22:34:00 -07:00
mimalloc_arena.h mimalloc allocator (#2071) 2019-10-23 22:34:00 -07: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 Minor perf improvements. (#1580) 2019-08-13 09:05:48 +10:00
onnxruntime_typeinfo.cc Introduce container type runtime checks and other improvements (#2522) 2019-12-04 16:04:17 -08:00
onnxruntime_typeinfo.h Add ability to get symbolic dimension info for graph inputs and outputs. (#2051) 2019-10-12 15:46:28 -07:00
op_kernel.cc Move access to intra-op threadpool into OpKernelContext. (#2091) 2019-10-11 10:36:20 -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_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 Add CUDA Scan operator. (#2403) 2019-11-21 07:59:06 +10:00
ort_value_tensor_slicer.h Add CUDA Scan operator. (#2403) 2019-11-21 07:59:06 +10: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 Avoid using the default logger in the graph lib and optimizers (#2361) 2019-11-14 13:23:28 -08:00
path_lib.h Update protobuf to 3.11.2 (#1928) 2019-12-27 18:28:18 -08: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 Add Tracelogging for profiling (#1639) 2019-11-11 21:34:10 -08:00
sequential_executor.h Remove unnecessary casts from OrtValue to MLValue(#1051) 2019-05-17 07:52:59 -07:00
session_options.h Revert "Change default optimization level to All (from Basic) (#2745)" 2020-01-03 15:28:23 -08:00
session_state.cc Add Tracelogging for profiling (#1639) 2019-11-11 21:34:10 -08:00
session_state.h Add Tracelogging for profiling (#1639) 2019-11-11 21:34:10 -08:00
session_state_initializer.cc Introduce PrimitiveType into a Type System along with an integer constant (#2307) 2019-11-08 17:47:06 -08:00
session_state_initializer.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
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 Introduce container type runtime checks and other improvements (#2522) 2019-12-04 16:04:17 -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 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 Introduce PrimitiveType into a Type System along with an integer constant (#2307) 2019-11-08 17:47:06 -08:00
tensor_type_and_shape.h Add ability to get symbolic dimension info for graph inputs and outputs. (#2051) 2019-10-12 15:46:28 -07:00
tensorprotoutils.cc Introduce PrimitiveType into a Type System along with an integer constant (#2307) 2019-11-08 17:47:06 -08:00
tensorprotoutils.h Introduce PrimitiveType into a Type System along with an integer constant (#2307) 2019-11-08 17:47:06 -08:00
TensorSeq.h Introduce container type runtime checks and other improvements (#2522) 2019-12-04 16:04:17 -08:00
utils.cc Introduce container type runtime checks and other improvements (#2522) 2019-12-04 16:04:17 -08:00
utils.h Introduce container type runtime checks and other improvements (#2522) 2019-12-04 16:04:17 -08:00