MCPcopy 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

InitMethod · 0.45
VirtualBufferMethod · 0.45
BinIndexMethod · 0.45
InitMethod · 0.45
VirtualBufferMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected