Browse Source

Pre Merge pull request !654 from taoxudong/development

pull/654/MERGE
taoxudong Gitee 5 years ago
parent
commit
c94d3105ef
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      tests/ut/ge/CMakeLists.txt

+ 1
- 1
tests/ut/ge/CMakeLists.txt View File

@@ -90,8 +90,8 @@ set(COMMON_SRC_FILES
"${GE_CODE_DIR}/metadef/graph/buffer.cc"
"${GE_CODE_DIR}/metadef/graph/compute_graph.cc"
"${GE_CODE_DIR}/metadef/graph/graph.cc"
"${GE_CODE_DIR}/metadef/graph/gnode.cc"
"${GE_CODE_DIR}/metadef/graph/ascend_string.cc"
"${GE_CODE_DIR}/metadef/graph/gnode.cc"
"${GE_CODE_DIR}/metadef/graph/inference_context.cc"
"${GE_CODE_DIR}/metadef/graph/shape_refiner.cc"
"${GE_CODE_DIR}/metadef/graph/model.cc"


Loading…
Cancel
Save