~kparichay/nnstreamer/+git/trunk:armnn_caffe_support

Last commit made on 2020-01-16
Get this branch:
git clone -b armnn_caffe_support https://git.launchpad.net/~kparichay/nnstreamer/+git/trunk

Branch merges

Branch information

Name:
armnn_caffe_support
Repository:
lp:~kparichay/nnstreamer/+git/trunk

Recent commits

9636d6b... by Parichay Kapoor <email address hidden>

[armnn] Add caffe support with armnn

Add caffe support with armnn
Add corresponding unit-test
Tested with CPU and GPU backend on the device

Signed-off-by: Parichay Kapoor <email address hidden>

76f60e9... by Jaeyun <email address hidden>

[CodeClean] fix coverity issue

check exception case in testcases.

Signed-off-by: Jaeyun Jung <email address hidden>

5d0db29... by Hyoung Joo Ahn

[Caffe2] Change how headers are included

The headers are not in this project. Though it does not occur errors, to prevent misunderstanding, it needs to be fixed.

Signed-off-by: HyoungJoo Ahn <email address hidden>

71d240e... by MyungJoo Ham

Documentation Update of 2020.01

We have been progressed a lot. Update the documentation accordingly.

V2: fixed typos

Signed-off-by: MyungJoo Ham <email address hidden>

21bebe3... by Wook Song

[Ext/Filter/TFLite] Enable a TensorFilter's property, verify_model_path

This patch enables a GstTensorFilter's property, verify_model_path,
which is newly added.

Signed-off-by: Wook Song <email address hidden>

fef0210... by Wook Song

[Filter/Common/Reload] Define the behavior for verify_model_path

This patch defines the behaviour of reloading model files when the
verify_model_path is set to TRUE.

Signed-off-by: Wook Song <email address hidden>

a9709bf... by Wook Song

[Tests/Script] Make the run_unittests_binaries script find executables

This patch makes the run_unittests_binaries script in ./packaging find
only executable files.

Signed-off-by: Wook Song <email address hidden>

35dd6b6... by MyungJoo Ham

README: update reviewers and project status

- Added the two new reviewers
- Added more info on the project status

V2: typo-fix and added an omitted item.

Signed-off-by: MyungJoo Ham <email address hidden>

026a741... by Wook Song

[Tests/FilterExtCommon] hotfix: Fix build errors, dangling-else

This patch fixes build errors related to 'dangling-else' (error:
suggest explicit braces to avoid ambiguous 'else') in
unittest_tizen_template.cc.

Signed-off-by: Wook Song <email address hidden>

2a0d436... by Parichay Kapoor <email address hidden>

[tflite/bug] Set accelerator bug solve

Bug: Not setting accelerator ignored the use_nnapi configuration
This is resolved

Enable setting accelerator unittest non-tizen platforms as well

Signed-off-by: Parichay Kapoor <email address hidden>