View Source Evision.CUDA.Event (Evision v0.1.11)
Link to this section Summary
Types
Type that represents an Evision.CUDA.Event
struct.
Functions
Positional Arguments
- start:
Evision.CUDA.Event
- end_:
Evision.CUDA.Event
Return
- retval:
float
Python prototype (for reference):
Keyword Arguments
- flags:
Event_CreateFlags
.
Return
- self:
Evision.CUDA.Event
Python prototype (for reference):
Keyword Arguments
- flags:
Event_CreateFlags
.
Return
- self:
Evision.CUDA.Event
Python prototype (for reference):
Return
- retval:
bool
Python prototype (for reference):
Python prototype (for reference):
Link to this section Types
@type t() :: %Evision.CUDA.Event{ref: reference()}
Type that represents an Evision.CUDA.Event
struct.
ref.
reference()
The underlying erlang resource variable.
Link to this section Functions
Positional Arguments
- start:
Evision.CUDA.Event
- end_:
Evision.CUDA.Event
Return
- retval:
float
Python prototype (for reference):
elapsedTime(start, end_) -> retval
Keyword Arguments
- flags:
Event_CreateFlags
.
Return
- self:
Evision.CUDA.Event
Python prototype (for reference):
Event([, flags]) -> <cuda_Event object>
Keyword Arguments
- flags:
Event_CreateFlags
.
Return
- self:
Evision.CUDA.Event
Python prototype (for reference):
Event([, flags]) -> <cuda_Event object>
Return
- retval:
bool
Python prototype (for reference):
queryIfComplete() -> retval
Keyword Arguments
- stream:
Evision.CUDA.Stream
.
Python prototype (for reference):
record([, stream]) -> None
Python prototype (for reference):
waitForCompletion() -> None