enum

CrOpenCL::Transfer

Inherits Enum / Comparable / Value / Object

Constants

ToHost = 0
ToDevice = 1

Instance methods

to_device?

Returns true if this enum value equals ToDevice

Source
to_host?

Returns true if this enum value equals ToHost

Source