Home | History | Annotate | Download | only in service

Lines Matching refs:to_node

492     const HloInstruction* to_node = kv.first.second;
510 // The "to_node" value may be a NULL, indicating that this points to the
518 to_node ? tensorflow::gtl::FindWithDefault(node_ids_, to_node, -1)
520 if (to_node != nullptr && to_node_id == -1) {
521 LOG(FATAL) << to_node->name() << " was added to edges but not to nodes";
527 if (to_node) {
529 << from_node->name() << " to node " << to_node->name();
537 if (to_node) {
543 if (to_node->IsFused() && to_node->opcode() == HloOpcode::kParameter) {
544 int64 cluster_id = cluster_ids_.at(to_node->parent());