Searched refs:TFShow (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/core/profiler/internal/ |
D | tfprof_show.cc | 29 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()
|
D | tfprof_show.h | 38 class TFShow { 40 explicit TFShow(checkpoint::CheckpointReader* ckpt_reader) in TFShow() function 42 virtual ~TFShow() {} in ~TFShow()
|
D | tfprof_scope.h | 39 class TFScope : public TFShow { 42 : TFShow(ckpt_reader), root_(nullptr) {} in TFScope()
|
D | tfprof_graph.h | 41 class TFGraph : public TFShow { 44 : TFShow(ckpt_reader), root_(nullptr) {} in TFGraph()
|