Imported Upstream version 1.8.0
[platform/core/ml/nnfw.git] / tests / tools / tflite_vanilla_run / src / args.cc
similarity index 98%
rename from tests/tools/tflite_run_2_2_0/src/args.cc
rename to tests/tools/tflite_vanilla_run/src/args.cc
index 1f89692..dc9f250 100644 (file)
@@ -18,7 +18,7 @@
 
 #include <iostream>
 
-namespace TFLiteRun220
+namespace TFLiteVanillaRun
 {
 
 Args::Args(const int argc, char **argv) noexcept
@@ -205,4 +205,4 @@ void Args::Parse(const int argc, char **argv)
   }
 }
 
-} // end of namespace TFLiteRun220
+} // end of namespace TFLiteVanillaRun