MCPcopy Create free account
hub / github.com/ARM-software/ComputeLibrary / CLDevice

Method CLDevice

arm_compute/core/CL/CLDevice.h:51–53  ·  view source on GitHub ↗

Default Constructor */

Source from the content-addressed store, hash-verified

49public:
50 /** Default Constructor */
51 CLDevice() : _device(cl::Device()), _options()
52 {
53 }
54
55 /** Constructor
56 *

Callers

nothing calls this directly

Calls 3

DeviceClass · 0.85
get_target_from_nameFunction · 0.85
get_cl_versionFunction · 0.85

Tested by

no test coverage detected