Searched refs:TFGraph (Results 1 – 5 of 5) 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()117 std::vector<GraphNode*> TFGraph::SearchRoot( in SearchRoot()148 void TFGraph::Format(const std::vector<GraphNode*> roots, string* display_str, in Format()158 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()
109 std::unique_ptr<TFGraph> graph_view_;
116 graph_view_.reset(new TFGraph(ckpt_reader_.get())); in BuildView()
41 typedef compiler::MachineGraph TFGraph; typedef