Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2xla/
Dfunctionalize_cond.h118 CondId GetCondId(const CondState& state);
Dfunctionalize_cond.cc165 dead_id_ = GetCondId( in StateMap()
233 StateMap::CondId StateMap::GetCondId(const StateMap::CondState& state) { in GetCondId() function in tensorflow::functionalize_cond::StateMap
687 if (state_map_->GetCondId(state) == src_id) { in ExtractBodies()
988 state_map_.ResetCondId(ret, state_map_.GetCondId(state)); in AddIfNode()
1083 return state_map_.GetCondId(both); in JoinCondStatesNonMerge()
1133 return state_map_.GetCondId(merged); in JoinCondStatesMerge()
1161 return state_map_.GetCondId(state); in StateAlongEdge()
Dfunctionalize_cond_test.cc48 return fc_->state_map_.GetCondId(state); in GetUniqueId()