Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/tools/
Ddumped_computation_to_text.cc72 module.ToString(HloPrintOptions::ShortParsable()).c_str()); in RealMain()
82 module->ToString(HloPrintOptions::ShortParsable()).c_str()); in RealMain()
Dinteractive_graphviz.cc368 HloPrintOptions::ShortParsable().set_print_backend_config( in DoExtractCommand()
/external/tensorflow/tensorflow/compiler/xla/python/
Dlocal_computation_builder.cc383 options = HloPrintOptions::ShortParsable(); in GetHloText()
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_instruction.h92 static HloPrintOptions ShortParsable() { in ShortParsable() function