Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/tools/
Dinteractive_graphviz.cc337 if (!instr->raw_backend_config_string().empty()) { in DoInfoCommand()
339 << instr->raw_backend_config_string() << std::endl; in DoInfoCommand()
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_graph_dumper.cc1141 instr->raw_backend_config_string().empty()) { in GetInstructionNodeBackendConfig()
1145 return StrCat("backend_config=\"", instr->raw_backend_config_string(), "\""); in GetInstructionNodeBackendConfig()
Dhlo_instruction.h1573 const string& raw_backend_config_string() const { return backend_config_; } in raw_backend_config_string() function
Dhlo_instructions.h1444 const string& opaque() const { return raw_backend_config_string(); } in opaque()
/external/tensorflow/tensorflow/compiler/mlir/xla/
Dhlo_function_importer.cc328 builder_->getStringAttr(custom_call->raw_backend_config_string()))); in ImportInstructionImpl()