onnxruntime
The initial PR for NNAPI EP
#4287
Merged

The initial PR for NNAPI EP #4287

guoyu-wang merged 66 commits into master from nnapi_native
guoyu-wang
guoyu-wang Move nnapi dnnlib to subfolder
35504452
guoyu-wang dnnlib compile settings
7fa71c91
guoyu-wang add nnapi buildin build.py
5ade1627
guoyu-wang add onnxruntime_USE_NNAPI_BUILTIN
256af7ac
guoyu-wang compile using onnxruntime_USE_NNAPI_BUILTIN
2ac4de32
guoyu-wang remove dnnlib from built in code
668c5e51
guoyu-wang Group onnxruntime_USE_NNAPI_BUILTIN sources
214ed406
guoyu-wang add file stubs
6bc1feb3
guoyu-wang java 32bit compile error
a8d9e454
guoyu-wang Merge branch 'master' into nnapi_native
ead7efe8
guoyu-wang Merge branch 'master' into nnapi_native
66c268ec
guoyu-wang built in nnapi support 5-26
23f1061a
guoyu-wang Merge branch 'master' into nnapi_native
783bed82
guoyu-wang init working version
60532a71
guoyu-wang initializer support
303684ae
guoyu-wang Merge branch 'master' into nnapi_native
cc579b54
guoyu-wang fix crash on free execution
86fddfa7
guoyu-wang add dynamic input support
1b1ac2ed
guoyu-wang Merge branch 'master' into nnapi_native
830ebfba
guoyu-wang bug fixes for dynamic input shape, add mul support, working on conv a…
e9a696c4
guoyu-wang Merge branch 'master' into nnapi_native
b106b549
guoyu-wang Add batchnormalization, add overflow check for int64 attributes
4ce3c45f
guoyu-wang add global average/max pool and reshape
969a903d
guoyu-wang minor changes
891eca7a
guoyu-wang minor changes
83980f55
guoyu-wang add skip relu and options to use different type of memory
796498b4
guoyu-wang small bug fix for in operator relu
cbf4774f
guoyu-wang bug fix for nnapi
78e08868
guoyu-wang add transpose support, minor bug fix
da3b9919
guoyu-wang Add transpose support
989b53d9
guoyu-wang Merge branch 'master' into nnapi_native
ca3823b3
guoyu-wang minor bug fixes, depthwise conv weight fix
0afbfec6
guoyu-wang fixed the bug where the onnx model input has mismatch order than the …
4004ab36
guoyu-wang add helper to add scalar operand
5bc02f4a
guoyu-wang add separated opbuilder to handle single operator
588328b8
guoyu-wang Merge branch 'master' into nnapi_native
f3b80f51
guoyu-wang add cast operator
84e10c07
guoyu-wang fixed reshape, moved some logs to verbose
3276baed
guoyu-wang Add softmax and identity support, change shaper calling signature, an…
4c426499
guoyu-wang changed the way to execute the NNAPI
49c1db2c
guoyu-wang move NNMemory and InputOutputInfo into Model class
8d0c0308
guoyu-wang add limited support for input dynamic shape
c15dd49a
guoyu-wang add gemm support, fixed crash when allocating big array on stack
93578931
guoyu-wang add abs/exp/floor/log/sigmoid/neg/sin/sqrt/tanh support
490c5906
guoyu-wang Merge branch 'master' into nnapi_native
049abc19
guoyu-wang better dynamic input shape support;
743fbe58
guoyu-wang add more check for IsOpSupportedImpl, refactored some code
a4c54153
guoyu-wang some code style fix, switch to safeint
8db827a8
guoyu-wang Move opbuilders to a map with single instance, minor bug fixes
dd58ae04
guoyu-wang merge master
ff8db73c
guoyu-wang add GetUniqueName for new temp tensors
034833a5
guoyu-wang change from throw std to ort_throw
ef030d5d
guoyu-wang build settings change and 3rd party notice update
e8d63798
guoyu-wang add readme for nnapi_lib, move to ort log, add comments to public fun…
5427507f
guoyu-wang Merge branch 'master' into nnapi_native
d0c2e568
guoyu-wang add android log sink and more logging changes, add new string for NnA…
d7d3b0bc
guoyu-wang add nnapi execution options/fp16 relax
8b86cc63
guoyu-wang fix a dnnlibrary build break
a138cf2b
guoyu-wang guoyu-wang requested a review 5 years ago
guoyu-wang guoyu-wang changed the title Nnapi native The initial PR for NNAPI EP 5 years ago
skottmckay
skottmckay commented on 2020-06-23
skottmckay
skottmckay commented on 2020-06-23
skottmckay
skottmckay commented on 2020-06-23
skottmckay
skottmckay commented on 2020-06-23
skottmckay
skottmckay commented on 2020-06-23
skottmckay
skottmckay commented on 2020-06-23
skottmckay
skottmckay commented on 2020-06-23
skottmckay
skottmckay commented on 2020-06-23
skottmckay
skottmckay commented on 2020-06-23
skottmckay
skottmckay commented on 2020-06-23
skottmckay
skottmckay commented on 2020-06-23
skottmckay
skottmckay commented on 2020-06-23
skottmckay
skottmckay commented on 2020-06-23
skottmckay
skottmckay commented on 2020-06-23
skottmckay
skottmckay commented on 2020-06-23
skottmckay
skottmckay commented on 2020-06-23
skottmckay
skottmckay commented on 2020-06-23
skottmckay
skottmckay commented on 2020-06-23
skottmckay
skottmckay commented on 2020-06-23
skottmckay
skottmckay commented on 2020-06-23
skottmckay
skottmckay commented on 2020-06-23
skottmckay
skottmckay commented on 2020-06-23
skottmckay
skottmckay
skottmckay commented on 2020-06-23
skottmckay
skottmckay commented on 2020-06-23
skottmckay
skottmckay commented on 2020-06-23
skottmckay
skottmckay commented on 2020-06-23
skottmckay
skottmckay commented on 2020-06-23
skottmckay
skottmckay commented on 2020-06-23
skottmckay
skottmckay commented on 2020-06-23
skottmckay
skottmckay commented on 2020-06-23
skottmckay
skottmckay commented on 2020-06-23
skottmckay
skottmckay commented on 2020-06-23
guoyu-wang addressed review comments
9901de17
guoyu-wang Merge branch 'nnapi_native'
f7398da1
guoyu-wang Merge branch 'master' of github.com:microsoft/onnxruntime
a3be03f7
guoyu-wang address review comments, changed adding output for subgraph in NnapiE…
33dfe2c5
guoyu-wang formatting in build.py
24d07a24
guoyu-wang more formatting fix in build.py, return fail status instead of throw …
1173036b
guoyu-wang moved android_log_sink to platform folder, minor coding style changes
0952a61d
skottmckay
skottmckay commented on 2020-06-26
skottmckay
skottmckay commented on 2020-06-26
skottmckay
skottmckay commented on 2020-06-26
guoyu-wang
guoyu-wang addressed review comments
94a14540
skottmckay
skottmckay approved these changes on 2020-06-26
guoyu-wang guoyu-wang merged 9e0f5fc7 into master 5 years ago
guoyu-wang guoyu-wang deleted the nnapi_native branch 5 years ago

Login to write a write a comment.

Login via GitHub

Reviewers
Assignees
No one assigned
Labels
Milestone