MCPcopy Create free account
hub / github.com/antmachineintelligence/mtgbmcode / type

Enum type

compute/include/boost/compute/device.hpp:49–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47{
48public:
49 enum type {
50 cpu = CL_DEVICE_TYPE_CPU,
51 gpu = CL_DEVICE_TYPE_GPU,
52 accelerator = CL_DEVICE_TYPE_ACCELERATOR
53 };
54
55 /// Creates a null device object.
56 device()

Callers 15

fitMethod · 0.85
list_to_1d_numpyFunction · 0.85
param_dict_to_strFunction · 0.85
c_float_arrayFunction · 0.85
c_int_arrayFunction · 0.85
predictMethod · 0.85
_lazy_initMethod · 0.85
get_dataMethod · 0.85
__init__Method · 0.85
add_validMethod · 0.85
updateMethod · 0.85
is_nullMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected