Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_instructions.cc97 instr->set_async_execution_thread(execution_thread); in SetThreadName()
259 set_async_execution_thread(async_execution_thread); in HloAsyncInstruction()
274 set_async_execution_thread(async_execution_thread); in HloAsyncInstruction()
355 void HloAsyncInstruction::set_async_execution_thread( in set_async_execution_thread() function in xla::HloAsyncInstruction
365 proto.set_async_execution_thread(async_execution_thread_ == in ToProto()
H A Dhlo_instruction.h2142 void set_async_execution_thread(absl::string_view async_execution_thread);
H A Dhlo_instructions.h246 void set_async_execution_thread(absl::string_view async_execution_thread);
H A Dhlo_instruction.cc4874 void HloInstruction::set_async_execution_thread( in set_async_execution_thread() function in xla::HloInstruction
4876 Cast<HloAsyncInstruction>(this)->set_async_execution_thread( in set_async_execution_thread()