[C-Api] tensor meta handle
authorJaeyun <jy1210.jung@samsung.com>
Wed, 26 Jun 2019 08:25:32 +0000 (17:25 +0900)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Mon, 8 Jul 2019 10:22:29 +0000 (19:22 +0900)
commitb3bef86168f2e12e35372a0e26b5f439003af3aa
tree8ff385018c156b9685bd46262d38d627ef56f84a
parentb510aeee6bf2fb772074236ddb5108251f4d719f
[C-Api] tensor meta handle

As we discussed, tensors metadata in c-api changed with info-handle instance.

1. alloc and destory functions are added for tensors-info handle.
2. refactors all functions and testcases with metadata handle.
3. update api description.

Signed-off-by: Jaeyun Jung <jy1210.jung@samsung.com>
api/capi/include/nnstreamer-capi-private.h
api/capi/include/nnstreamer-single.h
api/capi/include/nnstreamer.h
api/capi/src/nnstreamer-capi-pipeline.c
api/capi/src/nnstreamer-capi-single.c
api/capi/src/nnstreamer-capi-util.c
tests/tizen_capi/unittest_tizen_capi.cpp