Browse Source

Add files to executor

pull/1961/head
zhangxiaokun 4 years ago
parent
commit
792f9a5a27
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      ge/CMakeLists.txt

+ 1
- 1
ge/CMakeLists.txt View File

@@ -165,7 +165,7 @@ set(EXECUTOR_SRC_LIST
#"graph/build/task_generator.cc" #"graph/build/task_generator.cc"
"graph/common/bcast.cc" "graph/common/bcast.cc"
"graph/common/local_context.cc" "graph/common/local_context.cc"
#"graph/common/omg_util.cc"
"graph/common/omg_util.cc"
#"graph/common/transop_util.cc" #"graph/common/transop_util.cc"
"graph/execute/graph_execute.cc" "graph/execute/graph_execute.cc"
"graph/execute/model_executor.cc" "graph/execute/model_executor.cc"


Loading…
Cancel
Save