Searched refs:is_target (Results 1 – 6 of 6) sorted by relevance
93 const std::function<bool(const NodeDef&)>& is_target) { in FindCandidateRecomputeNodes() argument103 if (is_target(*output)) { in FindCandidateRecomputeNodes()115 if (is_target(*input_node)) { in FindCandidateRecomputeNodes()173 const std::function<bool(const NodeDef&)>& is_target) { in GetOpGroupsToRecompute() argument177 FindCandidateRecomputeNodes(node_map, graph, should_recompute, is_target); in GetOpGroupsToRecompute()198 if (is_target(*output)) { in GetOpGroupsToRecompute()462 std::function<bool(const NodeDef&)> is_target = in RecomputationRewritingPass() local483 [&cheap_to_recompute_ops, &feeds, &is_target](const NodeDef& node) { in RecomputationRewritingPass()484 return !is_target(node) && feeds.count(node.name()) == 0 && in RecomputationRewritingPass()488 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()
555 const char *name, bool is_target) in load_extension() argument586 if (is_target) in load_extension()
1325 bool is_target = false; in TEST_F() local1327 .WillRepeatedly(testing::ReturnPointee(&is_target)); in TEST_F()1352 is_target = true; in TEST_F()
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()