Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LBANN/lbann
/ push_grid_
Function
push_grid_
src/utils/serialization.cpp:86–86 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
84
std::stack<El::Grid const*> grid_stack_;
85
86
void push_grid_(El::Grid const& g) { grid_stack_.push(&g); }
87
88
void pop_grid_() { grid_stack_.pop(); }
89
Callers
1
grid_manager
Method · 0.85
Calls
1
push
Method · 0.80
Tested by
no test coverage detected