Searched refs:TFGraph (Results 1 – 4 of 4) sorted by relevance
29 GraphNode* TFGraph::CreateParentNode(const string& name) { in CreateParentNode()40 void TFGraph::AddNode(TFGraphNode* node) { in AddNode()45 void TFGraph::Build() { in Build()72 const ShowNode* TFGraph::ShowInternal(const Options& opts, Timeline* timeline) { in ShowInternal()118 std::vector<GraphNode*> TFGraph::SearchRoot( in SearchRoot()149 void TFGraph::Format(const std::vector<GraphNode*> roots, string* display_str, in Format()159 std::vector<GraphNode*> TFGraph::PrintGraph(const std::vector<GraphNode*> roots, in PrintGraph()213 std::vector<GraphNode*> TFGraph::Account(const std::vector<GraphNode*>& roots, in Account()
43 class TFGraph : public TFShow {45 explicit TFGraph(checkpoint::CheckpointReader* ckpt_reader) in TFGraph() function47 ~TFGraph() override {} in ~TFGraph()
108 std::unique_ptr<TFGraph> graph_view_;
118 graph_view_.reset(new TFGraph(ckpt_reader_.get())); in BuildView()