Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/graph/
H A Dgraph.h168 bool IsNextIteration() const { return class_ == NC_NEXT_ITERATION; } in IsNextIteration() function
849 inline bool IsNextIteration(const Node* n) { return n->IsNextIteration(); } in IsNextIteration() function
H A Dgraph_partition.cc54 inline bool IsNextIteration(const NodeDef& node_def) { in IsNextIteration() function
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Dgraph_constructor.cc66 inline bool IsNextIteration(const NodeDef& node_def) { in IsNextIteration() function
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/
H A Dop_types.cc404 bool IsNextIteration(const NodeDef& node) { in IsNextIteration() function
/aosp_15_r20/external/tensorflow/tensorflow/core/ir/
H A Dtf_op_names.cc585 bool TFGraphDialect::IsNextIteration(TFOp op) const { in IsNextIteration() function in mlir::tfg::TFGraphDialect