Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2xla/
Dfunctionalize_cond.h128 string CondStateToString(const Node* node) const;
129 string CondStateToString(CondId id) const;
Dfunctionalize_cond.cc262 string StateMap::CondStateToString(const Node* node) const { in CondStateToString() function in tensorflow::functionalize_cond::StateMap
263 return CondStateToString(LookupCondId(node)); in CondStateToString()
266 string StateMap::CondStateToString(StateMap::CondId id) const { in CondStateToString() function in tensorflow::functionalize_cond::StateMap
530 << state_map_->CondStateToString(m); in ExtractBodies()
953 << state_map_.CondStateToString(replacee); in PropagateUpdatedState()
1129 << state_map_.CondStateToString(src); in DetermineCondStateMerge()
1153 << state_map_.CondStateToString(dst); in DetermineCondStateNonMerge()
1284 VLOG(5) << dst->name() << " :: " << state_map_.CondStateToString(dst) in DetermineStates()
1515 absl::StrCat(state_map_.CondStateToString(n), "_", in DumpGraphWithCondState()
Dfunctionalize_cond_test.cc45 return fc_->state_map_.CondStateToString(id); in GetString()