[Tizen/API] Remove dependency 'tensor_typedef.h'
authorSangjung Woo <sangjung.woo@samsung.com>
Mon, 15 Apr 2019 03:55:11 +0000 (12:55 +0900)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Tue, 16 Apr 2019 03:11:16 +0000 (12:11 +0900)
commita84c56bba670ae340ada46ce6c34843ce96ff647
tree9e9e2d2f988ea5d44a2430dfa1899007a70ed015
parentc1ff583f05a2960ff238696b14cfb4f930d3344a
[Tizen/API] Remove dependency 'tensor_typedef.h'

In order to pass the ACR process, 'tensor_typedef.h' in tizen-api.h
should be removed and its related thing also be updated. This patch
handles that issue. Detailed modification are as below.

* Remove dependency for 'nnstreamer/tensor_typedef.h' header
* Add necessary constant and enum variables such as
  NNS_TENSOR_RANK_LIMIT and nns_tensors_info.
* Use nns_tensors_info structure instead of GstTensorsInfo

Signed-off-by: Sangjung Woo <sangjung.woo@samsung.com>
tests/tizen_capi/unittest_tizen_capi.cpp
tizen-api/include/tizen-api.h
tizen-api/src/tizen-api-pipeline.c