[tf2tflite] Loading customop.conf file into ModelSignature (#6406)
author윤현식/On-Device Lab(SR)/Principal Engineer/삼성전자 <hyunsik.yoon@samsung.com>
Mon, 12 Aug 2019 10:59:29 +0000 (19:59 +0900)
committer박종현/On-Device Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Mon, 12 Aug 2019 10:59:29 +0000 (19:59 +0900)
commit6e05e0171a4a2dc559cb5ed42af33ada88a2d97b
tree5e5b6fe4cfe8c6f9c8433c9385db37d96b95b06a
parent43a5d8aba6b8ed3cbd7cb441741294672d345db9
[tf2tflite] Loading customop.conf file into ModelSignature (#6406)

* [tf2tflite] Loading customop.conf file into ModelSignature

Adds code for loading customop.conf into ModelSignature

Signed-off-by: Hyun Sik Yoon <hyunsik.yoon@samsung.com>
* 1) class to function 2) remove loco from cmake file 3) remove some headers

* fix wrong lambda comment // use argv[5] directly
compiler/tf2tflite/CMakeLists.txt
compiler/tf2tflite/requires.cmake
compiler/tf2tflite/src/CustomopConfLoader.cpp [new file with mode: 0644]
compiler/tf2tflite/src/CustomopConfLoader.h [new file with mode: 0644]
compiler/tf2tflite/src/Driver.cpp