Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ operator==
Method
operator==
tensorflow/compiler/jit/device_util.h:42–42 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
40
DeviceId& operator=(const DeviceId&) = default;
41
42
bool operator==(const DeviceId& other) const { return id() == other.id(); }
43
bool operator!=(const DeviceId& other) const { return !(*this == other); }
44
45
private:
Callers
nothing calls this directly
Calls
1
id
Method · 0.45
Tested by
no test coverage detected