diff --git a/tf_adapter/optimizers/om_partition_subgraphs_pass.cc b/tf_adapter/optimizers/om_partition_subgraphs_pass.cc index 95511cde208dd31af1107ff4462b5ef082fd9d8b..96da1c1c2c9879ceb14bb6d6bdc3796d81b72e89 100644 --- a/tf_adapter/optimizers/om_partition_subgraphs_pass.cc +++ b/tf_adapter/optimizers/om_partition_subgraphs_pass.cc @@ -266,7 +266,7 @@ bool IsWhiteListSupport(const string &op_name, bool mix_compile_mode, const stri mutex_lock lock(support_node_mu); auto ret = not_support_nodes.insert(op_name); if (ret.second) { - ADP_LOG(INFO) << "node: " << op_name << " is not in white list, so currently not support."; + ADP_LOG(INFO) << "node: " << op_name << " is not in white list, so currently does not support."; } }