| .. |
|
allocation_planner.cc
|
Downgrade compiler to CentOS 4.8.5 (#1985)
|
2019-10-03 15:40:46 -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
|
mimalloc allocator (#2071)
|
2019-10-23 22:34:00 -07:00 |
|
allocatormgr.cc
|
mimalloc allocator (#2071)
|
2019-10-23 22:34:00 -07:00 |
|
allocatormgr.h
|
|
|
|
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
|
|
|
|
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
|
|
|
|
data_transfer_manager.cc
|
|
|
|
data_transfer_manager.h
|
|
|
|
data_types.cc
|
Support seq(tensor), implement 2 sequence ops that use the new type. (#1983)
|
2019-10-07 15:35:09 -07:00 |
|
empty.cc
|
|
|
|
endian_utils.cc
|
Edgchen1/endian utils (#2181)
|
2019-10-21 22:28:35 -07:00 |
|
endian_utils.h
|
Edgchen1/endian utils (#2181)
|
2019-10-21 22:28:35 -07: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
|
Fix bug with delayed allocation of If and Scan outputs. (#2024)
|
2019-10-11 19:49:21 +10: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
|
|
|
|
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
|
Refine optimizers (#1407)
|
2019-10-15 14:49:59 -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 bug (#2137)
|
2019-10-17 23:10:54 -07: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
|
|
|
|
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
|
|
|
|
memcpy.cc
|
|
|
|
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
|
Add ability to get symbolic dimension info for graph inputs and outputs. (#2051)
|
2019-10-12 15:46:28 -07: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
|
|
|
|
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
|
Initial Commit
|
2019-11-07 11:51:44 -08:00 |
|
path_lib.h
|
|
|
|
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
|
|
|
|
session_options.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 |
|
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
|
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 |
|
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
|
|
|
|
sparse_tensor.cc
|
Part 2 of renaming AllocatorInfo to MemoryInfo. (#1804)
|
2019-09-12 08:19:29 -07:00 |
|
tensor.cc
|
mimalloc allocator (#2071)
|
2019-10-23 22:34:00 -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
|
Add ability to get symbolic dimension info for graph inputs and outputs. (#2051)
|
2019-10-12 15:46:28 -07: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
|
Fixed tensor reference to const data and cleaned up Env API. (#1979)
|
2019-10-24 10:28:13 -07:00 |
|
tensorprotoutils.h
|
Ryanunderhill/api interface (#1855)
|
2019-09-20 13:39:11 -07:00 |
|
TensorSeq.h
|
Add support for output seq(tensor) in python binding and test framework. Implement SequenceConstruct, SequenceEmpty, SequenceInsert and SequenceErase ops. (#2040)
|
2019-10-10 15:58:49 -07:00 |
|
utils.cc
|
Dump cuda tensor data (#2243)
|
2019-10-31 21:09:10 -07:00 |
|
utils.h
|
Fix linux build issue with debug dump of shapes and data. (#2202)
|
2019-10-20 20:35:48 -07:00 |