Home
last modified time | relevance | path

Searched refs:async_execution_thread_ (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_instructions.cc250 async_execution_thread_(async_execution_thread) { in HloAsyncInstruction()
268 async_execution_thread_(async_execution_thread) { in HloAsyncInstruction()
311 if (async_execution_thread_ != kMainExecutionThread) { in ExtraAttributesToStringImpl()
313 StrCat("async_execution_thread=\"", async_execution_thread_, "\"")); in ExtraAttributesToStringImpl()
347 async_execution_thread_); in CloneWithNewOperandsImpl()
357 async_execution_thread_ = std::string(async_execution_thread); in set_async_execution_thread()
365 proto.set_async_execution_thread(async_execution_thread_ == in ToProto()
368 : async_execution_thread_); in ToProto()
H A Dhlo_instructions.h243 return async_execution_thread_; in async_execution_thread()
271 std::string async_execution_thread_ = kMainExecutionThread; variable