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

Method edges

tensorflow/core/graph/graph.h:711–711  ·  view source on GitHub ↗

Access to the set of all edges. Example usage: for (const Edge* e : graph.edges()) { ... }

Source from the content-addressed store, hash-verified

709 // Access to the set of all edges. Example usage:
710 // for (const Edge* e : graph.edges()) { ... }
711 GraphEdgesIterable edges() const { return GraphEdgesIterable(edges_); }
712
713 // The pre-defined nodes.
714 enum { kSourceId = 0, kSinkId = 1 };

Calls 1

GraphEdgesIterableClass · 0.85

Tested by 10

GraphEdgesFunction · 0.64
GraphEdgesFunction · 0.64
CanonicalGraphStringMethod · 0.64
CanonicalGraphStringMethod · 0.64
HasEdgeMethod · 0.64
VerifyGraphStatsMethod · 0.64
EdgeIterFunction · 0.64
CanonicalGraphStringMethod · 0.64
CanonicalGraphStringMethod · 0.64
HasEdgeMethod · 0.64