onnxruntime/onnxruntime/test/framework
Changming Sun abb626ff60
Provide alternative std::mutex implementation on Windows (#3000)
Provide alternative std::mutex implementation on Windows. OrtMutex is no longer an alias of std::mutex.

We do it because:

1. This new thing is faster and much much simpler.
2. Static constructors are considered harmful. We should avoid such thing as possible as we can.
2020-02-11 11:46:08 -08:00
..
cuda Provide alternative std::mutex implementation on Windows (#3000) 2020-02-11 11:46:08 -08:00
allocation_planner_test.cc Fix some warnings on Windows (#2560) 2020-01-22 15:59:11 -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 Revert "Use IArenaAllocator::Reserve for initializers and mem pattern planner blocks (#2835)" (#2904) 2020-01-24 14:02:30 +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
dummy_allocator.cc
dummy_allocator.h
dummy_provider.cc
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 Fix some warnings on Windows (#2560) 2020-01-22 15:59:11 -08:00
float_16_test.cc Provide alternative std::mutex implementation on Windows (#3000) 2020-02-11 11:46:08 -08:00
inference_session_test.cc Provide alternative std::mutex implementation on Windows (#3000) 2020-02-11 11:46:08 -08: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 Provide alternative std::mutex implementation on Windows (#3000) 2020-02-11 11:46:08 -08:00
math_test.cc Fix some warnings on Windows (#2560) 2020-01-22 15:59:11 -08:00
mem_pattern_planner_test.cc Fix some warnings on Windows (#2560) 2020-01-22 15:59:11 -08:00
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 Provide alternative std::mutex implementation on Windows (#3000) 2020-02-11 11:46:08 -08:00
opaque_kernels_test.cc Fix some warnings on Windows (#2560) 2020-01-22 15:59:11 -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
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 Fix some warnings on Windows (#2560) 2020-01-22 15:59:11 -08:00
tensorutils_test.cc
test_main.cc CMake changes (#2961) 2020-02-03 19:33:14 -08:00
test_tensor_loader.cc CMake changes (#2961) 2020-02-03 19:33:14 -08:00
test_utils.cc
test_utils.h Replace GSL with GSL-LITE submodule and fix up refs (#1920) 2019-10-01 12:43:29 -07:00
TestAllocatorManager.cc CMake changes (#2961) 2020-02-03 19:33:14 -08:00
TestAllocatorManager.h