Searched refs:TFCode (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/core/profiler/internal/ |
D | tfprof_code.h | 55 class TFCode : public TFMultiShow { 57 TFCode() {} in TFCode() function 58 ~TFCode() override {} in ~TFCode()
|
D | tfprof_code.cc | 383 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()
|
D | tfprof_stats.h | 110 std::unique_ptr<TFCode> code_view_;
|
D | tfprof_stats.cc | 123 code_view_.reset(new TFCode()); in BuildView()
|