Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/tools/
Dinteractive_graphviz.cc311 if (!instr->raw_backend_config_string().empty()) { in DoInfoCommand()
313 << instr->raw_backend_config_string() << std::endl; in DoInfoCommand()
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_graph_dumper.cc1112 if (!show_backend_config_ || instr->raw_backend_config_string().empty()) { in GetInstructionNodeBackendConfig()
1116 return StrCat("backend_config=\"", instr->raw_backend_config_string(), "\""); in GetInstructionNodeBackendConfig()
Dhlo_instruction.h1313 const string& raw_backend_config_string() const { return backend_config_; } in raw_backend_config_string() function