Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_graph_dumper.cc615 string subcomp_label, style; in DumpSubcomputation() local
617 subcomp_label = in DumpSubcomputation()
623 StrAppend(&subcomp_label, "<br/>", extra_info); in DumpSubcomputation()
627 StrAppend(&subcomp_label, "<br/>", node_backend_config); in DumpSubcomputation()
649 subcomp_label = StrFormat("Subcomputation for <b>%s</b><br/>%s", in DumpSubcomputation()
666 return StrFormat(computation_fmt, id, style, subcomp_label, comp_body, id); in DumpSubcomputation()