Searched refs:AddStepStat (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/core/profiler/internal/advisor/ |
D | tfprof_advisor_test.cc | 56 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/ |
D | tfprof_stats.cc | 301 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()
|
D | tfprof_node.cc | 194 void TFGraphNode::AddStepStat(int64 step, const string& device, in AddStepStat() function in tensorflow::tfprof::TFGraphNode
|
D | tfprof_node.h | 352 void AddStepStat(int64 step, const string& device,
|