Home
last modified time | relevance | path

Searched refs:SetExecutionThread (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_computation_test.cc542 computation->SetExecutionThread("MainThread"); in TEST_F()
578 computation->SetExecutionThread("MainThread"); in TEST_F()
615 computation->SetExecutionThread("MainThread"); in TEST_F()
H A Dhlo_computation.cc715 computation->SetExecutionThread(proto.execution_thread()); in CreateFromProto()
1319 result->SetExecutionThread(execution_thread()); in CloneWithReplacements()
H A Dhlo_computation.h645 void SetExecutionThread(absl::string_view execution_thread) { in SetExecutionThread() function
H A Dhlo_instruction_test.cc1802 computation->SetExecutionThread(kParallelThreadName); in TEST_F()
H A Dhlo_instructions.cc91 called_computation->SetExecutionThread(execution_thread); in SetThreadName()
H A Dhlo_parser.cc1054 computation->SetExecutionThread(*execution_thread); in ParseComputation()