Searched refs:src_event (Results 1 – 2 of 2) sorted by relevance
219 Event src_event; in ComputeSchedule() local220 src_event.node = graph_->source_node(); in ComputeSchedule()221 src_event.time = 0; in ComputeSchedule()222 src_event.is_completion = true; in ComputeSchedule()223 event_queue.push(src_event); in ComputeSchedule()
552 auto src_event = TransferFromDevice(src, host_buf, wait_for); in TransferFromDeviceToDevice() local553 auto dst_event = TransferToDevice(host_buf, dst, {src_event.get()}); in TransferFromDeviceToDevice()555 [src_event, host_buf](xla::Status status) { delete[] host_buf; }); in TransferFromDeviceToDevice()