View Source Evision.CUDA.Event (Evision v0.1.8)
Link to this section Summary
cv.cuda
##### Keyword Arguments
##### Keyword Arguments
Positional Arguments
- start:
Event
- end_:
Event
Python prototype (for reference):
Python prototype (for reference):
##### Keyword Arguments
Python prototype (for reference):
Functions
Raising version of cuda_Event/0
.
Raising version of cuda_Event/1
.
Raising version of elapsedTime/2
.
Raising version of queryIfComplete/1
.
Raising version of record/1
.
Raising version of waitForCompletion/1
.
Link to this section cv.cuda
##### Keyword Arguments
- flags:
Event_CreateFlags
.
Python prototype (for reference):
Event([, flags]) -> <cuda_Event object>
##### Keyword Arguments
- flags:
Event_CreateFlags
.
Python prototype (for reference):
Event([, flags]) -> <cuda_Event object>
Positional Arguments
- start:
Event
- end_:
Event
Python prototype (for reference):
elapsedTime(start, end_) -> retval
Python prototype (for reference):
queryIfComplete() -> retval
##### Keyword Arguments
- stream:
Stream
.
Python prototype (for reference):
record([, stream]) -> None
Python prototype (for reference):
waitForCompletion() -> None
Link to this section Functions
Raising version of cuda_Event/0
.
Raising version of cuda_Event/1
.
Raising version of elapsedTime/2
.
Raising version of queryIfComplete/1
.
Raising version of record/1
.
Raising version of waitForCompletion/1
.