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.cc56 node->AddStepStat(step, "/job:localhost/replica:0/task:0/device:GPU:0", in CreateNode()
58 node->AddStepStat(step, in CreateNode()
61 node->AddStepStat(step, in CreateNode()
/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_stats.cc301 nodes_map_.at(name)->AddStepStat(step, dev_stat.device(), node_stat); in AddRunMeta()
305 node->second->AddStepStat(step, dev_stat.device(), node_stat); in AddRunMeta()
Dtfprof_node.cc194 void TFGraphNode::AddStepStat(int64 step, const string& device, in AddStepStat() function in tensorflow::tfprof::TFGraphNode
Dtfprof_node.h352 void AddStepStat(int64 step, const string& device,