Browse Source

Custom pass register.

tags/v1.2.0
unknown 4 years ago
parent
commit
af230762e1
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      tests/ut/ge/CMakeLists.txt

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

@@ -121,6 +121,7 @@ set(COMMON_SRC_FILES
"${GE_CODE_DIR}/metadef/graph/opsproto/opsproto_manager.cc"
"${GE_CODE_DIR}/metadef/ops/op_imp.cpp"
"${GE_CODE_DIR}/metadef/register/register.cpp"
"${GE_CODE_DIR}/metadef/register/register_pass.cpp"
"${GE_CODE_DIR}/metadef/register/op_kernel_registry.cpp"
"${GE_CODE_DIR}/metadef/register/auto_mapping_util.cpp"
"${GE_CODE_DIR}/metadef/register/tensor_assign.cpp"


Loading…
Cancel
Save