onnxruntime/onnxruntime/test/framework
2020-09-10 10:39:56 +10:00
..
cuda Rename DeviceAllocatorRegistrationInfo to a more generic name; Use OrtArenaCfg for arena members; Remove unused OrtMemType; Simplify CreateAllocator interface. (#4970) 2020-09-01 09:25:32 -07:00
allocation_planner_test.cc [ORT Mobile] file format schema and file I/O code (#4973) 2020-09-01 11:51:31 +10:00
allocator_test.cc Reduce ONNX dependency in minimal build (#4890) 2020-08-23 07:02:13 +10:00
bfc_arena_test.cc Add option ORT_NO_EXCEPTIONS to disable most exception/throw in /onnxruntime/ (#4894) 2020-08-28 23:03:51 -07:00
data_types_test.cc Exclude the Map types from the build if ML ops are disabled. (#4908) 2020-08-27 17:48:12 +10:00
debug_node_inputs_outputs_utils_test.cc Add more node debug dump functionality. (#4921) 2020-08-31 10:17:23 -07:00
distance_test.cc Fixes GTest deprecation warnings 2020-03-17 16:38:55 -07:00
dummy_allocator.cc Move memory info into IAllocator (#2850) 2020-06-22 11:18:52 +10:00
dummy_allocator.h Move memory info into IAllocator (#2850) 2020-06-22 11:18:52 +10:00
dummy_provider.cc
dummy_provider.h
endian_test.cc
execution_frame_test.cc Refactor session state finalization and kernel lookup usage (#4763) 2020-08-20 12:19:38 +10: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 Remove usage of macros for constants in public header. (#5061) 2020-09-05 01:27:20 -07:00
insert_cast_transformer_test.cc Detect whether the node has been inserted cast nodes twice (#4811) 2020-08-24 07:25:41 -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
opaque_kernels_test.cc Add support for sessions to share a global threadpool. (#3177) 2020-03-18 15:42:46 -07:00
ort_model_only_test.cc Fix a few more signed/unsigned warnings. (#5098) 2020-09-10 10:39:56 +10: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 Remove usage of macros for constants in public header. (#5061) 2020-09-05 01:27:20 -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 Enable rejecting models based on onnx opset (#4912) 2020-08-31 13:35:36 -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 Add option ORT_NO_EXCEPTIONS to disable most exception/throw in /onnxruntime/ (#4894) 2020-08-28 23:03:51 -07:00
test_tensor_loader.cc CMake changes (#2961) 2020-02-03 19:33:14 -08:00
test_utils.cc Convert TensorRT provider into a shared library (#4721) 2020-08-10 21:17:16 -07:00
test_utils.h Convert TensorRT provider into a shared library (#4721) 2020-08-10 21:17:16 -07:00
TestAllocatorManager.cc Move memory info into IAllocator (#2850) 2020-06-22 11:18:52 +10:00
TestAllocatorManager.h