Home
last modified time | relevance | path

Searched refs:TFScope (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_scope.cc29 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()
Dtfprof_scope.h39 class TFScope : public TFShow {
41 explicit TFScope(checkpoint::CheckpointReader* ckpt_reader) in TFScope() function
43 ~TFScope() override {} in ~TFScope()
Dtfprof_stats.h107 std::unique_ptr<TFScope> scope_view_;
Dtfprof_stats.cc110 scope_view_.reset(new TFScope(ckpt_reader_.get())); in BuildView()