提交 cfd3bbab 编写于 作者: L liutuo 提交者: liuqi

update

上级 c2dc0493
...@@ -311,6 +311,6 @@ Please refer to \ ``mace/examples/example.cc``\ for full usage. The following li ...@@ -311,6 +311,6 @@ Please refer to \ ``mace/examples/example.cc``\ for full usage. The following li
} }
// 6. Run the model // 6. Run the model
MaceStatus status = engine.Run(inputs, &outputs); engine->Run(inputs, &outputs);
More details in `advanced_usage`. More details in `advanced_usage`.
\ No newline at end of file
...@@ -20,6 +20,8 @@ ...@@ -20,6 +20,8 @@
#include <numeric> #include <numeric>
#include "gflags/gflags.h" #include "gflags/gflags.h"
#include "mace/utils/env_time.h"
#include "mace/utils/logging.h"
#include "mace/public/mace.h" #include "mace/public/mace.h"
#include "mace/public/mace_runtime.h" #include "mace/public/mace_runtime.h"
// if convert model to code. // if convert model to code.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册