Skip to content

Commit 2845959

Browse files
committed
update
test=develop
1 parent e2bd40c commit 2845959

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

paddle/fluid/inference/api/api_anakin_engine.cc

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -228,12 +228,6 @@ CreatePaddlePredictor<contrib::AnakinConfig, PaddleEngineKind::kAnakin>(
228228
}
229229
}
230230

231-
template <>
232-
std::unique_ptr<PaddlePredictor> CreatePaddlePredictor<contrib::AnakinConfig>(
233-
const contrib::AnakinConfig &config) {
234-
return CreatePaddlePredictor(config);
235-
};
236-
237231
#ifdef PADDLE_ANAKIN_ENABLE_OP_TIMER
238232
template <typename Target>
239233
using executor_t =

0 commit comments

Comments
 (0)