Searched refs:is_target (Results 1 – 6 of 6) sorted by relevance
74 const std::function<bool(const NodeDef&)>& is_target) { in FindCandidateRecomputeNodes() argument84 if (is_target(*output)) { in FindCandidateRecomputeNodes()96 if (is_target(*input_node)) { in FindCandidateRecomputeNodes()154 const std::function<bool(const NodeDef&)>& is_target) { in GetOpGroupsToRecompute() argument158 FindCandidateRecomputeNodes(node_map, graph, should_recompute, is_target); in GetOpGroupsToRecompute()178 if (is_target(*output)) { in GetOpGroupsToRecompute()448 std::function<bool(const NodeDef&)> is_target = in RecomputationRewritingPass() local469 [&cheap_to_recompute_ops, &feeds, &is_target](const NodeDef& node) { in RecomputationRewritingPass()470 return !is_target(node) && feeds.count(node.name()) == 0 && in RecomputationRewritingPass()474 is_target); in RecomputationRewritingPass()[all …]
340 int is_target; in parse_dep_file() local353 is_target = (*(p-1) == ':'); in parse_dep_file()355 if (is_target) { in parse_dep_file()
556 const char *name, bool is_target) in load_extension() argument587 if (is_target) in load_extension()
6501 bool is_target = true; in PrepareObjects() local6503 while (is_target) in PrepareObjects()6505 is_target = false; in PrepareObjects()6511 is_target = true; in PrepareObjects()6516 is_target = true; in PrepareObjects()6521 is_target = true; in PrepareObjects()
8525 bool is_target = true; in NotATarget() local8527 while (is_target) in NotATarget()8531 is_target = false; in NotATarget()8537 is_target = true; in NotATarget()
1325 bool is_target = false; in TEST_F() local1327 .WillRepeatedly(testing::ReturnPointee(&is_target)); in TEST_F()1352 is_target = true; in TEST_F()