Home
last modified time | relevance | path

Searched defs:IsNextIteration (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/graph/
Dgraph.h151 bool IsNextIteration() const { return class_ == NC_NEXT_ITERATION; } in IsNextIteration() function
740 inline bool IsNextIteration(const Node* n) { return n->IsNextIteration(); } in IsNextIteration() function
Dgraph_constructor.cc53 inline bool IsNextIteration(const NodeDef& node_def) { in IsNextIteration() function
Dgraph_partition.cc52 inline bool IsNextIteration(const NodeDef& node_def) { in IsNextIteration() function
/external/tensorflow/tensorflow/core/grappler/
Dop_types.cc335 bool IsNextIteration(const NodeDef& node) { in IsNextIteration() function