onnxruntime/onnxruntime/test/framework
Guoyu Wang a2b551ff08
Add runtime options for NNAPI EP (#5576)
* Add options for nnapi ep

* Add nnapi flags test

* add comments

* Add flag comments

* Make the flags bitset const

* Fix build break

* Add stub changes to java and c# api

* Fix java related build break

* Fix java build break

* Switch to bit flags instead of bitset
2020-11-04 10:08:43 -08: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 enable arena for arm64 (#5613) 2020-10-28 08:40:43 -07:00
bfc_arena_test.cc Remove IDeviceAllocator class as it doesn't extend IAllocator in any way. (#5067) 2020-09-10 00:46:35 -07:00
data_types_test.cc Add iOS test pipeline and a sample app. (#5298) 2020-09-29 13:53:11 -07:00
debug_node_inputs_outputs_utils_test.cc GatherGrad optimization (#5524) 2020-10-26 12:53:53 -07: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 Cleanup some test infrastructure (#5484) 2020-10-16 06:44:01 +10:00
float_16_test.cc
inference_session_test.cc enable arena for arm64 (#5613) 2020-10-28 08:40:43 -07: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 Threadpool related changes. (#3564) 2020-04-21 09:57:39 -07:00
mem_pattern_planner_test.cc
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 Support for Sparse Initializers (#5540) 2020-10-27 10:32:06 -07:00
parallel_executor_test.cc
random_test.cc
session_state_test.cc Enable prepacking in subgraph (#5433) 2020-10-26 22:22:31 -07:00
shape_inference_test.cc
sparse_kernels_test.cc Support for Sparse Initializers (#5540) 2020-10-27 10:32:06 -07:00
tensor_test.cc enable arena for arm64 (#5613) 2020-10-28 08:40:43 -07:00
tensorutils_test.cc
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
test_utils.cc Add runtime options for NNAPI EP (#5576) 2020-11-04 10:08:43 -08:00
test_utils.h Allow sharing of initializers between sessions. (#5092) 2020-09-21 14:09:37 -07: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