Searched refs:CondStateToString (Results 1 – 3 of 3) sorted by relevance
128 string CondStateToString(const Node* node) const;129 string CondStateToString(CondId id) const;
262 string StateMap::CondStateToString(const Node* node) const { in CondStateToString() function in tensorflow::functionalize_cond::StateMap263 return CondStateToString(LookupCondId(node)); in CondStateToString()266 string StateMap::CondStateToString(StateMap::CondId id) const { in CondStateToString() function in tensorflow::functionalize_cond::StateMap530 << 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()
45 return fc_->state_map_.CondStateToString(id); in GetString()