[tflchef] Extract "to_number" helper (#2131)
author박종현/동작제어Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Tue, 6 Nov 2018 08:31:17 +0000 (17:31 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Tue, 6 Nov 2018 08:31:17 +0000 (17:31 +0900)
commit94f5031bbcba5ca3391ced88b13cd7630cb75009
tree5ee4cfb3956135742c5296d714a0c3527697dba5
parent9548dd64de4923156c52c6385824b5f498967b48
[tflchef] Extract "to_number" helper (#2131)

This commit extracts "to_number" helper (currently in Data/Constant.h)
to a seperate module.

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
contrib/tflchef/core/src/Data/Constant.h
contrib/tflchef/core/src/LexicalCast.cpp [new file with mode: 0644]
contrib/tflchef/core/src/LexicalCast.h [new file with mode: 0644]