Home
last modified time | relevance | path

Searched refs:edge_vector (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/
Dplacer_inspection_required_ops_utils.cc239 std::vector<const Edge*> edge_vector(out_edges.begin(), out_edges.end()); in AddOutputIdentities() local
240 std::sort(edge_vector.begin(), edge_vector.end(), EdgePtrCompare()); in AddOutputIdentities()
241 for (const Edge* edge : edge_vector) { in AddOutputIdentities()