Searched refs:TFScope (Results 1 – 4 of 4) sorted by relevance
29 ScopeNode* TFScope::CreateParentNode(const string& name) { in CreateParentNode()43 void TFScope::AddNode(TFGraphNode* node) { in AddNode()59 void TFScope::Build() { in Build()79 const ShowNode* TFScope::ShowInternal(const Options& opts, Timeline* timeline) { in ShowInternal()109 void TFScope::Format(const std::vector<ScopeNode*> roots, string* display_str, in Format()119 std::vector<ScopeNode*> TFScope::SearchRoot( in SearchRoot()144 std::vector<ScopeNode*> TFScope::PrintScope(const std::vector<ScopeNode*> roots, in PrintScope()194 std::vector<ScopeNode*> TFScope::Account(const std::vector<ScopeNode*>& roots, in Account()
39 class TFScope : public TFShow {41 explicit TFScope(checkpoint::CheckpointReader* ckpt_reader) in TFScope() function43 ~TFScope() override {} in ~TFScope()
107 std::unique_ptr<TFScope> scope_view_;
110 scope_view_.reset(new TFScope(ckpt_reader_.get())); in BuildView()