Searched refs:LookupAncestorId (Results 1 – 2 of 2) sorted by relevance
241 StateMap::AncestorId StateMap::LookupAncestorId(const Node* node) const { in LookupAncestorId() function in tensorflow::functionalize_cond::StateMap271 if (auto id = LookupAncestorId(node)) { in AncestorStateToString()504 state_map_->ResetAncestorId(switch_node, state_map_->LookupAncestorId(src)); in AddSwitchNodeAlongEdge()926 state_map_.ResetAncestorId(id, state_map_.LookupAncestorId(if_node)); in AddIdentityNode()946 state_map_.ResetAncestorId(ret, state_map_.LookupAncestorId(replacee)); in AddIfNode()1296 auto other_id = state_map_.LookupAncestorId(src); in DetermineAncestorState()1479 cond_id, state_map_.LookupAncestorId(merge), predicate->second); in FunctionalizeInternal()
113 AncestorId LookupAncestorId(const Node* node) const;