Searched refs:cached_debug_string_ (Results 1 – 2 of 2) sorted by relevance
2782 if (absl::Now() < cache_until_) return cached_debug_string_; in DebugString()2786 if (!output_) return cached_debug_string_; in DebugString()2793 cached_debug_string_ = model_proto.DebugString(); in DebugString()2798 return cached_debug_string_; in DebugString()
981 std::string cached_debug_string_ = ""; variable