Searched refs:InstructionId (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_graph_dumper.cc | 323 string InstructionId(const HloInstruction* instruction) { in InstructionId() function in xla::__anon7102e5d00111::HloDotDumper 594 edge_fmt, InstructionId(from), InstructionId(parent_instr), in DumpSubcomputation() 690 auto from_id = InstructionId(from); in DumpRootTag() 810 InstructionId(instr), node_body, node_shape, node_metadata, in DumpInstruction() 1199 edges_.push_back(StrFormat(kEdgeFmt, InstructionId(from), InstructionId(to), in AddInstructionIncomingEdges()
|