tflite_benchmark: use get_env_bool instead of getenv (#1812)
authorVitaliy Cherepanov/AI Tools Lab /SRR/Engineer/삼성전자 <v.cherepanov@samsung.com>
Tue, 3 Jul 2018 23:54:33 +0000 (02:54 +0300)
committer박세희/동작제어Lab(SR)/Principal Engineer/삼성전자 <saehie.park@samsung.com>
Tue, 3 Jul 2018 23:54:33 +0000 (08:54 +0900)
commit17fa3bdbdd53243a1b136300019c409db86a7d05
tree8077ba908b4355a44e2bec580d84adbf51351c1b
parent86ef04d4d6f312820e570bd5077bf898709a35b1
tflite_benchmark: use get_env_bool instead of getenv (#1812)

* tflite_benchmark: use get_env_bool instead of getenv

Replace std::getenv by nnfw::util::get_env_bool for USE_NNAPI

Signed-off-by: Vitaliy Cherepanov <v.cherepanov@samsung.com>
* Update tflite_benchmark.cc
tools/tflite_benchmark/src/tflite_benchmark.cc