Searched refs:back_edge (Results 1 – 5 of 5) sorted by relevance
39 std::function<void(const NodeDef*, const NodeDef*)> back_edge) in DfsCallbacks()42 on_back_edge(std::move(back_edge)) {} in DfsCallbacks()
261 BackEdgeHelper back_edge; in InferShapes() local262 TF_RETURN_IF_ERROR(back_edge.Remove(graph)); in InferShapes()264 back_edge.RemovedEdges(), &shape_refiner)); in InferShapes()265 TF_RETURN_IF_ERROR(back_edge.Replace()); in InferShapes()
685 for (auto back_edge : back_edges) { in StructuredControlFlowChecks() local688 std::tie(back_edge_block, header_block) = back_edge; in StructuredControlFlowChecks()
687 std::function<void(int, int)> back_edge) in DfsTypeCallbacks()690 on_back_edge(std::move(back_edge)) {} in DfsTypeCallbacks()