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.cc608 string subcomp_label, style; in DumpSubcomputation() local
610 subcomp_label = in DumpSubcomputation()
616 StrAppend(&subcomp_label, "<br/>", extra_info); in DumpSubcomputation()
620 StrAppend(&subcomp_label, "<br/>", node_backend_config); in DumpSubcomputation()
642 subcomp_label = StrFormat("Subcomputation for <b>%s</b><br/>%s", in DumpSubcomputation()
659 return StrFormat(computation_fmt, id, style, subcomp_label, comp_body, id); in DumpSubcomputation()