Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_show.cc28 const GraphNodeProto& TFShow::Show(const string& prefix, const Options& opts) { in Show()
53 bool TFShow::LookUpCheckPoint(const string& name, in LookUpCheckPoint()
71 bool TFShow::ShouldShow(const ShowNode* node, const Options& opts, in ShouldShow()
111 bool TFShow::ShouldTrim(const ShowNode* node, in ShouldTrim()
121 bool TFShow::ReAccount(ShowNode* node, const Options& opts) { in ReAccount()
137 string TFShow::FormatNodeMemory(ShowNode* node, int64 bytes, in FormatNodeMemory()
148 string TFShow::FormatNode(ShowNode* node, const Options& opts) const { in FormatNode()
243 string TFShow::FormatLegend(const Options& opts) const { in FormatLegend()
Dtfprof_show.h40 class TFShow {
42 explicit TFShow(checkpoint::CheckpointReader* ckpt_reader) in TFShow() function
44 virtual ~TFShow() {} in ~TFShow()
Dtfprof_scope.h40 class TFScope : public TFShow {
43 : TFShow(ckpt_reader), root_(nullptr) {} in TFScope()
Dtfprof_graph.h43 class TFGraph : public TFShow {
46 : TFShow(ckpt_reader), root_(nullptr) {} in TFGraph()