Searched refs:back_edges (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/core/grappler/utils/ |
D | traversal_test.cc | 30 std::vector<string>* back_edges) { in MkCallbacks() argument 33 [back_edges](const NodeDef* src, const NodeDef* dst) { in MkCallbacks() 34 back_edges->push_back(absl::StrCat(src->name(), "->", dst->name())); in MkCallbacks() 54 std::vector<string> back_edges; in TEST() local 59 MkCallbacks(&pre_order, &post_order, &back_edges)); in TEST() 66 EXPECT_TRUE(back_edges.empty()); in TEST() 85 std::vector<string> back_edges; in TEST() local 90 MkCallbacks(&pre_order, &post_order, &back_edges)); in TEST() 97 EXPECT_TRUE(back_edges.empty()); in TEST() 115 std::vector<string> back_edges; in TEST() local [all …]
|
/external/deqp-deps/SPIRV-Tools/source/val/ |
D | validate_cfg.cpp | 371 const std::vector<std::pair<uint32_t, uint32_t>>& back_edges) { in UpdateContinueConstructExitBlocks() argument 374 for (auto& edge : back_edges) { in UpdateContinueConstructExitBlocks() 678 const std::vector<std::pair<uint32_t, uint32_t>>& back_edges, in StructuredControlFlowChecks() argument 685 for (auto back_edge : back_edges) { in StructuredControlFlowChecks() 850 std::vector<std::pair<uint32_t, uint32_t>> back_edges; in PerformCfgChecks() local 884 back_edges.emplace_back(from->id(), to->id()); in PerformCfgChecks() 887 UpdateContinueConstructExitBlocks(function, back_edges); in PerformCfgChecks() 922 StructuredControlFlowChecks(_, &function, back_edges, postorder)) in PerformCfgChecks()
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/val/ |
D | validate_cfg.cpp | 371 const std::vector<std::pair<uint32_t, uint32_t>>& back_edges) { in UpdateContinueConstructExitBlocks() argument 374 for (auto& edge : back_edges) { in UpdateContinueConstructExitBlocks() 675 const std::vector<std::pair<uint32_t, uint32_t>>& back_edges, in StructuredControlFlowChecks() argument 682 for (auto back_edge : back_edges) { in StructuredControlFlowChecks() 847 std::vector<std::pair<uint32_t, uint32_t>> back_edges; in PerformCfgChecks() local 881 back_edges.emplace_back(from->id(), to->id()); in PerformCfgChecks() 884 UpdateContinueConstructExitBlocks(function, back_edges); in PerformCfgChecks() 919 StructuredControlFlowChecks(_, &function, back_edges, postorder)) in PerformCfgChecks()
|
/external/swiftshader/third_party/SPIRV-Tools/source/val/ |
D | validate_cfg.cpp | 371 const std::vector<std::pair<uint32_t, uint32_t>>& back_edges) { in UpdateContinueConstructExitBlocks() argument 374 for (auto& edge : back_edges) { in UpdateContinueConstructExitBlocks() 678 const std::vector<std::pair<uint32_t, uint32_t>>& back_edges, in StructuredControlFlowChecks() argument 685 for (auto back_edge : back_edges) { in StructuredControlFlowChecks() 850 std::vector<std::pair<uint32_t, uint32_t>> back_edges; in PerformCfgChecks() local 884 back_edges.emplace_back(from->id(), to->id()); in PerformCfgChecks() 887 UpdateContinueConstructExitBlocks(function, back_edges); in PerformCfgChecks() 922 StructuredControlFlowChecks(_, &function, back_edges, postorder)) in PerformCfgChecks()
|
/external/tensorflow/tensorflow/compiler/jit/ |
D | shape_inference.cc | 47 const std::vector<BackEdgeHelper::BackEdge>& back_edges, in PropagateShapes() argument 50 for (const auto& e : back_edges) { in PropagateShapes()
|