Searched refs:ResetCondId (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/compiler/tf2xla/ |
D | functionalize_cond.cc | 238 void StateMap::ResetCondId(const Node* node, StateMap::CondId id) { in ResetCondId() function in tensorflow::functionalize_cond::StateMap 266 void StateMap::MarkDead(const Node* node) { ResetCondId(node, dead_id_); } in MarkDead() 519 state_map_->ResetCondId(switch_node, state_map_->LookupCondId(src)); in AddSwitchNodeAlongEdge() 972 state_map_.ResetCondId(id, state_map_.LookupCondId(if_node)); in AddIdentityNode() 988 state_map_.ResetCondId(ret, state_map_.GetCondId(state)); in AddIfNode() 990 state_map_.ResetCondId(ret, nullptr); in AddIfNode() 1019 state_map_.ResetCondId(n, nullptr); in PropagateUpdatedState() 1184 state_map_.ResetCondId(dst, id_or.ValueOrDie()); in DetermineCondStateMerge() 1209 state_map_.ResetCondId(dst, id_or.ValueOrDie()); in DetermineCondStateNonMerge() 1303 state_map_.ResetCondId(dst_node, id_or.ValueOrDie()); in RemoveRedundantSwitch() [all …]
|
D | functionalize_cond.h | 121 void ResetCondId(const Node* node, CondId id);
|