Home
last modified time | relevance | path

Searched refs:cached_debug_string_ (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dmodel.cc2782 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()
H A Dmodel.h981 std::string cached_debug_string_ = ""; variable