Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ push
Method
push
tensorflow/core/grappler/costs/graph_properties.cc:427–427 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
425
: topo_order_(TopoOrder(topo_order)) {}
426
427
void push(const NodeDef* n) { queue_.emplace(n, topo_order_.at(n)); }
428
429
const NodeDef* pop() {
430
CHECK(!empty());
Callers
12
StrongConnect
Function · 0.45
connected_subgraph
Function · 0.45
MarkEmbeddingGraphNodes
Method · 0.45
PropagateShapes
Method · 0.45
InferStatically
Method · 0.45
OptimizerFusionImpl
Method · 0.45
AddUserDefinedPolicy
Method · 0.45
CheckForNodeFusion
Method · 0.45
MarkComputeGraph
Method · 0.45
GetStageEdges
Method · 0.45
CheckGraphCircle
Method · 0.45
MarkEmbeddingGraph
Function · 0.45
Calls
2
emplace
Method · 0.45
at
Method · 0.45
Tested by
no test coverage detected