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