~kparichay/nnstreamer/+git/trunk:backend_test_mandatory

Last commit made on 2019-12-19
Get this branch:
git clone -b backend_test_mandatory https://git.launchpad.net/~kparichay/nnstreamer/+git/trunk

Branch merges

Branch information

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

Recent commits

a005474... by Parichay Kapoor <email address hidden>

[tflite] Backend unittest should always pass

Tensorflow-lite unittest which tests for appropriate backend parsing and testing
should always pass.
Removed accelerator input validity check at tensor_filter.c as it is checked in
each filter again.

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

be67893... by Jaeyun <email address hidden>

[Filter/TF] remove unnecessary code

remove unnecessary code (duplicated with tf_destroyNotify())

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

e94808c... by MyungJoo Ham

Dist/Tizen: add missing manifest for source-tizen-sensor

Because it has an executable (shared library), we need
SMACK manifest information.

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

30d8a62... by Parichay Kapoor <email address hidden>

[nnfw] Set accelerator for nnfw

Allow setting of accelerator for nnfw
Parsing accelerator moved to tensor_filter_common. Currently, used in
tflite and nnfw, and use directly for other filters like this.

V2:
Added note that PROP_ACCELERATOR is supported in a few filter extensions only.

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

6ee3088... by Dongju Chae

[Refactor/TF] Refactor tf tensor-filter subplugin to remove .c/.cc wrapper

This commit refactors tf tensor-filter subplugin to remove .c/.cc wrapper.

Signed-off-by: Dongju Chae <email address hidden>

36d8f97... by Dongju Chae

[Refactor/Python] Refactor python sub-plugin to remove c/cc wrapper

This commit refactors python tensor-filter sub-plugin to remove c/cc
wrapper.

Signed-off-by: Dongju Chae <email address hidden>

3f7b62e... by MyungJoo Ham

Filter: support EdgeTPU with tensorflow-lite interface

Support EdgeTPU with non-NNAPI tensorflow-lite interface (delegation).

Tested with Ubuntu 18.04 + Coral Edge-TPU + Mobile-SSD TF Lite model.

TODO (later PRs): How to test with w/ GTest in CI?

Fixes #1661

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

0b707c0... by Dongju Chae

[Refactor/TFLITE] Refactor tflite tensor-filter subplugin to remove .c/.cc wrapper

This commit refactors tflite tensor-filter subplugin to remove .c/.cc
wrapper.

Signed-off-by: Dongju Chae <email address hidden>

ba2dede... by Parichay Kapoor <email address hidden>

[spec] nnfw now packaged only for tizen

nnfw package is now created and corresponding tests performed
only for tizen in the spec file.

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

5c12084... by Dongju Chae

[Refactor/Caffe2] Refactor caffe2 tensor-filter subplugin to remove .c/.cc wrapper

This commit refactors caffe2 tensor-filter subplugin to remove .c/.cc
wrapper.

Signed-off-by: Dongju Chae <email address hidden>