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