Searched refs:UniqueIdThroughCopy (Results 1 – 3 of 3) sorted by relevance
441 << " and UniqueIdThroughCopy: " << cnode->UniqueIdThroughCopy() in ConstructCostGraphNodesByUniqueId()460 << " and UniqueIdThroughCopy: " << cnode->UniqueIdThroughCopy() in ConstructCostGraphNodesByUniqueId()474 << " and UniqueIdThroughCopy: " << cnode->UniqueIdThroughCopy() in ConstructCostGraphNodesByUniqueId()497 << " and UniqueIdThroughCopy: " << cnode->UniqueIdThroughCopy() in SetOperatorToCNode()539 auto search_cnode = from_cnode_to_info.find(cnode->UniqueIdThroughCopy()); in ConstructCostGraphNodesByUniqueIdTC()555 << " and UniqueIdThroughCopy: " << cnode->UniqueIdThroughCopy() in ConstructCostGraphNodesByUniqueIdTC()558 … (void)from_cnode_to_info.emplace(std::make_pair(cnode->UniqueIdThroughCopy(), current_op_ptr)); in ConstructCostGraphNodesByUniqueIdTC()574 << " and UniqueIdThroughCopy: " << cnode->UniqueIdThroughCopy() in ConstructCostGraphNodesByUniqueIdTC()577 (void)from_cnode_to_info.emplace(std::make_pair(cnode->UniqueIdThroughCopy(), operator_info)); in ConstructCostGraphNodesByUniqueIdTC()
2766 auto loss_cnode_id = loss_cnode->UniqueIdThroughCopy(); in FindRootForwardCNode()2773 auto root_node_id = node->UniqueIdThroughCopy(); in FindRootForwardCNode()
165 …std::string UniqueIdThroughCopy() { return std::to_string(debug_info()->unique_id_through_copy());… in UniqueIdThroughCopy() function