Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2xla/
Dfunctionalize_cond.h139 string CondStateToString(const Node* node) const;
140 string CondStateToString(CondId id) const;
Dfunctionalize_cond.cc268 string StateMap::CondStateToString(const Node* node) const { in CondStateToString() function in tensorflow::functionalize_cond::StateMap
269 return CondStateToString(LookupCondId(node)); in CondStateToString()
272 string StateMap::CondStateToString(StateMap::CondId id) const { in CondStateToString() function in tensorflow::functionalize_cond::StateMap
546 << state_map_->CondStateToString(m); in ExtractBodies()
1000 << state_map_.CondStateToString(replacee); in PropagateUpdatedState()
1176 << state_map_.CondStateToString(src); in DetermineCondStateMerge()
1200 << state_map_.CondStateToString(dst); in DetermineCondStateNonMerge()
1331 VLOG(5) << dst->name() << " :: " << state_map_.CondStateToString(dst) in DetermineStates()
1593 absl::StrCat(state_map_.CondStateToString(n), "_", in DumpGraphWithCondState()
Dfunctionalize_cond_test.cc52 return fc_->state_map_.CondStateToString(id); in GetString()