Searched refs:async_execution_thread (Results 1 – 12 of 12) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/ |
H A D | hlo_instruction.cc | 201 proto.async_execution_thread().empty() in CreateFromProto() 203 : proto.async_execution_thread()); in CreateFromProto() 217 proto.async_execution_thread().empty() in CreateFromProto() 219 : proto.async_execution_thread()); in CreateFromProto() 232 proto.async_execution_thread().empty() in CreateFromProto() 234 : proto.async_execution_thread()); in CreateFromProto() 1190 absl::string_view async_execution_thread) { in CreateAsyncStart() argument 1193 async_group_id, async_execution_thread); in CreateAsyncStart() 1199 absl::string_view async_execution_thread) { in CreateAsyncUpdate() argument 1202 async_group_id, async_execution_thread); in CreateAsyncUpdate() [all …]
|
H A D | hlo_instruction.h | 633 absl::string_view async_execution_thread = kMainExecutionThread); 638 absl::string_view async_execution_thread = kMainExecutionThread); 643 absl::string_view async_execution_thread = kMainExecutionThread); 2139 absl::string_view async_execution_thread() const; 2142 void set_async_execution_thread(absl::string_view async_execution_thread); 2147 absl::string_view async_execution_thread,
|
H A D | hlo_instructions.cc | 247 absl::string_view async_execution_thread) in HloAsyncInstruction() argument 250 async_execution_thread_(async_execution_thread) { in HloAsyncInstruction() 259 set_async_execution_thread(async_execution_thread); in HloAsyncInstruction() 265 absl::string_view async_execution_thread) in HloAsyncInstruction() argument 268 async_execution_thread_(async_execution_thread) { in HloAsyncInstruction() 274 set_async_execution_thread(async_execution_thread); in HloAsyncInstruction() 356 absl::string_view async_execution_thread) { in set_async_execution_thread() argument 357 async_execution_thread_ = std::string(async_execution_thread); in set_async_execution_thread() 358 SetThreadName(async_wrapped_computation(), async_execution_thread, in set_async_execution_thread()
|
H A D | hlo_constant_folding.cc | 143 instruction->async_execution_thread() != in Run()
|
H A D | hlo_parser_test.cc | 1290 …2[10]{0}), f32[20]{0}, s32[]) custom-call-start(f32[10]{0} %p0), async_execution_thread="parallel_… in CreateTestCases() 1291 …tom-call-update(((f32[10]{0}), f32[20]{0}, s32[]) %async-start), async_execution_thread="parallel_… in CreateTestCases() 1292 …stom-call-done(((f32[10]{0}), f32[20]{0}, s32[]) %async-update), async_execution_thread="parallel_… in CreateTestCases() 1304 …2[10]{0}), f32[20]{0}, s32[]) custom-call-start(f32[10]{0} %p0), async_execution_thread="parallel_… in CreateTestCases() 1305 …tom-call-update(((f32[10]{0}), f32[20]{0}, s32[]) %async-start), async_execution_thread="parallel_… in CreateTestCases() 1306 …stom-call-done(((f32[10]{0}), f32[20]{0}, s32[]) %async-update), async_execution_thread="parallel_… in CreateTestCases()
|
H A D | hlo_verifier.cc | 1419 std::optional<absl::string_view> async_execution_thread = in CheckAsyncOpComputationThreadName() local 1420 async_op->async_execution_thread(); in CheckAsyncOpComputationThreadName() 1421 if (async_execution_thread != in CheckAsyncOpComputationThreadName() 1426 async_execution_thread ? absl::StrCat(*async_execution_thread) : "none", in CheckAsyncOpComputationThreadName()
|
H A D | hlo_computation.cc | 761 absl::string_view async_execution_thread) { in CreateAsyncInstructions() argument 783 async_execution_thread)); in CreateAsyncInstructions() 786 /*async_group_id=*/std::nullopt, async_execution_thread)); in CreateAsyncInstructions()
|
H A D | hlo_instructions.h | 218 absl::string_view async_execution_thread = kMainExecutionThread); 223 absl::string_view async_execution_thread = kMainExecutionThread); 242 absl::string_view async_execution_thread() const { in async_execution_thread() function 246 void set_async_execution_thread(absl::string_view async_execution_thread);
|
H A D | hlo_computation.h | 355 absl::string_view async_execution_thread =
|
H A D | hlo.proto | 338 // Empty async_execution_thread is equivalent to main thread. 339 string async_execution_thread = 79; field
|
H A D | hlo_parser.cc | 1621 optional<std::string> async_execution_thread = in CreateInstruction() local 1624 &async_execution_thread}; in CreateInstruction() 1686 *async_execution_thread)); in CreateInstruction() 1691 *async_execution_thread)); in CreateInstruction() 1695 *async_execution_thread)); in CreateInstruction()
|
H A D | hlo_instruction_test.cc | 798 EXPECT_EQ(async_start->async_execution_thread(), "parallel_thread"); in TEST_F() 799 EXPECT_EQ(async_done->async_execution_thread(), "parallel_thread"); in TEST_F()
|