未验证 提交 1bd6329b 编写于 作者: R Ray Liu 提交者: GitHub

Update paddle_mobile.cpp

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