Home
last modified time | relevance | path

Searched refs:AddOpType (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_stats.cc69 node->second->AddOpType("_checkpoint_variables"); in TFStats()
251 node->second->AddOpType(type); in AddOpLogProto()
Dtfprof_node.cc218 AddOpType(node_.canonical_device()); in AddStepStat()
Dtfprof_node.h351 void AddOpType(const string& op_type) { op_types_.insert(op_type); } in AddOpType() function