Fix build bug by tflite library namespace (#3993)
author오형석/동작제어Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Wed, 12 Dec 2018 08:56:23 +0000 (17:56 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Wed, 12 Dec 2018 08:56:23 +0000 (17:56 +0900)
Fix build bug by tflite library namespace change

Signed-off-by: Hyeongseok Oh <hseok82.oh@samsung.com>
tools/tflite_run/src/tflite_run.cc

index 3fe870b..26e5219 100644 (file)
@@ -156,7 +156,7 @@ int main(const int argc, char **argv)
       else if (tensor->type == kTfLiteBool)
       {
         // Generate bool input
-        auto tensor_view = nnfw::support::tflite::TensorView<bool>::make(*interpreter, o);
+        auto tensor_view = nnfw::tflite::TensorView<bool>::make(*interpreter, o);
 
         auto fp = static_cast<bool (RandomGenerator::*)(const ::nnfw::util::tensor::Shape &,
                                                         const ::nnfw::util::tensor::Index &)>(