提交 049fcbe1 编写于 作者: S superjomn

update

test=develop
上级 f5c0221c
......@@ -228,6 +228,12 @@ CreatePaddlePredictor<contrib::AnakinConfig, PaddleEngineKind::kAnakin>(
}
}
template <>
std::unique_ptr<PaddlePredictor> CreatePaddlePredictor<contrib::AnakinConfig>(
const contrib::AnakinConfig &config) {
return CreatePaddlePredictor(config);
};
#ifdef PADDLE_ANAKIN_ENABLE_OP_TIMER
template <typename Target>
using executor_t =
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册