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):

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>
Link to this function

elapsedTime(start, end_)

View Source
Positional Arguments
  • start: Event
  • end_: Event

Python prototype (for reference):

elapsedTime(start, end_) -> retval

Python prototype (for reference):

queryIfComplete() -> retval

##### Keyword Arguments

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.

Link to this function

elapsedTime!(start, end_)

View Source

Raising version of elapsedTime/2.

Raising version of queryIfComplete/1.

Raising version of record/1.

Link to this function

waitForCompletion!(self)

View Source

Raising version of waitForCompletion/1.