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

Method num_edge_ids

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

Returns one more than the maximum id assigned to any edge.

Source from the content-addressed store, hash-verified

699
700 // Returns one more than the maximum id assigned to any edge.
701 int num_edge_ids() const { return edges_.size(); }
702
703 // Returns the Edge associated with an id, or nullptr if no edge
704 // with that id (the node with that id was removed and the id has

Callers 3

SimpleGraphMethod · 0.80
AddControlFlowFunction · 0.80
TEST_FFunction · 0.80

Calls 1

sizeMethod · 0.45

Tested by 1

TEST_FFunction · 0.64