Searched refs:CreateParentNode (Results 1 - 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/profiler/internal/
H A Dtfprof_scope.h54 ScopeNode* CreateParentNode(const string& name);
H A Dtfprof_graph.h62 GraphNode* CreateParentNode(const string& name);
H A Dtfprof_scope.cc30 ScopeNode* TFScope::CreateParentNode(const string& name) { function in class:tensorflow::tfprof::TFScope
54 CHECK(CreateParentNode(name));
76 root_ = CreateParentNode(kTFProfRoot);
H A Dtfprof_graph.cc29 GraphNode* TFGraph::CreateParentNode(const string& name) { function in class:tensorflow::tfprof::TFGraph
68 root_ = CreateParentNode(kTFProfRoot);

Completed in 105 milliseconds