Home
last modified time | relevance | path

Searched refs:back_edge (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/compiler/jit/
Dshape_inference.cc150 BackEdgeHelper back_edge; in InferShapes() local
151 TF_RETURN_IF_ERROR(back_edge.Remove(graph)); in InferShapes()
153 TF_RETURN_IF_ERROR(back_edge.Replace()); in InferShapes()
/external/tensorflow/tensorflow/core/grappler/utils/
Dtraversal.h39 std::function<void(const NodeDef*, const NodeDef*)> back_edge) in DfsCallbacks()
42 on_back_edge(std::move(back_edge)) {} in DfsCallbacks()
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_cfg.cpp478 for (auto back_edge : back_edges) { in StructuredControlFlowChecks() local
481 std::tie(back_edge_block, header_block) = back_edge; in StructuredControlFlowChecks()
/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_cfg.cpp478 for (auto back_edge : back_edges) { in StructuredControlFlowChecks() local
481 std::tie(back_edge_block, header_block) = back_edge; in StructuredControlFlowChecks()