From 1bd6329bb85ae28d1aa5b56f5c9a269a7d324ac4 Mon Sep 17 00:00:00 2001 From: Ray Liu Date: Sat, 22 Dec 2018 19:01:22 +0800 Subject: [PATCH] Update paddle_mobile.cpp --- src/io/paddle_mobile.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/io/paddle_mobile.cpp b/src/io/paddle_mobile.cpp index 3071552371..5058fe4b7c 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, -- GitLab