Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ Entry
Method
Entry
tensorflow/core/common_runtime/entry.h:40–40 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
38
};
39
40
Entry() : state(State::NO_VALUE) {}
41
Entry(const Entry& other) : state(other.state), alloc_attr(other.alloc_attr) {
42
switch (state) {
43
case State::NO_VALUE:
Callers
nothing calls this directly
Calls
1
Init
Method · 0.45
Tested by
no test coverage detected