onnxruntime/onnxruntime/test/framework
Scott McKay 724ff0753b
Use IArenaAllocator::Reserve for initializers and mem pattern planner blocks (#2835)
* Use IArenaAllocator::Reserve for initializers and mem pattern planner blocks.
2020-01-17 07:41:48 +10:00
..
cuda Fix Linux CUDA nuget packaging pipeline break 2020-01-14 21:13:41 -08:00
inference_session_without_environment move environment.h/cc from framework to session project/folder. (#1241) 2019-06-17 18:01:21 -07:00
allocation_planner_test.cc Avoid using the default logger in the graph lib and optimizers (#2361) 2019-11-14 13:23:28 -08:00
allocator_test.cc Ignore allocator type in ExecutionProviders allocator map. Make default initialization of OrtMemoryInfo more clearly invalid. (#2768) 2020-01-14 18:14:55 +10:00
bfc_arena_test.cc Use IArenaAllocator::Reserve for initializers and mem pattern planner blocks (#2835) 2020-01-17 07:41:48 +10:00
data_types_test.cc Introduce container type runtime checks and other improvements (#2522) 2019-12-04 16:04:17 -08:00
distance_test.cc New OP: CDist (#1808) 2019-09-17 10:55:31 -07:00
dummy_allocator.cc Part 2 of renaming AllocatorInfo to MemoryInfo. (#1804) 2019-09-12 08:19:29 -07:00
dummy_allocator.h Part 2 of renaming AllocatorInfo to MemoryInfo. (#1804) 2019-09-12 08:19:29 -07:00
dummy_provider.cc Various optimizations to reduce the setup and device copying cost outside of the call to ExecuteGraph. (#470) 2019-02-20 12:12:17 +10:00
dummy_provider.h Replace GSL with GSL-LITE submodule and fix up refs (#1920) 2019-10-01 12:43:29 -07:00
endian_test.cc Edgchen1/endian utils (#2181) 2019-10-21 22:28:35 -07:00
execution_frame_test.cc Upgrade gtest to the latest version (#2827) 2020-01-13 20:16:48 -08:00
float_16_test.cc Upgrade gtest to the latest version (#2827) 2020-01-13 20:16:48 -08:00
inference_session_test.cc Ignore allocator type in ExecutionProviders allocator map. Make default initialization of OrtMemoryInfo more clearly invalid. (#2768) 2020-01-14 18:14:55 +10:00
insert_cast_transformer_test.cc Avoid using the default logger in the graph lib and optimizers (#2361) 2019-11-14 13:23:28 -08:00
kernel_registry_test.cc Fix kernel registry validation to reenable DML kernels 2019-12-02 15:43:44 -08:00
local_kernel_registry_test.cc Upgrade gtest to the latest version (#2827) 2020-01-13 20:16:48 -08:00
math_test.cc Let mlas use session thread pool (#1609) 2019-08-16 13:21:15 -07:00
mem_pattern_planner_test.cc
memcpy_transformer_test.cc Avoid using the default logger in the graph lib and optimizers (#2361) 2019-11-14 13:23:28 -08:00
model_builder_utils.h
op_kernel_test.cc Move CopyTensor out of IExecutionProvider interface. (#1268) 2019-07-11 14:49:20 -07:00
opaque_kernels_test.cc Avoid using the default logger in the graph lib and optimizers (#2361) 2019-11-14 13:23:28 -08:00
parallel_executor_test.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
path_lib_test.cc Remove an unnecessary check in GetDirNameFromFilePath function (#616) 2019-03-17 23:55:25 -07:00
session_state_test.cc Avoid using the default logger in the graph lib and optimizers (#2361) 2019-11-14 13:23:28 -08:00
shape_inference_test.cc Avoid using the default logger in the graph lib and optimizers (#2361) 2019-11-14 13:23:28 -08:00
sparse_kernels_test.cc Avoid using the default logger in the graph lib and optimizers (#2361) 2019-11-14 13:23:28 -08:00
tensor_test.cc Ignore allocator type in ExecutionProviders allocator map. Make default initialization of OrtMemoryInfo more clearly invalid. (#2768) 2020-01-14 18:14:55 +10:00
tensorutils_test.cc Support large model(>2GB) (#520) 2019-03-05 21:27:12 -08:00
test_main.cc Move CXX API global into the header (#2228) 2019-10-23 14:15:53 -07:00
test_tensor_loader.cc Move CXX API global into the header (#2228) 2019-10-23 14:15:53 -07:00
test_utils.cc Remove memory copy between TensorRT and CUDA (#1561) 2019-08-08 19:31:39 -07:00
test_utils.h Replace GSL with GSL-LITE submodule and fix up refs (#1920) 2019-10-01 12:43:29 -07:00
TestAllocatorManager.cc Replace GSL with GSL-LITE submodule and fix up refs (#1920) 2019-10-01 12:43:29 -07:00
TestAllocatorManager.h Abbreviate ONNXRuntime as Ort in all of our public APIs (#175) 2018-12-14 14:54:23 -08:00