Home
last modified time | relevance | path

Searched refs:FormatNode (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_op.h67 string FormatNode(OpNode* node, OpNode* root, const Options& opts) const;
Dtfprof_op.cc110 root_->formatted_str = FormatNode(root_.get(), root_.get(), opts); in ShowInternal()
176 display_str += FormatNode(node, root_.get(), opts); in ShowInternal()
222 string TFOp::FormatNode(OpNode* node, OpNode* root, const Options& opts) const { in FormatNode() function in tensorflow::tfprof::TFOp
Dtfprof_code.h85 string FormatNode(CodeNode* node, const Options& opts, int64 indent) const;
Dtfprof_show.h69 string FormatNode(ShowNode* node, const Options& opts) const;
Dtfprof_scope.cc176 "%s%s\n", std::string(last_ident, ' '), FormatNode(node, opts)); in PrintScope()
Dtfprof_graph.cc193 "%s%s\n", std::string(last_ident, ' '), FormatNode(node, opts)); in PrintGraph()
Dtfprof_show.cc149 string TFShow::FormatNode(ShowNode* node, const Options& opts) const { in FormatNode() function in tensorflow::tfprof::TFShow
Dtfprof_code.cc598 node->formatted_str = FormatNode(node, opts, last_ident); in PrintScope()
645 string TFCode::FormatNode(CodeNode* node, const Options& opts, in FormatNode() function in tensorflow::tfprof::TFCode