Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/profiler/internal/advisor/
Dtfprof_advisor_test.cc57 node->AddStepStat(step, "/job:localhost/replica:0/task:0/device:GPU:0", in CreateNode()
59 node->AddStepStat(step, in CreateNode()
62 node->AddStepStat(step, in CreateNode()
/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_stats.cc297 nodes_map_.at(name)->AddStepStat(step, dev_stat.device(), node_stat); in AddRunMeta()
301 node->second->AddStepStat(step, dev_stat.device(), node_stat); in AddRunMeta()
Dtfprof_node.cc195 void TFGraphNode::AddStepStat(int64 step, const string& device, in AddStepStat() function in tensorflow::tfprof::TFGraphNode
Dtfprof_node.h353 void AddStepStat(int64 step, const string& device,