[enco.tflite] RawModel-based Frontend template (#2054)
author박종현/동작제어Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Wed, 31 Oct 2018 07:40:10 +0000 (16:40 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Wed, 31 Oct 2018 07:40:10 +0000 (16:40 +0900)
commitb1fc4487bde29936fc7b26b8aec68adef856081b
treedf1d7991ef01bcf548ab0bf96128ca2076c31d53
parent3973e464e08af6e47f2219988b4604eef53b76b2
[enco.tflite] RawModel-based Frontend template (#2054)

This commit revises (tflite) Frontend class to take a RawModel as an
argument of its constructor, and implements the basic template of "load"
method.

Note that the current implementation does not implement "make_frontend"
yet.

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
contrib/enco/frontend/tflite/src/Frontend.cpp
contrib/enco/frontend/tflite/src/Frontend.h
contrib/enco/frontend/tflite/src/Frontend.test.cpp
contrib/enco/frontend/tflite/src/RawModel.h [new file with mode: 0644]