Searched refs:ShowMultiNode (Results 1 – 8 of 8) sorted by relevance
/external/tensorflow/tensorflow/core/profiler/internal/ |
D | tfprof_node_show.h | 86 class ShowMultiNode { 88 explicit ShowMultiNode(TFMultiGraphNode* node); 89 virtual ~ShowMultiNode() {} in ~ShowMultiNode() 97 void AggregateTotalStats(ShowMultiNode* node); 112 class CodeNode : public ShowMultiNode { 116 : ShowMultiNode(node), trace_(trace), suffix_(suffix) {} in CodeNode() 150 class OpNode : public ShowMultiNode { 152 explicit OpNode(TFMultiGraphNode* node) : ShowMultiNode(node) {} in OpNode()
|
D | tfprof_show_multi.h | 50 virtual const ShowMultiNode* ShowInternal(const Options& opts, 57 virtual bool ShouldShowIfExtra(const ShowMultiNode* node, const Options& opts, in ShouldShowIfExtra() 62 bool ShouldShow(const ShowMultiNode* node, const Options& opts, 65 bool ShouldTrim(const ShowMultiNode* node, 68 bool ReAccount(ShowMultiNode* node, const Options& opts); 72 std::vector<string> FormatTimes(const ShowMultiNode* node,
|
D | tfprof_node_show.cc | 131 ShowMultiNode::ShowMultiNode(TFMultiGraphNode* node) in ShowMultiNode() function in tensorflow::tfprof::ShowMultiNode 136 bool ShowMultiNode::ReInit(int64 step, in ReInit() 166 MultiGraphNodeProto* ShowMultiNode::mutable_proto() { return &proto_; } in mutable_proto() 168 const MultiGraphNodeProto& ShowMultiNode::proto() const { return proto_; } in proto() 170 void ShowMultiNode::AggregateTotalStats(ShowMultiNode* node) { in AggregateTotalStats() 195 void ShowMultiNode::AddSelfToTotalStats() { in AddSelfToTotalStats() 219 void ShowMultiNode::ResetTotalStats() { in ResetTotalStats()
|
D | tfprof_op.cc | 31 string FormatToalExecTime(const ShowMultiNode* node, in FormatToalExecTime() 32 const ShowMultiNode* root) { in FormatToalExecTime() 47 string FormatCPUExecTime(const ShowMultiNode* node, const ShowMultiNode* root) { in FormatCPUExecTime() 62 string FormatAcceleratorExecTime(const ShowMultiNode* node, in FormatAcceleratorExecTime() 63 const ShowMultiNode* root) { in FormatAcceleratorExecTime() 102 const ShowMultiNode* TFOp::ShowInternal(const Options& opts, in ShowInternal()
|
D | tfprof_op.h | 52 const ShowMultiNode* ShowInternal(const Options& opts, 58 bool ShouldShowIfExtra(const ShowMultiNode* node, const Options& opts, in ShouldShowIfExtra()
|
D | tfprof_show_multi.cc | 36 const ShowMultiNode* ret = ShowInternal(opts, nullptr); in Show() 56 bool TFMultiShow::ShouldShow(const ShowMultiNode* node, const Options& opts, in ShouldShow() 102 bool TFMultiShow::ShouldTrim(const ShowMultiNode* node, in ShouldTrim() 112 bool TFMultiShow::ReAccount(ShowMultiNode* node, const Options& opts) { in ReAccount() 220 std::vector<string> TFMultiShow::FormatTimes(const ShowMultiNode* node, in FormatTimes()
|
D | tfprof_code.h | 68 const ShowMultiNode* ShowInternal(const Options& opts,
|
D | tfprof_code.cc | 470 const ShowMultiNode* TFCode::ShowInternal(const Options& opts, in ShowInternal()
|