[tflite_run] Generate random input (#1477)
author이한종/동작제어Lab(SR)/Engineer/삼성전자 <hanjoung.lee@samsung.com>
Thu, 31 May 2018 11:49:14 +0000 (20:49 +0900)
committer오형석/동작제어Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Thu, 31 May 2018 11:49:14 +0000 (20:49 +0900)
commit6a718c51bd717cb82f75b011d48d758ceef8ff1d
treef265d873968be34fcacae4dcf433653ef23f499d
parentdbb3b7ca058b6a4a2324fdb746dd71242fa209b0
[tflite_run] Generate random input (#1477)

When running `tflite_run` without input argument it runs with values
with 0. This commit will fill the input tensors with random values
instead, same way with `nnapi_test` does.

Signed-off-by: Hanjoung Lee <hanjoung.lee@samsung.com>
include/support/tflite/Diff.h
tools/tflite_run/src/tflite_run.cc