Home
last modified time | relevance | path

Searched refs:control_edge (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/
Daccumulate_n_optimizer.cc175 for (const Edge* control_edge : control_edges) { in rewriteNode() local
176 g->AddControlEdge(control_edge->src(), initialize_accumulator); in rewriteNode()
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_graph_dumper.cc1176 int64 operand_num, bool control_edge = false) { in AddInstructionIncomingEdges() argument
1188 if (instr->operand_count() > 1 && !control_edge) { in AddInstructionIncomingEdges()
1191 } else if (control_edge) { in AddInstructionIncomingEdges()
/external/tensorflow/tensorflow/compiler/tf2xla/
Dfunctionalize_cond.cc859 bool control_edge = edge->IsControlEdge(); in AddOutputEdges() local
861 if (control_edge) { in AddOutputEdges()