delete ENABLE_GE

This commit is contained in:
jinyaohui 2020-06-23 11:42:54 +08:00
parent 35ab95bfae
commit 29a2458596
1 changed files with 0 additions and 2 deletions

View File

@ -245,9 +245,7 @@ py::dict ExecutorPy::GetAllreduceFusion(const std::string &phase) {
}
void ExecutorPy::DelNetRes(const std::string &id) {
#ifdef ENABLE_GE
FinalizeBackend();
#endif
if (executor_ != nullptr) {
bool flag = false;
auto tmp_info = info_;