Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ GetInfoPtr
Method
GetInfoPtr
tensorflow/lite/delegates/gpu/cl/cl_device.h:101–101 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
99
100
const DeviceInfo& GetInfo() const { return info_; }
101
const DeviceInfo* GetInfoPtr() const { return &info_; }
102
103
Vendor vendor() const { return info_.vendor; }
104
OpenCLVersion cl_version() const { return info_.cl_version; }
Callers
1
InitFromGraph
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected