summaryrefslogtreecommitdiff
path: root/compiler/tf2tflite
diff options
context:
space:
mode:
author윤현식/On-Device Lab(SR)/Principal Engineer/삼성전자 <hyunsik.yoon@samsung.com>2019-08-07 16:53:50 +0900
committer오형석/On-Device Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>2019-08-07 16:53:50 +0900
commit6a4031c09c07f4bf66ebdecb609666db1d3a3d4d (patch)
tree4b5161f19e719c41fa395234c743e1c757110202 /compiler/tf2tflite
parentaff7e446df4c127a58d8c0daa321f778229c3165 (diff)
downloadnnfw-6a4031c09c07f4bf66ebdecb609666db1d3a3d4d.tar.gz
nnfw-6a4031c09c07f4bf66ebdecb609666db1d3a3d4d.tar.bz2
nnfw-6a4031c09c07f4bf66ebdecb609666db1d3a3d4d.zip
[tf2tflite] Modified as CustomOp.info renamed to customop.conf (#6328)
CMakeLists.txt file was modified as CustomOp.info renamed to customop.conf. Signed-off-by: Hyun Sik Yoon <hyunsik.yoon@samsung.com>
Diffstat (limited to 'compiler/tf2tflite')
-rw-r--r--compiler/tf2tflite/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/tf2tflite/CMakeLists.txt b/compiler/tf2tflite/CMakeLists.txt
index 54b3175d6..43d021741 100644
--- a/compiler/tf2tflite/CMakeLists.txt
+++ b/compiler/tf2tflite/CMakeLists.txt
@@ -19,7 +19,7 @@ if(NOT Protobuf_FOUND)
return()
endif(NOT Protobuf_FOUND)
-# generating and building schema for CustomOp.info
+# generating and building schema for customop.conf
Protobuf_Generate(CUSTOMOP_INFO_PROTO
"${CMAKE_CURRENT_BINARY_DIR}/generated"
"./proto"