Home
last modified time | relevance | path

Searched refs:TFGraph (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_graph.cc29 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()
Dtfprof_graph.h43 class TFGraph : public TFShow {
45 explicit TFGraph(checkpoint::CheckpointReader* ckpt_reader) in TFGraph() function
47 ~TFGraph() override {} in ~TFGraph()
Dtfprof_stats.h109 std::unique_ptr<TFGraph> graph_view_;
Dtfprof_stats.cc116 graph_view_.reset(new TFGraph(ckpt_reader_.get())); in BuildView()
/external/v8/src/compiler/
Dwasm-compiler.h41 typedef compiler::MachineGraph TFGraph; typedef