Browse Source

rm compile macro

tags/v1.2.0
chenyemeng 3 years ago
parent
commit
9c4dc808d4
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      ge/graph/passes/assign_remove_pass.cc

+ 1
- 0
ge/graph/passes/assign_remove_pass.cc View File

@@ -28,6 +28,7 @@ static const std::set<std::string> kNoTaskNodeTypes = { ge::DATA, ge::ANN_DATA,
ge::CONSTANT, ge::CONSTANTOP,
ge::VARIABLE, ge::VARIABLEV2 };
}

Status AssignRemovePass::Run(NodePtr &node) {
GELOGD("AssignRemovePass running");



Loading…
Cancel
Save