Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/
H A Dfunctionalize_cond.cc266 string StateMap::CondStateToString(const Node* node) const { in CondStateToString() function in tensorflow::functionalize_cond::StateMap
267 return CondStateToString(LookupCondId(node)); in CondStateToString()
270 string StateMap::CondStateToString(StateMap::CondId id) const { in CondStateToString() function in tensorflow::functionalize_cond::StateMap
544 << state_map_->CondStateToString(m); in ExtractBodies()
993 << state_map_.CondStateToString(replacee); in PropagateUpdatedState()
1169 << state_map_.CondStateToString(src); in DetermineCondStateMerge()
1193 << state_map_.CondStateToString(dst); in DetermineCondStateNonMerge()
1324 VLOG(5) << dst->name() << " :: " << state_map_.CondStateToString(dst) in DetermineStates()
1586 absl::StrCat(state_map_.CondStateToString(n), "_", in DumpGraphWithCondState()
H A Dfunctionalize_cond.h139 string CondStateToString(const Node* node) const;
140 string CondStateToString(CondId id) const;
H A Dfunctionalize_cond_test.cc52 return fc_->state_map_.CondStateToString(id); in GetString()