MCPcopy 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

StrongConnectFunction · 0.45
connected_subgraphFunction · 0.45
PropagateShapesMethod · 0.45
InferStaticallyMethod · 0.45
OptimizerFusionImplMethod · 0.45
AddUserDefinedPolicyMethod · 0.45
CheckForNodeFusionMethod · 0.45
MarkComputeGraphMethod · 0.45
GetStageEdgesMethod · 0.45
CheckGraphCircleMethod · 0.45
MarkEmbeddingGraphFunction · 0.45

Calls 2

emplaceMethod · 0.45
atMethod · 0.45

Tested by

no test coverage detected