MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / out_nodes

Method out_nodes

tensorflow/compiler/tf2tensorrt/segment/segment.cc:117–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115 }
116
117 std::vector<SimpleNode*> out_nodes() const {
118 std::vector<SimpleNode*> res;
119 res.reserve(out_edges_.size());
120 for (const auto e : out_edges_) {
121 if (e) res.push_back(e->dst());
122 }
123 return res;
124 }
125
126 const string& name() const { return node_->name(); }
127 const Node* tf_node() const { return node_; }

Callers 5

PropagateUpdatedStateMethod · 0.45
StableDFSFunction · 0.45
SegmentGraphFunction · 0.45

Calls 4

reserveMethod · 0.45
sizeMethod · 0.45
push_backMethod · 0.45
dstMethod · 0.45

Tested by

no test coverage detected