Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ BinIndex
Method
BinIndex
tensorflow/core/common_runtime/memory_planner.h:60–60 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
58
void Insert(AllocStats* alloc_stats);
59
bool CanInsert(AllocStats* alloc_stats);
60
size_t BinIndex() const { return bin_index_; }
61
62
private:
63
std::vector<AllocStats*> stats_;
Callers
5
Init
Method · 0.45
VirtualBuffer
Method · 0.45
BinIndex
Method · 0.45
Init
Method · 0.45
VirtualBuffer
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected