Searched refs:raw_backend_config_string (Results 1 – 10 of 10) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
D | cudnn_vectorize_convolutions.cc | 330 /*opaque=*/conv->raw_backend_config_string(), /*has_side_effect=*/false, in TryRevectorizeConv() 422 /*opaque=*/conv->raw_backend_config_string(), /*has_side_effect=*/false, in TryVectorizeConv()
|
D | cudnn_vectorize_convolutions_test.cc | 82 EXPECT_EQ(conv->raw_backend_config_string(), "{bar: 0}"); in TEST_F() 471 EXPECT_EQ(conv->raw_backend_config_string(), "{foo: 42}"); in TEST_F()
|
D | elemental_ir_emitter.cc | 171 CHECK(bitcast_config.ParseFromString(hlo->raw_backend_config_string())); in GetSourceIndexOfBitcast()
|
/external/tensorflow/tensorflow/compiler/xla/tools/ |
D | interactive_graphviz.cc | 337 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/ |
D | eigh_expander.cc | 571 absl::StrSplit(instruction->raw_backend_config_string(), ','); in ExpandInstruction() 581 instruction->raw_backend_config_string()); in ExpandInstruction()
|
D | hlo_graph_dumper.cc | 1146 instr->raw_backend_config_string().empty()) { in GetInstructionNodeBackendConfig() 1150 return StrCat("backend_config=\"", instr->raw_backend_config_string(), "\""); in GetInstructionNodeBackendConfig()
|
D | while_loop_simplifier.cc | 45 old_while_op->raw_backend_config_string()); in CopyBackendConfig()
|
D | hlo_instruction.h | 1683 const string& raw_backend_config_string() const { return backend_config_; } in raw_backend_config_string() function
|
D | hlo_instructions.h | 1529 const string& opaque() const { return raw_backend_config_string(); } in opaque()
|
/external/tensorflow/tensorflow/compiler/mlir/xla/ |
D | hlo_function_importer.cc | 347 builder_->getStringAttr(custom_call->raw_backend_config_string()))); in ImportInstructionImpl()
|