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