Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/graph/
H A Dgraph.h459 class GraphEdgesIterable {
464 explicit GraphEdgesIterable(const std::vector<Edge*>& edges) in GraphEdgesIterable() function
681 GraphEdgesIterable edges() const { return GraphEdgesIterable(edges_); } in edges()