Home
last modified time | relevance | path

Searched defs:num_edge_ids (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/graph/
Dgraph.h590 int num_edge_ids() const { return edges_.size(); } in num_edge_ids() function
Dgraph_partition.cc643 int num_edge_ids = g->num_edge_ids(); in AddControlFlow() local