Home
last modified time | relevance | path

Searched refs:set_raw_backend_config_string (Results 1 – 7 of 7) 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.cc2489 set_raw_backend_config_string(std::move(opaque)); in HloCustomCallInstruction()
2508 set_raw_backend_config_string(std::move(opaque)); in HloCustomCallInstruction()
2530 set_raw_backend_config_string(std::move(opaque)); in HloCustomCallInstruction()
2555 set_raw_backend_config_string(std::move(opaque)); in HloCustomCallInstruction()
Dwhile_loop_simplifier.cc44 new_while_op->set_raw_backend_config_string( in CopyBackendConfig()
Dhlo_instruction.h1684 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_instruction.cc2019 clone->set_raw_backend_config_string(backend_config_); in CloneWithNewOperands()
Dhlo_parser.cc2799 instruction->set_raw_backend_config_string(std::move(*backend_config)); in ParseInstructionRhs()