Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2xla/
Dfunctionalize_cond_test.cc110 StateMap::CondState cond_state; in TEST_F() local
111 auto joined_or = JoinCondStatesMerge(m, /*src=*/nullptr, &cond_state); in TEST_F()
Dfunctionalize_cond.cc101 string DebugString(StateMap::CondId cond_state) { in DebugString() argument
102 if (cond_state == nullptr || cond_state->empty()) return "{}"; in DebugString()
106 absl::StrJoin(*cond_state, ", ", in DebugString()