Home
last modified time | relevance | path

Searched refs:op_execs (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_node.h104 const std::map<string, std::vector<std::pair<int64, int64>>>& op_execs() in op_execs() function
600 const std::map<string, std::vector<std::pair<int64, int64>>>& op_execs( in op_execs() function
606 return exec->second.op_execs(); in op_execs()
Dtfprof_timeline.cc178 for (const auto& kernel_execs : node->op_execs(step_)) { in AllocateTimeNodes()