Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ MoveFrom
Method
MoveFrom
tensorflow/core/lib/gtl/flatrep.h:94–98 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
92
}
93
94
void MoveFrom(FlatRep&& src) {
95
if (this != &src) {
96
swap(src);
97
}
98
}
99
100
void clear_no_resize() {
101
for (Bucket* b = array_; b != end_; b++) {
Callers
1
operator()
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected