summaryrefslogtreecommitdiff
path: root/compiler/tflchef/tflite/src/TFliteOpChefs.h
diff options
context:
space:
mode:
authorChunseok Lee <chunseok.lee@samsung.com>2020-10-28 12:16:55 +0900
committerChunseok Lee <chunseok.lee@samsung.com>2020-10-28 12:16:55 +0900
commitc55f8a6db48cda9d3a78048338b7f18c4cca62b8 (patch)
tree761ee8e171e5203f5c598ad93b2e7e0bc2e31aa2 /compiler/tflchef/tflite/src/TFliteOpChefs.h
parent74476a2d0296bdad70a2f7f90bc7419a8b05bffd (diff)
downloadnnfw-c55f8a6db48cda9d3a78048338b7f18c4cca62b8.tar.gz
nnfw-c55f8a6db48cda9d3a78048338b7f18c4cca62b8.tar.bz2
nnfw-c55f8a6db48cda9d3a78048338b7f18c4cca62b8.zip
Diffstat (limited to 'compiler/tflchef/tflite/src/TFliteOpChefs.h')
-rw-r--r--compiler/tflchef/tflite/src/TFliteOpChefs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler/tflchef/tflite/src/TFliteOpChefs.h b/compiler/tflchef/tflite/src/TFliteOpChefs.h
index 36a010957..2e4d28051 100644
--- a/compiler/tflchef/tflite/src/TFliteOpChefs.h
+++ b/compiler/tflchef/tflite/src/TFliteOpChefs.h
@@ -33,6 +33,7 @@
#include "Op/Cos.h"
#include "Op/DepthToSpace.h"
#include "Op/DepthwiseConv2D.h"
+#include "Op/Dequantize.h"
#include "Op/Div.h"
#include "Op/ELU.h"
#include "Op/Equal.h"
@@ -118,6 +119,7 @@
#include "Op/TopKV2.h"
#include "Op/Transpose.h"
#include "Op/TransposeConv.h"
+#include "Op/UnidirectionalSequenceLSTM.h"
#include "Op/Unique.h"
#include "Op/Unpack.h"
#include "Op/Where.h"