View Source Evision.OCL (Evision v0.1.15)

Link to this section Summary

Types

t()

Type that represents an Evision.OCL struct.

Functions

Python prototype (for reference):

Return
  • retval: bool

Python prototype (for reference):

Return
  • retval: bool

Python prototype (for reference):

Return
  • retval: bool

Python prototype (for reference):

Positional Arguments
  • flag: bool

Python prototype (for reference):

Return
  • retval: bool

Python prototype (for reference):

Link to this section Types

@type t() :: %Evision.OCL{ref: reference()}

Type that represents an Evision.OCL struct.

  • ref. reference()

    The underlying erlang resource variable.

Link to this section Functions

@spec finish() :: :ok | {:error, String.t()}

Python prototype (for reference):

finish() -> None
@spec haveAmdBlas() :: boolean() | {:error, String.t()}
Return
  • retval: bool

Python prototype (for reference):

haveAmdBlas() -> retval
@spec haveAmdFft() :: boolean() | {:error, String.t()}
Return
  • retval: bool

Python prototype (for reference):

haveAmdFft() -> retval
@spec haveOpenCL() :: boolean() | {:error, String.t()}
Return
  • retval: bool

Python prototype (for reference):

haveOpenCL() -> retval
@spec setUseOpenCL(boolean()) :: :ok | {:error, String.t()}
Positional Arguments
  • flag: bool

Python prototype (for reference):

setUseOpenCL(flag) -> None
@spec useOpenCL() :: boolean() | {:error, String.t()}
Return
  • retval: bool

Python prototype (for reference):

useOpenCL() -> retval