clean code

This commit is contained in:
liuchengju
2020-09-01 12:17:02 +08:00
parent 7d654d22cb
commit 5c08175305
38 changed files with 2 additions and 3903 deletions
+2 -1
View File
@@ -9,6 +9,7 @@
*/
#ifndef _MODEL_PROCESS_H_
#define _MODEL_PROCESS_H_
#include <string>
#include "acl/acl.h"
#include "utils.h"
@@ -32,7 +33,7 @@ public:
* @param [in] modelPath: model path
* @return result
*/
Result LoadModelFromFileWithMem(const string& modelPath);
Result LoadModelFromFileWithMem(const std::string& modelPath);
/**
* @brief unload model