Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ Push
Method
Push
tensorflow/core/framework/ev_allocator.h:146–148 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
144
bool empty() const { return list_.empty(); }
145
146
void Push(void* ptr) {
147
list_.push_front(ptr);
148
}
149
150
bool TryPop(void** ret) {
151
if (list_.empty()) {
Callers
nothing calls this directly
Calls
1
push_front
Method · 0.80
Tested by
no test coverage detected