[moco/tf] class storing user-provided compiler arguments (#3734)
author윤현식/On-Device Lab(SR)/Principal Engineer/삼성전자 <hyunsik.yoon@samsung.com>
Wed, 12 Jun 2019 08:51:58 +0000 (17:51 +0900)
committer박종현/On-Device Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Wed, 12 Jun 2019 08:51:58 +0000 (17:51 +0900)
commit62c85df69934e87bb63128b70f4e655b0f346c53
treed0cb39ff075a0d39d21e4d3745a3c107383388a1
parentc817102504d03bf8c56f3ac5bb8d9324d9d5efff
[moco/tf] class storing user-provided compiler arguments (#3734)

* [moco/tf] class storing user-provided compiler arguments

When a user run the compiler with arguments, these arguments are parsed and stored into this class.

Signed-off-by: Hyun Sik Yoon <hyunsik.yoon@samsung.com>
* Using default constructor
contrib/moco/lib/frontend/tf/src/CompilerArgs.h [new file with mode: 0644]
contrib/moco/lib/frontend/tf/src/CompilerArgs.test.cpp [new file with mode: 0644]