Home
last modified time | relevance | path

Searched refs:IsNextIteration (Results 1 – 25 of 26) sorted by relevance

12

/external/tensorflow/tensorflow/compiler/jit/
Dresource_operation_safety_analysis.cc258 return !edge.src()->IsNextIteration(); in ComputeIncompatibleResourceOperationPairs()
276 if (n->IsMerge() && e->src()->IsNextIteration()) { in ComputeIncompatibleResourceOperationPairs()
Dshape_inference_helpers.cc34 if (e->src()->IsNextIteration()) { in Remove()
Ddeadness_analysis.cc988 if (backedge->src()->IsNextIteration()) { in CreateMultipleNextIterationInputsError()
1002 if (e->src()->IsNextIteration()) { in FindUniqueBackedge()
1110 if (!e->IsControlEdge() && e->src()->IsNextIteration()) { in HandleMerge()
1230 } else if (n->IsNextIteration()) { in HandleNode()
1263 if (IsNextIteration(e->src())) { in GetFrameBasedTopologicalOrder()
1293 if (IsNextIteration(curr_node) && IsMerge(out)) { in GetFrameBasedTopologicalOrder()
1449 if (n->IsNextIteration()) { in PopulateFrame()
Dpartially_decluster_pass.cc37 bool NotBackedge(const Edge& edge) { return !edge.src()->IsNextIteration(); } in NotBackedge()
Dshape_inference.cc51 if (e.src->IsNextIteration() && e.dst->IsMerge()) { in PropagateShapes()
Dxla_cluster_util.cc180 if (edge->src()->IsNextIteration()) { in CreateCycleDetectionGraph()
/external/tensorflow/tensorflow/core/graph/
Dgraph.h161 bool IsNextIteration() const { return class_ == NC_NEXT_ITERATION; } in IsNextIteration() function
177 IsNextIteration()); in IsControlFlow()
816 inline bool IsNextIteration(const Node* n) { return n->IsNextIteration(); } in IsNextIteration() function
Dvalidate.cc77 if (!e->IsControlEdge() && e->src()->IsNextIteration()) { in ValidateGraphHasNoCycle()
Dgraph_partition.cc54 inline bool IsNextIteration(const NodeDef& node_def) { in IsNextIteration() function
393 IsNextIteration(node)) { in OptimizeControlFlowColocation()
847 if (IsNextIteration(*ndef)) { in TopologicalSortNodesWithTimePriority()
/external/tensorflow/tensorflow/core/common_runtime/
Dlower_while_op_test.cc96 ASSERT_FALSE(op->IsNextIteration()); in TEST()
129 if (op->IsNextIteration()) { in TEST()
442 ASSERT_FALSE(op->IsNextIteration()); in TEST()
469 if (op->IsNextIteration()) { in TEST()
Dimmutable_executor_state.cc192 (IsEnter(n) || IsExit(n) || IsNextIteration(n)); in Initialize()
196 item->is_next_iteration = IsNextIteration(n); in Initialize()
Dlower_functional_ops_test.cc285 ASSERT_FALSE(op->IsNextIteration()); in TEST()
Dgraph_constructor.cc65 inline bool IsNextIteration(const NodeDef& node_def) { in IsNextIteration() function
697 if (IsNextIteration(node_def)) { in InitFromEdges()
1155 UpdatePendingCountAndReady(o, IsNextIteration(node_def)); in Convert()
1282 UpdatePendingCountAndReady(o, node->IsNextIteration()); in Convert()
/external/tensorflow/tensorflow/core/grappler/utils/
Dtopological_sort.cc73 if (IsNextIteration(graph.node(input))) { in ComputeTopologicalOrder()
Dscc.cc215 if (IsNextIteration(*node)) { in IdentifyLoops()
Dgraph_view.cc1465 if (IsNextIteration(graph_->node(curr_index)) && in SortTopologically()
/external/tensorflow/tensorflow/compiler/tf2xla/
Dconst_analysis.cc279 [](const Edge& edge) { return !edge.src()->IsNextIteration(); }); in BackwardsConstAnalysis()
Dresource_util.cc55 n->IsNextIteration()); in IsControlFlowV1Node()
Dfunctionalize_while.cc336 if (!IsNextIteration(arg.next_iteration)) { in FunctionalizeLoop()
/external/tensorflow/tensorflow/core/grappler/
Dop_types.h127 bool IsNextIteration(const NodeDef& node);
Dop_types.cc402 bool IsNextIteration(const NodeDef& node) { in IsNextIteration() function
768 return IsEnter(node) || IsExit(node) || IsNextIteration(node); in ModifiesFrameInfo()
/external/tensorflow/tensorflow/core/debug/
Ddebug_graph_utils.cc239 if (!src_node->IsEnter() && !src_node->IsNextIteration()) { in InsertNodes()
/external/tensorflow/tensorflow/core/tpu/graph_rewrite/
Dhost_training_loop_optimization_util.cc60 if (node->IsNextIteration()) return true; in IsExecuteNodeOrIdentityToExecuteNode()
/external/tensorflow/tensorflow/cc/framework/
Dgradients.cc490 DCHECK(!n->IsEnter() && !n->IsNextIteration()) << n->DebugString(); in AddGradients()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/translate/
Dimport_model.cc1751 if (node.IsNextIteration()) { in CreateOperation()
2043 if (!edge.src->IsNextIteration() || !edge.dst->IsMerge()) { in AddBackedges()

12