Searched refs:FormatNode (Results 1 – 8 of 8) sorted by relevance
/external/tensorflow/tensorflow/core/profiler/internal/ |
D | tfprof_op.cc | 110 root_->formatted_str = FormatNode(root_.get(), root_.get(), opts); in ShowInternal() 176 display_str += FormatNode(node, root_.get(), opts); in ShowInternal() 223 string TFOp::FormatNode(OpNode* node, OpNode* root, const Options& opts) const { in FormatNode() function in tensorflow::tfprof::TFOp
|
D | tfprof_op.h | 65 string FormatNode(OpNode* node, OpNode* root, const Options& opts) const;
|
D | tfprof_code.h | 83 string FormatNode(CodeNode* node, const Options& opts, int64_t indent) const;
|
D | tfprof_show.h | 68 string FormatNode(ShowNode* node, const Options& opts) const;
|
D | tfprof_scope.cc | 174 "%s%s\n", std::string(last_ident, ' '), FormatNode(node, opts)); in PrintScope()
|
D | tfprof_graph.cc | 193 "%s%s\n", std::string(last_ident, ' '), FormatNode(node, opts)); in PrintGraph()
|
D | tfprof_code.cc | 596 node->formatted_str = FormatNode(node, opts, last_ident); in PrintScope() 643 string TFCode::FormatNode(CodeNode* node, const Options& opts, in FormatNode() function in tensorflow::tfprof::TFCode
|
D | tfprof_show.cc | 149 string TFShow::FormatNode(ShowNode* node, const Options& opts) const { in FormatNode() function in tensorflow::tfprof::TFShow
|