Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ Reserve
Method
Reserve
tensorflow/core/grappler/utils.h:98–98 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
96
bool Empty() const { return vector_.empty(); }
97
98
void Reserve(int64 size) { vector_.reserve(size); }
99
100
private:
101
gtl::FlatSet<T, Hash> set_;
Callers
15
GetPythonOps
Function · 0.45
Fill
Method · 0.45
Fill
Method · 0.45
GetFilteredRegisteredKernels
Function · 0.45
AppendUninitialized
Method · 0.45
Export
Method · 0.45
ApplyNodeUpdates
Method · 0.45
SetNewNodesFanins
Method · 0.45
UpdateSqueezeDims
Method · 0.45
SimplifyArithmeticOps
Method · 0.45
MergeCosts
Method · 0.45
ExecStep
Class · 0.45
Calls
1
reserve
Method · 0.45
Tested by
no test coverage detected