[tflchef] Introduce TFliteOpChef and Registry (#2357)
author박세희/동작제어Lab(SR)/Principal Engineer/삼성전자 <saehie.park@samsung.com>
Wed, 21 Nov 2018 10:25:15 +0000 (19:25 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Wed, 21 Nov 2018 10:25:15 +0000 (19:25 +0900)
commit796f79bf7f22d0425ed6fd843f1407582dc690dc
tree9d3071c2a95766aa2eaf416c60f5cb9308b134d6
parentab2cea6502763a4c8d94f9b3d1ccb91addeddbae
[tflchef] Introduce TFliteOpChef and Registry (#2357)

This will introduce TFliteOpChef base class for Operator handlers for translation and
TFliteOpRegistry for registeration of handlers.
All headers are included in RecipeChef to check compilation and as it will be used later codes.

Signed-off-by: SaeHie Park <saehie.park@samsung.com>
contrib/tflchef/tflite/src/RecipeChef.cpp
contrib/tflchef/tflite/src/TFliteOpChef.h [new file with mode: 0644]
contrib/tflchef/tflite/src/TFliteOpChefs.h [new file with mode: 0644]
contrib/tflchef/tflite/src/TFliteOpRegistry.h [new file with mode: 0644]