Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/profiler/rpc/client/
Dcapture_profile.cc171 constexpr char kProfileEmptySuffix[] = ".profile-empty"; in MaybeCreateEmptyEventFile() local
175 if (str_util::EndsWith(child, kProfileEmptySuffix)) { in MaybeCreateEmptyEventFile()
180 return event_writer.InitWithSuffix(kProfileEmptySuffix); in MaybeCreateEmptyEventFile()