Home
last modified time | relevance | path

Searched refs:GetCondId (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/compiler/tf2xla/
Dfunctionalize_cond.cc161 dead_id_ = GetCondId( in StateMap()
229 StateMap::CondId StateMap::GetCondId(const StateMap::CondState& state) { in GetCondId() function in tensorflow::functionalize_cond::StateMap
659 if (state_map_->GetCondId(state) == src_id) { in ExtractBodies()
941 state_map_.ResetCondId(ret, state_map_.GetCondId(state)); in AddIfNode()
1036 return state_map_.GetCondId(both); in JoinCondStatesNonMerge()
1086 return state_map_.GetCondId(merged); in JoinCondStatesMerge()
1114 return state_map_.GetCondId(state); in StateAlongEdge()
Dfunctionalize_cond_test.cc41 return fc_->state_map_.GetCondId(state); in GetUniqueId()
Dfunctionalize_cond.h107 CondId GetCondId(const CondState& state);