~kparichay/nnstreamer/+git/trunk:unittest_tizencapi_tflite_bug_fix

Last commit made on 2020-07-27
Get this branch:
git clone -b unittest_tizencapi_tflite_bug_fix https://git.launchpad.net/~kparichay/nnstreamer/+git/trunk

Branch merges

Branch information

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

Recent commits

5f9a104... by Parichay Kapoor <email address hidden>

[unittest] Bug fix for c-api unittest

Bug fix for c-api unittest when tensorflow-lite is not present
Bug of destroy info without create in invoke_01

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

23c4891... by MyungJoo Ham

Test/Fix potential macro bug

What if you do:
```
if (WHATSOEVER)
  _print_log (MESSAGE);
else
  do_something ();
```

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

9f56849... by Tony Jinwoo Ahn <email address hidden>

[Test] Remove trailing whitespace

Signed-off-by: Tony Jinwoo Ahn <email address hidden>

3316526... by Gichan Jang

[Protobuf] Fix protobuf util function header file

Fix protobuf util function header file.

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

026f3db... by Sangjung Woo

[Build] Support VD product build system

This patch supports the VD product build system.
`enable_tizen_privilege_check` and `enable_tizen_feature_check` are
newly added and below features are disabled.
* Privacy / Privilege Manager
* Resource Manager
* ProtoBuffer / FlatBuffer
* Test since python-numpy is not supported

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

9ac15a5... by Yongjoo Ahn

[tizensensor] Let the element make use of GstBaseSrc

- Remove timestamp in `_create()` and `_fill()` and let BaseSrc do timestamp
- Remove `_get_times()`
- Init debug category
- Add query for latency
- set_interval for tizen sensor_listener

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

9003949... by Yongjoo Ahn

[tensor_sink] Add debug log for timestamp in tensor_sink

- Add macro for logging timestamp in render_buffer

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

2d53803... by Gichan Jang

[Debian] Fix protobuf lib install path

Fix protobuf util lib install path

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

5cccd8e... by Parichay Kapoor <email address hidden>

[single] Enable setting timeout to 0

Enable setting timeout to 0
timeout 0 now has significance and re-setting timeout to 0 should be allowed

Related issue: #2568

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

8057350... by MyungJoo Ham

README: update example style and add more examples

- Restyle example lists of README.md
- Add "edge-ai" and "products" category

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