onnxruntime/onnxruntime/core/framework
Dmitri Smirnov d1b1cdc5c4
Replace GSL with GSL-LITE submodule and fix up refs (#1920)
Remove gsl subodule and replace with a local copy of gsl-lite
  Refactor for onnxruntime::make_unique
  gsl::span size and index are now size_t
  Remove lambda auto argument type detection.
  Remove constexpr from fail_fast in gsl due to Linux not being happy.
  Comment out std::stream support due to MacOS std lib broken.
  Move make_unique into include/core/common so it is accessible for server builds.
  Relax requirements for onnxruntime/test/providers/cpu/ml/write_scores_test.cc
  due to x86 build.
  Add ONNXRUNTIME_ROOT to Server Lib includes so gsl is recognized
2019-10-01 12:43:29 -07:00
..
allocation_planner.cc Replace GSL with GSL-LITE submodule and fix up refs (#1920) 2019-10-01 12:43:29 -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 Replace GSL with GSL-LITE submodule and fix up refs (#1920) 2019-10-01 12:43:29 -07:00
allocatormgr.h Abbreviate ONNXRuntime as Ort in all of our public APIs (#175) 2018-12-14 14:54:23 -08:00
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 Update license - came up during IP scan (#841) 2019-04-16 11:01:02 -07:00
compute_capability.h interface change to code-generated kernels (#192) 2019-01-02 17:18:08 -08:00
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 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 interface change to code-generated kernels (#192) 2019-01-02 17:18:08 -08:00
ex_lib_loader.h interface change to code-generated kernels (#192) 2019-01-02 17:18:08 -08:00
execution_frame.cc Replace GSL with GSL-LITE submodule and fix up refs (#1920) 2019-10-01 12:43:29 -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 Recurse into subgraphs in transformers and session initialization (#368) 2019-02-02 06:03:00 +10:00
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 Replace GSL with GSL-LITE submodule and fix up refs (#1920) 2019-10-01 12:43:29 -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 minor change for validating input types (#532) 2019-03-05 16:29:39 -08:00
mldata_type_utils.h
node_index_info.cc Minor perf improvements. (#1580) 2019-08-13 09:05:48 +10: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 replaced onnx namespace with ONNX_NAMESPACE (#519) 2019-02-25 22:25:41 -08:00
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 Replace GSL with GSL-LITE submodule and fix up refs (#1920) 2019-10-01 12:43:29 -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 Replace GSL with GSL-LITE submodule and fix up refs (#1920) 2019-10-01 12:43:29 -07:00
ort_value_tensor_slicer.h Replace GSL with GSL-LITE submodule and fix up refs (#1920) 2019-10-01 12:43:29 -07:00
parallel_executor.cc Replace GSL with GSL-LITE submodule and fix up refs (#1920) 2019-10-01 12:43:29 -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 Replace GSL with GSL-LITE submodule and fix up refs (#1920) 2019-10-01 12:43:29 -07:00
session_state.h Replace GSL with GSL-LITE submodule and fix up refs (#1920) 2019-10-01 12:43:29 -07:00
session_state_initializer.cc Replace GSL with GSL-LITE submodule and fix up refs (#1920) 2019-10-01 12:43:29 -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 Large Model: Support offset (#615) 2019-03-14 15:19:24 -07:00
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 Ryanunderhill/custom op (#550) 2019-03-06 19:09:55 -08:00
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 Replace GSL with GSL-LITE submodule and fix up refs (#1920) 2019-10-01 12:43:29 -07:00
utils.h Filter out info from non-const initializers during shape inferencing (#1806) 2019-09-26 13:44:33 +10:00