From ad7b6cadf1f0e41d1586b8eeb7b7fed36768928f Mon Sep 17 00:00:00 2001 From: zhaoxinxin Date: Mon, 1 Mar 2021 20:58:47 +0800 Subject: [PATCH] modified: replace_with_empty_const_pass.cc --- ge/graph/passes/replace_with_empty_const_pass.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ge/graph/passes/replace_with_empty_const_pass.cc b/ge/graph/passes/replace_with_empty_const_pass.cc index e44aee09..223ee7ea 100644 --- a/ge/graph/passes/replace_with_empty_const_pass.cc +++ b/ge/graph/passes/replace_with_empty_const_pass.cc @@ -34,7 +34,7 @@ Status ReplaceWithEmptyConstPass::Run(NodePtr &node) { return PARAM_INVALID; } if (node->GetType() == CONSTANT || node->GetType() == CONSTANTOP || node->GetType() == DATA) { - GELOGD("Node %s is const or data. Ignore current pass.", node->GetName().c_str()); + GELOGD("Node %s is const. Ignore current pass.", node->GetName().c_str()); return SUCCESS; } // Node like no op, it has no output