Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
{
48
public:
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
fit
Method · 0.85
list_to_1d_numpy
Function · 0.85
param_dict_to_str
Function · 0.85
c_float_array
Function · 0.85
c_int_array
Function · 0.85
predict
Method · 0.85
_lazy_init
Method · 0.85
get_data
Method · 0.85
__init__
Method · 0.85
add_valid
Method · 0.85
update
Method · 0.85
is_null
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected