~kparichay/nnstreamer/+git/trunk:single_optimize_invoke

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

Branch merges

Branch information

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

Recent commits

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

[single] Optimize invoke critical path

Remove setup gstTensorMemory in each invoke call
rather, pre-set the tensor memory when input dimensions are set
and re-use that setup tensor memory wrapper each time

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

09a1f70... by Parichay Kapoor <email address hidden>

[single] Memory leak bug fix

Add memory leak bug fix
When output ml_tensors_data_h fails to allocate, the already computed output must be freed before return

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

5cc7ce9... by Jaeyun <email address hidden>

[Meson] dependency for filter subplugin

1. For nnfw deprecated function, find symbol in header. (cannot find function in library)
2. Remove unnecessary dependency to check pytorch version.

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

ca9dc65... by Jaeyun <email address hidden>

[Test] testcase to convert multi tensors

add new testcases to convert byte stream to multi tensors.

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

f8ed161... by Jaeyun <email address hidden>

[Converter] bytes to multi tensors

parse the list of input info (dimension and type), and convert byte-stream to multi tensors.

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

5123cf8... by Jaeyun <email address hidden>

[Common] function to get data size

Add new function to get data size from tensors info.
If index is negative value, this will return total data size of tensors.

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

5fc6103... by Jaeyun <email address hidden>

[CodeClean] remove redundant space

Remove redundant space in source file.

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

78f76d6... by Yongjoo Ahn

[tizensensor] Add tolerance for sensor data check

Ease the future timestamp check:
- At the check time, the timestamp of event could be the "next" sample
- Add tolerance amount of sampling rate
- Change Error to Warning

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

84abe64... by Gichan Jang

[TCM] Add yaml config file for android

TCM(Test Case Manager) requires config.yaml file.
The config file is written for android API test.

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

2abd044... by Jaeyun <email address hidden>

[Android/Single] allow 0 timeout

Now C-API allows setting 0 timeout val, change condition to set timeout value.

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