[tf2tflite] Modified as CustomOp.info renamed to customop.conf (#6328)
author윤현식/On-Device Lab(SR)/Principal Engineer/삼성전자 <hyunsik.yoon@samsung.com>
Wed, 7 Aug 2019 07:53:50 +0000 (16:53 +0900)
committer오형석/On-Device Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Wed, 7 Aug 2019 07:53:50 +0000 (16:53 +0900)
CMakeLists.txt file was modified as CustomOp.info renamed to customop.conf.

Signed-off-by: Hyun Sik Yoon <hyunsik.yoon@samsung.com>
compiler/tf2tflite/CMakeLists.txt

index 54b3175..43d0217 100644 (file)
@@ -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"