Imported Upstream version 1.8.0
[platform/core/ml/nnfw.git] / tests / tools / tflite_vanilla_run / src / args.h
similarity index 92%
rename from tests/tools/tflite_run_2_2_0/src/args.h
rename to tests/tools/tflite_vanilla_run/src/args.h
index 630d50b..3605b65 100644 (file)
  * limitations under the License.
  */
 
-#ifndef __TFLITE_RUN_2_2_0_ARGS_H__
-#define __TFLITE_RUN_2_2_0_ARGS_H__
+#ifndef __TFLITE_VANILLA_RUN_ARGS_H__
+#define __TFLITE_VANILLA_RUN_ARGS_H__
 
 #include <string>
 #include <boost/program_options.hpp>
 
 namespace po = boost::program_options;
 
-namespace TFLiteRun220
+namespace TFLiteVanillaRun
 {
 
 class Args
@@ -68,6 +68,6 @@ private:
   int _verbose_level;
 };
 
-} // end of namespace TFLiteRun220
+} // end of namespace TFLiteVanillaRun
 
-#endif // __TFLITE_RUN_2_2_0_ARGS_H__
+#endif // __TFLITE_VANILLA_RUN_ARGS_H__