Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/profiler/rpc/client/
Dsave_profile.cc102 constexpr char kProfileEmptySuffix[] = ".profile-empty"; in MaybeCreateEmptyEventFile() local
108 if (absl::EndsWith(child, kProfileEmptySuffix)) { in MaybeCreateEmptyEventFile()
113 return event_writer.InitWithSuffix(kProfileEmptySuffix); in MaybeCreateEmptyEventFile()