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.cc73 module.ToString(HloPrintOptions::ShortParsable()).c_str()); in RealMain()
83 module->ToString(HloPrintOptions::ShortParsable()).c_str()); in RealMain()
Dinteractive_graphviz.cc394 HloPrintOptions::ShortParsable().set_print_backend_config( in DoExtractCommand()
/external/tensorflow/tensorflow/compiler/xla/python/
Dxla_compiler.cc99 options = HloPrintOptions::ShortParsable(); in GetComputationHloText()
294 .def_static("short_parsable", &HloPrintOptions::ShortParsable) in BuildXlaCompilerSubmodule()
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_instruction.h99 static HloPrintOptions ShortParsable() { in ShortParsable() function