[TFLite] add the datatype according to meson option
authorHyoungJoo Ahn <hello.ahn@samsung.com>
Fri, 21 Feb 2020 08:28:21 +0000 (17:28 +0900)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Sun, 23 Feb 2020 10:05:05 +0000 (02:05 -0800)
commit5d2dfff70dc5bbb0495f68407fc2467c406fc379
tree544f14ea2ba936eb4303a9c859b8bceab739152c
parent489ebb37984ae94152e165797ab372eeefc29813
[TFLite] add the datatype according to meson option

with the new version of TFLite, the new data types have been added. Since it's not supported and we cannot check the version of tensorflow at the build time, we have to set the datatype before building this package. I'd like to suggest adding a field at meson_option and allow user to set it.

Signed-off-by: HyoungJoo Ahn <hello.ahn@samsung.com>
meson.build
meson_options.txt