[Filter/Main] First working prototype of filter::main
authorMyungJoo Ham <myungjoo.ham@samsung.com>
Fri, 8 Jun 2018 06:02:01 +0000 (15:02 +0900)
committer문지중/동작제어Lab(SR)/Principal Engineer/삼성전자 <jijoong.moon@samsung.com>
Thu, 14 Jun 2018 04:20:50 +0000 (13:20 +0900)
commitb1048bfee5dd2d6246b1956bad3e30f2492c15f3
tree3fd261d145bbc1eaee0f9a35a07f07b3e8ee3888
parent8dc49a3417fb2c7852ff39bfa241e553b804f17b
[Filter/Main] First working prototype of filter::main

The full execution path of tensor_filter::main is tested with testcase-01
although it does not process anything in the model.

Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
common/tensor_common.c
include/tensor_common.h
tensor_filter/tensor_filter.c
tensor_filter/tensor_filter.h
tensor_filter/tensor_filter_custom.c
tensor_filter/tensor_filter_custom.h
tensor_filter/tensor_filter_tensorflow_lite.c
tensor_filter/test/nothing [new file with mode: 0644]
tensor_filter/test/runTest.sh [new file with mode: 0755]
tensor_filter/test/testcase01.sh [new file with mode: 0755]