未验证 提交 cb8d7417 编写于 作者: T Thomas Young 提交者: GitHub

fix

fix
上级 3c853be2
......@@ -33,7 +33,7 @@ OP是Paddle Serving服务端的处理流程(即DAG图)的基本组成,参
output_blob->SetBatchSize(batch_size);
```
完成前处理和定义输出变后,核心调用预测引擎的一句话如下:
完成前处理和定义输出变后,核心调用预测引擎的一句话如下:
``` c++
if (InferManager::instance().infer(engine_name().c_str(), in, out, batch_size)) {
LOG(ERROR) << "Failed do infer in fluid model: " << engine_name().c_str();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册