Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ GetMemBlock
Method
GetMemBlock
tensorflow/core/framework/ev_allocator.cc:49–51 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
47
}
48
49
void GetMemBlock() override {
50
start_ = (char *)port::AlignedMalloc(chunk_size_, kPageSize);
51
}
52
};
53
54
template<>
Callers
nothing calls this directly
Calls
1
AlignedMalloc
Function · 0.50
Tested by
no test coverage detected