Home
last modified time | relevance | path

Searched refs:TFCode (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_code.h55 class TFCode : public TFMultiShow {
57 TFCode() {} in TFCode() function
58 ~TFCode() override {} in ~TFCode()
Dtfprof_code.cc383 void TFCode::AddNode(TFGraphNode* node) { in AddNode()
426 void TFCode::Build() { in Build()
456 const ShowMultiNode* TFCode::ShowInternal(const Options& opts, in ShowInternal()
513 void TFCode::Format(const CodeNode* root, const std::vector<CodeNode*>& nodes, in Format()
535 std::vector<CodeNode*> TFCode::SearchRoot(std::vector<CodeNode*> roots, in SearchRoot()
560 std::vector<CodeNode*> TFCode::PrintScope(const std::vector<CodeNode*> roots, in PrintScope()
597 std::vector<CodeNode*> TFCode::Account(const std::vector<CodeNode*>& roots, in Account()
619 string TFCode::FormatNodeMemory(CodeNode* node, int64 bytes, in FormatNodeMemory()
630 string TFCode::FormatNode(CodeNode* node, const Options& opts, in FormatNode()
Dtfprof_stats.h110 std::unique_ptr<TFCode> code_view_;
Dtfprof_stats.cc123 code_view_.reset(new TFCode()); in BuildView()