Home
last modified time | relevance | path

Searched defs:send_done (Results 1 – 11 of 11) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_reachability_test.cc195 auto send_done = builder.AddInstruction(HloInstruction::CreateSendDone(send)); in TEST_F() local
Dhlo_module_group_metadata.h109 HloInstruction* send_done = nullptr; member
Ddfs_hlo_visitor_with_default.h203 Status HandleSendDone(HloInstructionPtr send_done) override { in HandleSendDone()
Dhlo_verifier.cc702 Status ShapeVerifier::HandleSendDone(HloInstruction* send_done) { in HandleSendDone()
1147 const HloInstruction* send_done = instruction->users().front(); in VerifySendsAndRecvs() local
Dbuffer_liveness_test.cc337 auto send_done = builder.AddInstruction(HloInstruction::CreateSendDone(send)); in TEST_F() local
Dtuple_points_to_analysis_test.cc339 auto send_done = builder.AddInstruction(HloInstruction::CreateSendDone(send)); in TEST_F() local
Dhlo_dataflow_analysis_test.cc1181 auto send_done = builder.AddInstruction(HloInstruction::CreateSendDone(send)); in TEST_P() local
/external/libchrome/ipc/
Dipc_sync_channel.cc660 bool send_done = false; in WaitForReply() local
/external/perfetto/src/base/
Dunix_socket_unittest.cc542 auto send_done = tx_task_runner.CreateCheckpoint("send_done"); in TEST_F() local
/external/blktrace/btreplay/
Dbtreplay.c107 volatile int send_wait, reap_wait, send_done, reap_done; member
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dir_emitter.cc1909 Status IrEmitter::HandleSendDone(HloInstruction* send_done) { in HandleSendDone()