~gichan-jang/nnstreamer/+git/ml-api:lts/1.8.y

Last commit made on 2021-12-01
Get this branch:
git clone -b lts/1.8.y https://git.launchpad.net/~gichan-jang/nnstreamer/+git/ml-api

Branch merges

Branch information

Name:
lts/1.8.y
Repository:
lp:~gichan-jang/nnstreamer/+git/ml-api

Recent commits

e2e50fe... by Sangjung Woo

[C-Api] Fix the omitted Requires section in capi-ml-inference.pc

Because of the bug in the meson file, Requires section in
capi-ml-inference.pc is empty. It causes the compile-time error when
using ML APIs. This patch fixes this bug.

Signed-off-by: Sangjung Woo <email address hidden>

d127b52... by Gichan Jang

Release of ML-API 1.8.0

 - Release of ML-API 1.8.0.

Signed-off-by: Gichan Jang <email address hidden>

adeeff9... by Gichan Jang

[Single] Don't close single handle during invoke process

Don't close single handle during invoke process.
If single handle is released during invoke prcoess, an interpreter may
access invalid memory.

Signed-off-by: Gichan Jang <email address hidden>

b826d2c... by Jihoon Lee

[Coverage] Set coverage badge

This patch enables coverage badge. Behind the scene, daily coverage
check is enabled :)

**Self evaluation:**
1. Build test: [ ]Passed [ ]Failed [X]Skipped
2. Run test: [ ]Passed [ ]Failed [X]Skipped

Signed-off-by: Jihoon Lee <email address hidden>

a9b85ba... by Gichan Jang

[TEST] Add checking nnfw availability util

Add checking nnfw availability util.

Signed-off-by: gichan <email address hidden>

c13e87a... by MyungJoo Ham

Unittest: data type consistency with nnstreamer/gstreamer

There are type re-definitions in C ML-API, which
should inherit values from nnstreamer and gstreamer.
Add unittests that ensures the consistency.

Fixes https://github.com/nnstreamer/nnstreamer/issues/2587

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

75e26cf... by Chunseok Lee <email address hidden>

nnfw_ver to 1.17.0

nnfw(ONE) v1.17.0 is released. This will bump up nnfw version to 1.17.0

Signed-off-by: Chunseok Lee <email address hidden>

b4014a1... by Jaeyun <email address hidden>

[C-Api] function to check hw availability

Add new function to check hw availability with custom option string.

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

3e95386... by Jaeyun <email address hidden>

[Android/Build] remove release flag

Remove release flag and related source.
Uploading library to jcenter is not available anymore.

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

c5aa8e8... by Gichan Jang

[C-API] Change src-callback name

Change src-callback function name.
 - Names of callback function types should have the '_cb' suffix.
 - A modile providing callbacks called on events should support exactly one of two registration schemes.
   > single callback registration: {module}_set_{details}_cb

Signed-off-by: gichan <email address hidden>