onnxruntime/onnxruntime/test
gwang-msft de0b04b971
[Android NNAPI EP] Add support for dynamic output (#4650)
* add dynamic output shape support

* fix bugs associates with scalar inputs

* addressed comments, fixed issue the output buffer size is not correctly set, refactor shaper class

* split the execution logic from nnapi::Model into nnapi::Execution

* update comments for certain scenarios, 1. dynamic output buffer size, 2. ONNX scalar input

* move ctor of nnapi::Execution to public
2020-07-30 16:42:17 -07:00
..
api_tests_without_env Fix crash reported in #4070. (#4091) 2020-06-01 15:27:14 -07:00
common adding concat logic when initial path is empty (#4525) 2020-07-16 23:46:12 -07:00
contrib_ops [Android NNAPI EP] Add QLinearAdd op Support, move some throw with return status (#4607) 2020-07-30 11:45:11 -07:00
featurizers_ops
framework Fix regression introduced in cast transformer (#4658) 2020-07-29 23:32:01 -07:00
fuzzing Onnxruntime fuzzing (#4341) 2020-07-06 16:34:34 -07:00
global_thread_pools Fix (#3812) 2020-05-05 02:08:13 -07:00
ir Add build option to disable traditional ML ops from the binary. (#4272) 2020-06-20 06:36:06 -07:00
mlas Fix avx2 load 32 bytes buffer overrun. (#4455) 2020-07-09 15:54:31 -07:00
onnx Add option for onnx_test_runner can pause after launch, make create_test_dir work on non-windows os (#4618) 2020-07-29 11:47:01 -07:00
opaque_api
optimizer Handle multiple embed nodes in transformer optimizer (#4471) 2020-07-10 15:28:27 -07:00
perftest Use OpenMP-like synchronization patterns in Eigen thread pool (#4236) 2020-06-22 10:04:53 +01:00
platform Use OpenMP-like synchronization patterns in Eigen thread pool (#4236) 2020-06-22 10:04:53 +01:00
proto
providers [Android NNAPI EP] Add support for dynamic output (#4650) 2020-07-30 16:42:17 -07:00
python [Python] Support more APIs for the SessionOptions class (#4596) 2020-07-24 12:56:54 -07:00
shared_lib FixPyOpSegFault&MakeItStaticLib (#4600) 2020-07-28 11:45:25 -07:00
testdata Fix regression introduced in cast transformer (#4658) 2020-07-29 23:32:01 -07:00
tvm
util General enhancements/cleanups to test exes (#4109) 2020-06-04 07:01:39 +10:00
win_getopt