提交 3f8c384a 编写于 作者: R Ray Liu 提交者: GitHub

Update paddle_mobile.cpp

上级 832e763e
......@@ -73,8 +73,8 @@ PMStatus PaddleMobile<Device, T>::Load(const std::string &model_path,
return PMSuccess;
}
template <typename Dtype, typename T>
bool PaddleMobile<Dtype, T>::LoadCombinedMemory(size_t model_len,
template <typename Device, typename T>
bool PaddleMobile<Device, T>::LoadCombinedMemory(size_t model_len,
const uint8_t *model_buf,
size_t combined_params_len,
uint8_t *combined_params_buf,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册