Searched refs:CondStateToString (Results 1 – 3 of 3) sorted by relevance
266 string StateMap::CondStateToString(const Node* node) const { in CondStateToString() function in tensorflow::functionalize_cond::StateMap267 return CondStateToString(LookupCondId(node)); in CondStateToString()270 string StateMap::CondStateToString(StateMap::CondId id) const { in CondStateToString() function in tensorflow::functionalize_cond::StateMap544 << 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()
139 string CondStateToString(const Node* node) const;140 string CondStateToString(CondId id) const;
52 return fc_->state_map_.CondStateToString(id); in GetString()