[tf2tflite] Schema for additional info of Custom Op from user (#5939)
author윤현식/On-Device Lab(SR)/Principal Engineer/삼성전자 <hyunsik.yoon@samsung.com>
Thu, 1 Aug 2019 03:34:33 +0000 (12:34 +0900)
committer박종현/On-Device Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Thu, 1 Aug 2019 03:34:33 +0000 (12:34 +0900)
commit245f8ba0d313c244d22075b38189090ab41d80e2
tree3595b4a872e3215f3369b4a43c800681163d0b0f
parent0afc4e417c86bcd8940c28edf255091731e4eadc
[tf2tflite] Schema for additional info of Custom Op from user (#5939)

* [tf2tflite] Schema for additional info of Custom Op from user

This is a schema for additional info of Custom Op from user.
It was committed into _moco-tf_ but moved to here.
The name was renamed to CompileInfo.pbtxt (Previous name was Model.MetaInfo.pbtxt), which seems more friendlier. :-)

Signed-off-by: Hyun Sik Yoon <hyunsik.yoon@samsung.com>
* renaming CompileInfo to CustomInfo && move ./proto/CMakeFiles.txt to ./CMakeFiles.txt

* modify DT_INT32 to 15
compiler/tf2tflite/CMakeLists.txt
compiler/tf2tflite/proto/CustomOpInfo.proto [new file with mode: 0644]