Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/graph_analyzer/
Dsubgraph.h132 bool NextIfSamePort();
Dsubgraph.cc146 bool SubgraphIterator::NextIfSamePort() { in NextIfSamePort() function in tensorflow::grappler::graph_analyzer::SubgraphIterator
Dgraph_analyzer.cc271 } while (sit.NextIfSamePort()); in HasInvalidMultiInputs()
Dsubgraph_test.cc181 while (sit.NextIfSamePort()) { in TEST()