Browse Source

support fwk offline inference when ge_lib is not initialized

pull/1636/head
lichun 4 years ago
parent
commit
e8513b250b
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      tests/ut/ge/hybrid/node_executor/aicore/aicore_task_compiler_unittest.cc

+ 2
- 0
tests/ut/ge/hybrid/node_executor/aicore/aicore_task_compiler_unittest.cc View File

@@ -22,6 +22,8 @@
#define protected public #define protected public
#include "init/gelib.h" #include "init/gelib.h"
#include "hybrid/node_executor/aicore/aicore_task_compiler.h" #include "hybrid/node_executor/aicore/aicore_task_compiler.h"
#undef private
#undef protected


using namespace std; using namespace std;
using namespace testing; using namespace testing;


Loading…
Cancel
Save