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.cc70 node->second->AddOpType("_checkpoint_variables"); in TFStats()
253 node->second->AddOpType(type); in AddOpLogProto()
Dtfprof_node.cc210 AddOpType(node_.canonical_device()); in AddStepStat()
Dtfprof_node.h350 void AddOpType(const string& op_type) { op_types_.insert(op_type); } in AddOpType() function