Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_code.h52 virtual Status WritePprofProfile(const string& filename) = 0;
Dtfprof_code.cc286 Status WritePprofProfile(const string& filename) override { in WritePprofProfile() function in tensorflow::tfprof::__anon1c1cedaa0111::PprofProfileImpl
513 Status s = pprof_profile_->WritePprofProfile( in ShowInternal()