Home
last modified time | relevance | path

Searched defs:execution_thread (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_computation.h645 void SetExecutionThread(absl::string_view execution_thread) { in SetExecutionThread()
649 absl::string_view execution_thread() const { return execution_thread_; } in execution_thread() function
H A Dhlo.proto369 string execution_thread = 8; field
H A Dhlo_instructions.cc89 absl::string_view execution_thread, in SetThreadName()
1803 absl::string_view execution_thread, in RecursivelySetComputationsThreadName()
H A Dhlo_parser.cc1048 optional<std::string> execution_thread = HloInstruction::kMainExecutionThread; in ParseComputation() local