onnxruntime/onnxruntime/test/framework
Changming Sun bd78364411
Parallel all the activations ops (#3722)
1. Parallel all the activations ops.
2. Parallel the performance critical path of the LRN op, which makes the ONNX model zoo googlenet model runs 60% faster(latency reduced from 21ms to 13ms).
3. Make the Gemm-Activation fusion support with all the activations ops. Before this change, it only supports LeakyRelu/Relu/Sigmoid/Tanh.
4. Delete onnxruntime/test/framework/op_kernel_test.cc because the file is almost empty.
5. Remove the loggings in KernelRegistry::TryFindKernel, return Status with error message instead.
2020-05-05 01:18:17 -07:00
..
cuda Merge remote-tracking branch 'origin/ort_training' into edgchen1/merge_from_master 2020-04-22 16:56:15 +00:00
allocation_planner_test.cc Parallel all the activations ops (#3722) 2020-05-05 01:18:17 -07:00
allocator_test.cc Clean up OPTIONAL name conflict workarounds in ort_training. (#3622) 2020-04-22 09:07:55 -07: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 Fixes GTest deprecation warnings 2020-03-17 16:38:55 -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 Fix static analysis warnings found by VC++ (#3530) 2020-04-16 01:46:47 -07:00
float_16_test.cc Add support for sessions to share a global threadpool. (#3177) 2020-03-18 15:42:46 -07:00
inference_session_test.cc Merge remote-tracking branch 'origin/master' into edgchen1/merge_from_master 2020-04-21 03:31:32 +00:00
insert_cast_transformer_test.cc Clean up OPTIONAL name conflict workarounds in ort_training. (#3622) 2020-04-22 09:07:55 -07: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 Add support for sessions to share a global threadpool. (#3177) 2020-03-18 15:42:46 -07:00
math_test.cc Threadpool related changes. (#3564) 2020-04-21 09:57:39 -07:00
mem_pattern_planner_test.cc Fix some warnings on Windows (#2560) 2020-01-22 15:59:11 -08:00
memcpy_transformer_test.cc Fix static analysis warnings found by VC++ (#3530) 2020-04-16 01:46:47 -07:00
model_builder_utils.h Initial bootstrap commit. 2018-11-19 16:48:22 -08:00
opaque_kernels_test.cc Add support for sessions to share a global threadpool. (#3177) 2020-03-18 15:42:46 -07:00
parallel_executor_test.cc Thread pool changes (#3153) 2020-03-30 12:18:40 -07:00
random_test.cc Add Python API to set random seed: onnxruntime.seed(<seed>) 2020-04-15 09:44:48 -07:00
session_state_test.cc Threadpool related changes. (#3564) 2020-04-21 09:57:39 -07: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 Constant-12 support (#3304) 2020-03-30 23:13:52 -07:00
tensor_test.cc Add SafeInt bounds checking to memory allocation size calculations. (#3022) 2020-02-20 11:41:03 -08:00
tensorutils_test.cc Constant-12 support (#3304) 2020-03-30 23:13:52 -07:00
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 Introduce training changes. 2020-03-11 14:39:03 -07:00
test_utils.h Clean up OPTIONAL name conflict workarounds in ort_training. (#3622) 2020-04-22 09:07:55 -07:00
TestAllocatorManager.cc CMake changes (#2961) 2020-02-03 19:33:14 -08:00
TestAllocatorManager.h Abbreviate ONNXRuntime as Ort in all of our public APIs (#175) 2018-12-14 14:54:23 -08:00