Searched refs:ResetCondId (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/compiler/tf2xla/ |
D | functionalize_cond.cc | 234 void StateMap::ResetCondId(const Node* node, StateMap::CondId id) { in ResetCondId() function in tensorflow::functionalize_cond::StateMap 260 void StateMap::MarkDead(const Node* node) { ResetCondId(node, dead_id_); } in MarkDead() 503 state_map_->ResetCondId(switch_node, state_map_->LookupCondId(src)); in AddSwitchNodeAlongEdge() 925 state_map_.ResetCondId(id, state_map_.LookupCondId(if_node)); in AddIdentityNode() 941 state_map_.ResetCondId(ret, state_map_.GetCondId(state)); in AddIfNode() 943 state_map_.ResetCondId(ret, nullptr); in AddIfNode() 972 state_map_.ResetCondId(n, nullptr); in PropagateUpdatedState() 1137 state_map_.ResetCondId(dst, id_or.ValueOrDie()); in DetermineCondStateMerge() 1162 state_map_.ResetCondId(dst, id_or.ValueOrDie()); in DetermineCondStateNonMerge() 1256 state_map_.ResetCondId(dst_node, id_or.ValueOrDie()); in RemoveRedundantSwitch() [all …]
|
D | functionalize_cond.h | 110 void ResetCondId(const Node* node, CondId id);
|