[exo] Using ofstream with binary mode (#9393)
author윤현식/On-Device Lab(SR)/Principal Engineer/삼성전자 <hyunsik.yoon@samsung.com>
Thu, 5 Dec 2019 02:21:56 +0000 (11:21 +0900)
committer박세희/On-Device Lab(SR)/Principal Engineer/삼성전자 <saehie.park@samsung.com>
Thu, 5 Dec 2019 02:21:56 +0000 (11:21 +0900)
commit668ac6fe063a3aa460526dc63c7f2cef996ebcc7
tree83ecb769cadd74aa620411cdbe12dede72d4d1b7
parent76dc86c986804fb26d9376d6260de72b55efd48d
[exo] Using ofstream with binary mode (#9393)

Previously, there is no mode setting with dumpToFile, so it worked with text mode by default. This PR fixed the bug.

Signed-off-by: Hyun Sik Yoon <hyunsik.yoon@samsung.com>
compiler/exo/src/Circle/CircleExporter.cpp
compiler/exo/src/TFLite/TFLExporter.cpp