Searched refs:back_edge (Results 1 – 4 of 4) sorted by relevance
150 BackEdgeHelper back_edge; in InferShapes() local151 TF_RETURN_IF_ERROR(back_edge.Remove(graph)); in InferShapes()153 TF_RETURN_IF_ERROR(back_edge.Replace()); in InferShapes()
39 std::function<void(const NodeDef*, const NodeDef*)> back_edge) in DfsCallbacks()42 on_back_edge(std::move(back_edge)) {} in DfsCallbacks()
478 for (auto back_edge : back_edges) { in StructuredControlFlowChecks() local481 std::tie(back_edge_block, header_block) = back_edge; in StructuredControlFlowChecks()