onnxruntime/onnxruntime/test/framework
Scott McKay 20e6a2b6da
Disable optimizers for OpTester operator unit tests (#2237)
* Disable optimizers for operator unit tests as they're intended to test the operator directly rather than something that could have been modified by an optimizer.

Disable TensorRT for Scan9 unit tests that fails when optimizers are enabled. Bug 525222 tracks that.

* Disable TRT for the lenient shape inferencing test as it uses Unsqueeze and TRT doesn't cope with that op.
2019-10-24 11:37:09 -07:00
..
cuda Replace GSL with GSL-LITE submodule and fix up refs (#1920) 2019-10-01 12:43:29 -07: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 Replace GSL with GSL-LITE submodule and fix up refs (#1920) 2019-10-01 12:43:29 -07:00
allocator_test.cc Rename OrtAllocatorInfo to OrtMemoryInfo to make it more obvious. (#1758) 2019-09-05 14:20:37 -07:00
bfc_arena_test.cc
data_types_test.cc Support seq(tensor), implement 2 sequence ops that use the new type. (#1983) 2019-10-07 15:35:09 -07: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 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
float_16_test.cc Cleanup naming of test input to use .onnx for models. (#1337) 2019-07-04 13:10:29 +10:00
inference_session_test.cc Disable optimizers for OpTester operator unit tests (#2237) 2019-10-24 11:37:09 -07:00
insert_cast_transformer_test.cc Fix bug in the transformer that removes unnecessary Cast nodes where it was re-processing removed nodes leading to multiple calls to RemoveNode for the same node. (#1291) 2019-06-25 15:17:08 +10:00
kernel_registry_test.cc Fix kernel registry bug (#2137) 2019-10-17 23:10:54 -07:00
local_kernel_registry_test.cc Cleanup naming of test input to use .onnx for models. (#1337) 2019-07-04 13:10:29 +10: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 C++11 fix for memcpy_transformer_test.cc (#2061) 2019-10-09 10:52:10 -07: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 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
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 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
shape_inference_test.cc Replace GSL with GSL-LITE submodule and fix up refs (#1920) 2019-10-01 12:43:29 -07:00
sparse_kernels_test.cc Rename Tensor.Size() to Tensor.SizeInBytes() (#1502) 2019-07-26 14:15:53 -07:00
tensor_test.cc Support large model(>2GB) (#520) 2019-03-05 21:27:12 -08: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