onnxruntime/onnxruntime/test/framework
Scott McKay 1916e35bea
Reduce tensorprotoutils binary size (#6634)
* Move type agnostic code out of UnpackInitializerData
Refactor the unpack tensor logic to switch on data size
Add test cases

* Remove templatization of more parts
2021-02-12 16:48:13 +10:00
..
cuda Fix CUDA test hang: (#6138) 2020-12-16 16:32:56 +10: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 Unify activation and initializer alignment value (#6109) 2020-12-14 13:13:41 -08:00
bfc_arena_test.cc Fix edge case in BFCArena where allocation failures could lead to an infinite loop. (#6145) 2020-12-17 07:52:31 +10:00
data_types_test.cc Add tag types for Ort::Float16_t and Ort:Bfloat16_t structs (#5716) 2020-11-06 16:41:26 -08:00
distance_test.cc
dummy_allocator.cc
dummy_allocator.h
dummy_provider.cc
dummy_provider.h
endian_test.cc Reduce tensorprotoutils binary size (#6634) 2021-02-12 16:48:13 +10:00
execution_frame_test.cc Unify activation and initializer alignment value (#6109) 2020-12-14 13:13:41 -08:00
execution_provider_test.cc Helper for compiling EP to generate deterministic unique ids for use in MetaDef names (#6156) 2020-12-21 12:17:58 +10:00
float_16_test.cc
inference_session_test.cc Support to allow user to specify compute stream per session (#3723) 2021-02-05 15:48:18 -08:00
insert_cast_transformer_test.cc Remove Useless Cast from Contiguous Cast Nodes (#5204) 2020-09-29 09:18:52 +08:00
kernel_registry_test.cc
local_kernel_registry_test.cc
math_test.cc
mem_pattern_planner_test.cc Exclude some training specific code from the minimal build. Cleanup some related aspects of allocation planner. (#5861) 2020-11-20 20:25:46 +10:00
memcpy_transformer_test.cc
model_builder_utils.h
opaque_kernels_test.cc
ort_model_only_test.cc Fix bug with ORT format serialization of tensor attributes. (#6602) 2021-02-09 07:15:21 +10:00
parallel_executor_test.cc
provider_options_utils_test.cc Deprecate Python global configuration functions [Part 2] (#6171) 2021-01-07 10:10:55 -08:00
random_test.cc
session_state_test.cc Remove onnxruntime_session_options_config_keys.h from c_api (#5772) 2020-11-12 09:12:13 -08:00
shape_inference_test.cc
sparse_kernels_test.cc add external data support to tensor proto utils (#6257) 2021-01-13 14:14:18 -08:00
tensor_test.cc enable arena for arm64 (#5613) 2020-10-28 08:40:43 -07:00
tensorutils_test.cc Reduce tensorprotoutils binary size (#6634) 2021-02-12 16:48:13 +10:00
test_tensor_loader.cc
test_utils.cc [CoreML EP] Add CI for CoreML EP (macOS) and add coreml_flags for EP options (#6481) 2021-01-28 12:25:46 -08:00
test_utils.h [CoreML EP] Add CI for CoreML EP (macOS) and add coreml_flags for EP options (#6481) 2021-01-28 12:25:46 -08:00
TestAllocatorManager.cc Remove IDeviceAllocator class as it doesn't extend IAllocator in any way. (#5067) 2020-09-10 00:46:35 -07:00
TestAllocatorManager.h