onnxruntime/onnxruntime/test/framework
Guoyu Wang 752627c5bb
[CoreML EP] Add CI for CoreML EP (macOS) and add coreml_flags for EP options (#6481)
* Add macos coreml CI and coreml_flags

* Move save debuggubg model to use environment var

* Move pipeline off from macos CI template

* Fix an issue building using unix make, add parallel to build script

* Fixed build break for shared_lib and cmpile warning

* Fix a compile warning

* test

* Revert the accidental push from another branch

This reverts commit 472029ba25d50f9508474c9eeceb3454cead7877.
2021-01-28 12:25:46 -08: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 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 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 Unify IExecutionProvider and IExecutionProviderFactory interfaces (#6108) 2020-12-15 16:45:53 -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 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 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 Fix static analysis warnings found by VC++ (#3530) 2020-04-16 01:46:47 -07:00
model_builder_utils.h
opaque_kernels_test.cc
ort_model_only_test.cc Add support for custom ops to minimal build. (#6228) 2021-01-25 10:41:00 +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 add external data support to tensor proto utils (#6257) 2021-01-13 14:14:18 -08: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