[Ext/Filter/OpenVino] Put the class definition in a new .hh file
authorWook Song <wook16.song@samsung.com>
Thu, 30 Jan 2020 05:20:51 +0000 (14:20 +0900)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Wed, 5 Feb 2020 09:35:56 +0000 (01:35 -0800)
commit0a74119e8a45bee632fb564c5bc1d9fcc34c4b66
tree825735585410d1153d7be50546f3c6d784f9960a
parentaa3ef2c70bd366329bce42ebb73643c48a66d6e3
[Ext/Filter/OpenVino] Put the class definition in a new .hh file

This patch puts the class definition of TensorFilterOpenVino in the
header file, newly created, instead of the existing .cc file so that
test cases for the OpenVino filter could exploit the
TensorFilterOpenVino class.

Signed-off-by: Wook Song <wook16.song@samsung.com>
ext/nnstreamer/tensor_filter/tensor_filter_openvino.cc
ext/nnstreamer/tensor_filter/tensor_filter_openvino.hh [new file with mode: 0644]