[PythonFilter/API] Add a python module to provide NNS-related APIs
authorDongju Chae <dongju.chae@samsung.com>
Thu, 11 Apr 2019 08:27:58 +0000 (17:27 +0900)
committerwooksong <wook16.song@samsung.com>
Fri, 12 Apr 2019 07:14:52 +0000 (16:14 +0900)
commit167952dcf65b24e7473229ec8d6f094c9ccedadf
treecbcf9d76d69ff22649bd6c54cba00cbc34e12517
parent8ab99f39961eb10b986afd9877fb203185ac920c
[PythonFilter/API] Add a python module to provide NNS-related APIs

It's a python module which a user will import in a python script.
Currently, only 'TensorShape' type object is supported.
I am currently considering other useful APIs.

Signed-off-by: Dongju Chae <dongju.chae@samsung.com>
ext/nnstreamer/tensor_filter/tensor_filter_python_api.c [new file with mode: 0644]