From a40de62e515d6e490fd53fb04028501903fe26f7 Mon Sep 17 00:00:00 2001 From: hanbuhe Date: Mon, 30 Jul 2018 16:08:04 +0800 Subject: [PATCH] fixed executor template error --- src/io/executor.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/io/executor.cpp b/src/io/executor.cpp index 53351a84e0..6b0af3454e 100644 --- a/src/io/executor.cpp +++ b/src/io/executor.cpp @@ -419,7 +419,7 @@ std::vector::Ptype> Executor::Predict( } template class Executor; -template class Executor; -template class Executor; +template class Executor; +template class Executor; } // namespace paddle_mobile -- GitLab