Browse Source

fix

pull/277/head
wangxiaotian22 4 years ago
parent
commit
404c606343
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      ge/graph/passes/hccl_memcpy_pass.h

+ 1
- 1
ge/graph/passes/hccl_memcpy_pass.h View File

@@ -30,7 +30,7 @@ class HcclMemcpyPass : public GraphPass {
Status ClearStatus() override;

private:
NodePtr CreateMemcpyAsyncNode(const ComputeGraphPtr &graph, const OutDataAnchorPtr &out_data_anchor);
NodePtr CreateIdentityNode(const ComputeGraphPtr &graph, const OutDataAnchorPtr &out_data_anchor);

std::string CheckDuplicateName(const std::string &node_name);



Loading…
Cancel
Save