This is the complete list of members for torch.cuda.streams.Event, including all inherited members.
| __new__(cls, enable_timing=False, blocking=False, interprocess=False) (defined in torch.cuda.streams.Event) | torch.cuda.streams.Event | |
| __repr__(self) (defined in torch.cuda.streams.Event) | torch.cuda.streams.Event | |
| elapsed_time(self, end_event) (defined in torch.cuda.streams.Event) | torch.cuda.streams.Event | |
| from_ipc_handle(cls, device, handle) (defined in torch.cuda.streams.Event) | torch.cuda.streams.Event | |
| ipc_handle(self) (defined in torch.cuda.streams.Event) | torch.cuda.streams.Event | |
| query(self) (defined in torch.cuda.streams.Event) | torch.cuda.streams.Event | |
| record(self, stream=None) (defined in torch.cuda.streams.Event) | torch.cuda.streams.Event | |
| synchronize(self) (defined in torch.cuda.streams.Event) | torch.cuda.streams.Event | |
| wait(self, stream=None) (defined in torch.cuda.streams.Event) | torch.cuda.streams.Event |
1.8.11