Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2xla/
Dfunctionalize_cond.cc1181 auto id_or = JoinCondStatesMerge(dst, prop, state_map_.LookupCondId(dst)); in DetermineCondStateMerge() local
1182 TF_RETURN_WITH_CONTEXT_IF_ERROR(id_or.status(), "for node ", in DetermineCondStateMerge()
1184 state_map_.ResetCondId(dst, id_or.ValueOrDie()); in DetermineCondStateMerge()
1206 auto id_or = JoinCondStatesNonMerge(prop, state_map_.LookupCondId(dst)); in DetermineCondStateNonMerge() local
1207 TF_RETURN_WITH_CONTEXT_IF_ERROR(id_or.status(), "for node ", in DetermineCondStateNonMerge()
1209 state_map_.ResetCondId(dst, id_or.ValueOrDie()); in DetermineCondStateNonMerge()
1299 auto id_or = JoinCondStatesMerge(dst_node, dst_id, in RemoveRedundantSwitch() local
1301 TF_RETURN_WITH_CONTEXT_IF_ERROR(id_or.status(), "for node ", in RemoveRedundantSwitch()
1303 state_map_.ResetCondId(dst_node, id_or.ValueOrDie()); in RemoveRedundantSwitch()
1305 auto id_or = in RemoveRedundantSwitch() local
[all …]