Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ StubDevice
Method
StubDevice
tensorflow/core/framework/resource_mgr_test.cc:232–234 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
230
class StubDevice : public DeviceBase {
231
public:
232
explicit StubDevice(const string& name) : DeviceBase(nullptr) {
233
attr_.set_name(name);
234
}
235
236
Allocator* GetAllocator(AllocatorAttributes) override {
237
return cpu_allocator();
Callers
nothing calls this directly
Calls
1
set_name
Method · 0.45
Tested by
no test coverage detected