MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / GetDevicePtr

Method GetDevicePtr

tensorflow/lite/delegates/gpu/cl/environment.h:48–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46
47 const CLDevice& device() const { return device_; }
48 CLDevice* GetDevicePtr() { return &device_; }
49 const CLDevice* GetDevicePtr() const { return &device_; }
50 CLContext& context() { return context_; }
51 CLCommandQueue* queue() { return &queue_; }

Callers 3

InitFromGraphMethod · 0.80
CreateEnvironmentFunction · 0.80
SetUpMethod · 0.80

Calls

no outgoing calls

Tested by 1

SetUpMethod · 0.64