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.cc31 ScopeNode* TFScope::CreateParentNode(const string& name) { in CreateParentNode()
45 void TFScope::AddNode(TFGraphNode* node) { in AddNode()
61 void TFScope::Build() { in Build()
81 const ShowNode* TFScope::ShowInternal(const Options& opts, Timeline* timeline) { in ShowInternal()
111 void TFScope::Format(const std::vector<ScopeNode*> roots, string* display_str, in Format()
121 std::vector<ScopeNode*> TFScope::SearchRoot( in SearchRoot()
146 std::vector<ScopeNode*> TFScope::PrintScope(const std::vector<ScopeNode*> roots, in PrintScope()
196 std::vector<ScopeNode*> TFScope::Account(const std::vector<ScopeNode*>& roots, in Account()
Dtfprof_scope.h40 class TFScope : public TFShow {
42 explicit TFScope(checkpoint::CheckpointReader* ckpt_reader) in TFScope() function
44 ~TFScope() override {} in ~TFScope()
Dtfprof_stats.h107 std::unique_ptr<TFScope> scope_view_;
Dtfprof_stats.cc111 scope_view_.reset(new TFScope(ckpt_reader_.get())); in BuildView()