Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dcudnn_vectorize_convolutions.cc330 /*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()
Dcudnn_vectorize_convolutions_test.cc82 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()
Delemental_ir_emitter.cc171 CHECK(bitcast_config.ParseFromString(hlo->raw_backend_config_string())); in GetSourceIndexOfBitcast()
/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/
Deigh_expander.cc571 absl::StrSplit(instruction->raw_backend_config_string(), ','); in ExpandInstruction()
581 instruction->raw_backend_config_string()); in ExpandInstruction()
Dhlo_graph_dumper.cc1146 instr->raw_backend_config_string().empty()) { in GetInstructionNodeBackendConfig()
1150 return StrCat("backend_config=\"", instr->raw_backend_config_string(), "\""); in GetInstructionNodeBackendConfig()
Dwhile_loop_simplifier.cc45 old_while_op->raw_backend_config_string()); in CopyBackendConfig()
Dhlo_instruction.h1683 const string& raw_backend_config_string() const { return backend_config_; } in raw_backend_config_string() function
Dhlo_instructions.h1529 const string& opaque() const { return raw_backend_config_string(); } in opaque()
/external/tensorflow/tensorflow/compiler/mlir/xla/
Dhlo_function_importer.cc347 builder_->getStringAttr(custom_call->raw_backend_config_string()))); in ImportInstructionImpl()