diff --git a/src/io/paddle_mobile.cpp b/src/io/paddle_mobile.cpp index 30715523712d49ee78c026cd74762616788329d6..5058fe4b7c3ac7f31c0da9fee3ca243fe91d7fe6 100644 --- a/src/io/paddle_mobile.cpp +++ b/src/io/paddle_mobile.cpp @@ -73,8 +73,8 @@ PMStatus PaddleMobile::Load(const std::string &model_path, return PMSuccess; } -template -bool PaddleMobile::LoadCombinedMemory(size_t model_len, +template +bool PaddleMobile::LoadCombinedMemory(size_t model_len, const uint8_t *model_buf, size_t combined_params_len, uint8_t *combined_params_buf,