Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_module_group_metadata.h107 HloInstruction* send_done = nullptr; member
H A Dhlo_reachability_test.cc196 auto send_done = builder.AddInstruction(HloInstruction::CreateSendDone(send)); in TEST_F() local
H A Ddfs_hlo_visitor_with_default.h253 Status HandleSendDone(HloInstructionPtr send_done) override { in HandleSendDone()
H A Dhlo_verifier.cc1534 Status ShapeVerifier::HandleSendDone(HloInstruction* send_done) { in HandleSendDone()
2124 const HloInstruction* send_done = instruction->users().front(); in VerifyChannels() local
H A Dhlo_dataflow_analysis_test.cc1193 auto send_done = builder.AddInstruction(HloInstruction::CreateSendDone(send)); in TEST_P() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/tools/
H A Dhlo_control_flow_flattening.cc315 HloInstruction* send_done, in RemoveSendDone()
/aosp_15_r20/external/cronet/ipc/
H A Dipc_sync_channel.cc569 bool send_done = false; in WaitForReply() local
/aosp_15_r20/external/libchrome/ipc/
H A Dipc_sync_channel.cc660 bool send_done = false; in WaitForReply() local
/aosp_15_r20/external/blktrace/btreplay/
H A Dbtreplay.c107 volatile int send_wait, reap_wait, send_done, reap_done; member
/aosp_15_r20/external/perfetto/src/base/
H A Dunix_socket_unittest.cc384 auto send_done = tx_task_runner.CreateCheckpoint("send_done"); in TEST_F() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/cpu/
H A Dir_emitter.cc1934 Status IrEmitter::HandleSendDone(HloInstruction* send_done) { in HandleSendDone()
/aosp_15_r20/external/gsc-utils/extra/usb_updater/
H A Dgsctool.c1541 static void send_done(struct usb_endpoint *uep) in send_done() function