Home
last modified time | relevance | path

Searched refs:ReAccount (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_show_multi.h70 bool ReAccount(ShowMultiNode* node, const Options& opts);
Dtfprof_show.h68 bool ReAccount(ShowNode* node, const Options& opts);
Dtfprof_scope.cc204 node->account = ReAccount(node, opts); in Account()
Dtfprof_graph.cc223 node->account = ReAccount(node, opts); in Account()
Dtfprof_show_multi.cc112 bool TFMultiShow::ReAccount(ShowMultiNode* node, const Options& opts) { in ReAccount() function in tensorflow::tfprof::TFMultiShow
Dtfprof_op.cc127 n.second->account = ReAccount(n.second.get(), opts); in ShowInternal()
Dtfprof_show.cc121 bool TFShow::ReAccount(ShowNode* node, const Options& opts) { in ReAccount() function in tensorflow::tfprof::TFShow
Dtfprof_code.cc604 node->account = ReAccount(node, opts); in Account()