tflite_benchmark: get env refactor (#1801)
authorVitaliy Cherepanov/AI Tools Lab /SRR/Engineer/삼성전자 <v.cherepanov@samsung.com>
Tue, 3 Jul 2018 23:54:18 +0000 (02:54 +0300)
committer박세희/동작제어Lab(SR)/Principal Engineer/삼성전자 <saehie.park@samsung.com>
Tue, 3 Jul 2018 23:54:18 +0000 (08:54 +0900)
commit86ef04d4d6f312820e570bd5077bf898709a35b1
tree0c5c7c4cfed4f2bc9337e62e90481c0c89dcbc85
parenta93ec9201d5ffcf0d64e37df25be43c0f8ce42b8
tflite_benchmark: get env refactor (#1801)

* tflite_benchmark: get env refactor

using nnfw::util::get_env_int instead of custom get_env call

Signed-off-by: Vitaliy Cherepanov <v.cherepanov@samsung.com>
* add const spec

Signed-off-by: Vitaliy Cherepanov <v.cherepanov@samsung.com>
* fix compare signed/unsigned issue
tools/tflite_benchmark/src/tflite_benchmark.cc