Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/tests/
Dhlo_test_base.cc379 instruction->set_raw_backend_config_string(backend_config); in Run()
433 instruction->set_raw_backend_config_string(backend_config); in RunMultipleTimes()
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_instruction.h1314 void set_raw_backend_config_string(string config_str) { in set_raw_backend_config_string() function
Dhlo_instruction_test.cc1691 add1->set_raw_backend_config_string("abc"); in TEST_F()
Dhlo_instruction.cc1502 clone->set_raw_backend_config_string(backend_config_); in CloneWithNewOperands()
Dhlo_parser.cc1750 instruction->set_raw_backend_config_string(std::move(*backend_config)); in ParseInstructionRhs()