Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_graph_dumper.cc130 enum ColorScheme { enum
158 NodeColors NodeColorsForScheme(ColorScheme color) { in NodeColorsForScheme()
201 string NodeColorAttributes(ColorScheme color) { in NodeColorAttributes()
356 ColorScheme GetInstructionColor(const HloInstruction* instr);
422 absl::flat_hash_map<HloSharding, ColorScheme, HloSharding::Hasher>
711 ColorScheme color = kBrown; in DumpRootTag()
789 ColorScheme color = GetInstructionColor(instr); in DumpInstruction()
904 ColorScheme HloDotDumper::GetInstructionColor(const HloInstruction* instr) { in GetInstructionColor()
913 ColorScheme color = static_cast<ColorScheme>( in GetInstructionColor()