Home
last modified time | relevance | path

Searched refs:set_raw_backend_config_string (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_instructions.cc2652 set_raw_backend_config_string(std::move(opaque)); in HloCustomCallInstruction()
2668 set_raw_backend_config_string(std::move(opaque)); in HloCustomCallInstruction()
2687 set_raw_backend_config_string(std::move(opaque)); in HloCustomCallInstruction()
2709 set_raw_backend_config_string(std::move(opaque)); in HloCustomCallInstruction()
H A Dhlo_instruction.h1769 void set_raw_backend_config_string(std::string config_str) { in set_raw_backend_config_string() function
H A Dhlo_instruction_test.cc1996 add1->set_raw_backend_config_string("abc"); in TEST_F()
H A Dhlo_parser.cc1234 instruction->set_raw_backend_config_string(std::move(*backend_config)); in ParseInstructionRhs()