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.cc29 const GraphNodeProto& TFShow::Show(const string& prefix, const Options& opts) { in Show()
54 bool TFShow::LookUpCheckPoint(const string& name, in LookUpCheckPoint()
72 bool TFShow::ShouldShow(const ShowNode* node, const Options& opts, in ShouldShow()
112 bool TFShow::ShouldTrim(const ShowNode* node, in ShouldTrim()
122 bool TFShow::ReAccount(ShowNode* node, const Options& opts) { in ReAccount()
138 string TFShow::FormatNodeMemory(ShowNode* node, int64_t bytes, in FormatNodeMemory()
149 string TFShow::FormatNode(ShowNode* node, const Options& opts) const { in FormatNode()
242 string TFShow::FormatLegend(const Options& opts) const { in FormatLegend()
Dtfprof_show.h38 class TFShow {
40 explicit TFShow(checkpoint::CheckpointReader* ckpt_reader) in TFShow() function
42 virtual ~TFShow() {} in ~TFShow()
Dtfprof_scope.h39 class TFScope : public TFShow {
42 : TFShow(ckpt_reader), root_(nullptr) {} in TFScope()
Dtfprof_graph.h41 class TFGraph : public TFShow {
44 : TFShow(ckpt_reader), root_(nullptr) {} in TFGraph()