onnxruntime/onnxruntime/test/framework
Ke Zhang 951c428ee1
Simplify the validation in Run call (#850)
* Simpplify Run()

* remove the lock

* remove a file added wrongly.

* fix tests

* fix c# test
2019-04-18 08:38:17 +08:00
..
cuda Use protobuf-lite to reduce onnxruntime.dll size. (#639) 2019-03-21 14:06:38 -07:00
inference_session_without_environment Build system upgrades (#281) 2019-01-07 13:15:24 -08:00
allocation_planner_test.cc fix trivial size_t warnings (#843) 2019-04-16 14:37:50 -07:00
allocator_test.cc Abbreviate ONNXRuntime as Ort in all of our public APIs (#175) 2018-12-14 14:54:23 -08:00
bfc_arena_test.cc Initial bootstrap commit. 2018-11-19 16:48:22 -08:00
data_types_test.cc Add a missing header (#243) 2018-12-21 19:06:09 -08:00
dummy_allocator.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_allocator.h 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.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 Make IExecutionProvider::Type return const std::string& instead of a new string. (#506) 2019-02-22 18:27:01 +10:00
execution_frame_test.cc Avoid copy of pre-existing value to subgraph output (#637) 2019-03-19 06:55:59 +10:00
float_16_test.cc Abbreviate ONNXRuntime as Ort in all of our public APIs (#175) 2018-12-14 14:54:23 -08:00
inference_session_test.cc Simplify the validation in Run call (#850) 2019-04-18 08:38:17 +08:00
insert_cast_transformer_test.cc Delete dead code 2019-02-06 15:34:41 -08:00
local_kernel_registry_test.cc Abbreviate ONNXRuntime as Ort in all of our public APIs (#175) 2018-12-14 14:54:23 -08:00
math_test.cc fix trivial size_t warnings (#843) 2019-04-16 14:37:50 -07:00
mem_pattern_planner_test.cc Initial bootstrap commit. 2018-11-19 16:48:22 -08:00
memcpy_transformer_test.cc fix graph transformers and refactor tests (#696) 2019-03-26 20:38:12 -07:00
model_builder_utils.h Initial bootstrap commit. 2018-11-19 16:48:22 -08:00
op_kernel_test.cc Make IExecutionProvider::Type return const std::string& instead of a new string. (#506) 2019-02-22 18:27:01 +10:00
opaque_kernels_test.cc CustomRegistry should use composition instead of inheritence 2019-04-05 14:14:10 -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 Make OpKernelInfo not depend on SessionState. (#442) 2019-02-05 22:38:50 -08:00
shape_inference_test.cc Document the Graph header files and cleanup some issues. (#42) 2018-11-28 08:42:11 -08: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 Initial bootstrap commit. 2018-11-19 16:48:22 -08:00
test_utils.cc Trt execution provider (#382) 2019-03-14 12:00:39 -07:00
test_utils.h Trt execution provider (#382) 2019-03-14 12:00:39 -07:00
TestAllocatorManager.cc Abbreviate ONNXRuntime as Ort in all of our public APIs (#175) 2018-12-14 14:54:23 -08:00
TestAllocatorManager.h Abbreviate ONNXRuntime as Ort in all of our public APIs (#175) 2018-12-14 14:54:23 -08:00