Searched refs:origin_name (Results 1 – 3 of 3) sorted by relevance
250 std::string HashName(const std::string &origin_name) { return std::to_string(std::hash<string>{}(or… in HashName() argument
1285 std::string origin_name = operator_->name(); in OperatorInstanceByName() local1286 operator_->set_name(origin_name + std::to_string(TOTAL_OPS)); in OperatorInstanceByName()1287 MS_LOG(INFO) << "Successfully created operator " << origin_name; in OperatorInstanceByName()
1087 auto origin_name = GetOriginInputName(*(node), tf_root_graph_nodes_); in GetGraphOutputNames() local1089 for (int i = 0; i < node_output_num_[origin_name]; i++) { in GetGraphOutputNames()1090 auto anf_node = GetAnfNode(origin_name, anf_root_node_map_, i); in GetGraphOutputNames()1092 MS_LOG(ERROR) << "can't find anf node: " << origin_name; in GetGraphOutputNames()1109 origin_name = found_input ? tmp_node->name() : origin_name; in GetGraphOutputNames()1111 graph_output_names_.push_back(origin_name); in GetGraphOutputNames()