Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ Reserve
Method
Reserve
tensorflow/compiler/jit/graphcycles/ordered_set.h:61–64 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
59
}
60
61
void Reserve(size_t new_size) {
62
value_to_index_.reserve(new_size);
63
value_sequence_.reserve(new_size);
64
}
65
66
void Clear() {
67
value_to_index_.clear();
Callers
7
PruneGraphDefInto
Function · 0.45
ContractEdge
Method · 0.45
ToProto
Method · 0.45
ToProto
Method · 0.45
ToProto
Method · 0.45
CreateHloProfilePrinterData
Function · 0.45
CopyTensorElements
Function · 0.45
Calls
1
reserve
Method · 0.45
Tested by
1
CopyTensorElements
Function · 0.36