Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_graph_dumper.cc404 int64 next_edge_id_ = 1; member in xla::__anonf346b5ae0111::HloDotDumper
596 << " as " << next_edge_id_; in DumpSubcomputation()
597 edge_ids_.insert({{from, parent_instr}, next_edge_id_++}); in DumpSubcomputation()
717 << next_edge_id_; in DumpRootTag()
718 edge_ids_.insert({{from, to}, next_edge_id_++}); in DumpRootTag()
1223 << " as " << next_edge_id_; in AddInstructionIncomingEdges()
1224 edge_ids_.insert({{from, to}, next_edge_id_++}); in AddInstructionIncomingEdges()