Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/tests/
Dhlo_test_base.cc405 instruction->set_raw_backend_config_string(backend_config); in Run()
441 instruction->set_raw_backend_config_string(backend_config); in RunReplicated()
496 instruction->set_raw_backend_config_string(backend_config); in RunMultipleTimes()
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_instructions.cc2348 set_raw_backend_config_string(std::move(opaque)); in HloCustomCallInstruction()
2365 set_raw_backend_config_string(std::move(opaque)); in HloCustomCallInstruction()
2383 set_raw_backend_config_string(std::move(opaque)); in HloCustomCallInstruction()
2405 set_raw_backend_config_string(std::move(opaque)); in HloCustomCallInstruction()
Dhlo_instruction.h1574 void set_raw_backend_config_string(string config_str) { in set_raw_backend_config_string() function
Dhlo_instruction_test.cc1824 add1->set_raw_backend_config_string("abc"); in TEST_F()
Dhlo_parser.cc2643 instruction->set_raw_backend_config_string(std::move(*backend_config)); in ParseInstructionRhs()
Dhlo_instruction.cc1827 clone->set_raw_backend_config_string(backend_config_); in CloneWithNewOperands()