HomeSort by relevance Sort by last modified time
    Searched defs:FormatNode (Results 1 - 3 of 3) sorted by null

  /external/tensorflow/tensorflow/core/profiler/internal/
tfprof_show.cc 148 string TFShow::FormatNode(ShowNode* node, const Options& opts) const {
tfprof_op.cc 113 root_->formatted_str = FormatNode(root_.get(), root_.get(), opts);
179 display_str += FormatNode(node, root_.get(), opts);
225 string TFOp::FormatNode(OpNode* node, OpNode* root, const Options& opts) const {
tfprof_code.cc 583 node->formatted_str = FormatNode(node, opts, last_ident);
630 string TFCode::FormatNode(CodeNode* node, const Options& opts,

Completed in 169 milliseconds