Home
last modified time | relevance | path

Searched refs:LookupAncestorId (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/tf2xla/
Dfunctionalize_cond.cc241 StateMap::AncestorId StateMap::LookupAncestorId(const Node* node) const { in LookupAncestorId() function in tensorflow::functionalize_cond::StateMap
271 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()
Dfunctionalize_cond.h113 AncestorId LookupAncestorId(const Node* node) const;