Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_graph_dumper.cc1187 string edge_label; in AddInstructionIncomingEdges() local
1189 edge_label = in AddInstructionIncomingEdges()
1192 edge_label = "style=\"dotted\" color=\"gray\" label=\"ctrl\""; in AddInstructionIncomingEdges()
1201 from->name(), to->name(), edge_label)); in AddInstructionIncomingEdges()
/external/jemalloc/bin/
Djeprof.in2168 my $edge_label = "$src\001$dst";
2169 if (!exists($edge{$edge_label})) {
2170 $edge{$edge_label} = 0;
2172 $edge{$edge_label} += $n;
/external/jemalloc_new/bin/
Djeprof.in2169 my $edge_label = "$src\001$dst";
2170 if (!exists($edge{$edge_label})) {
2171 $edge{$edge_label} = 0;
2173 $edge{$edge_label} += $n;