Home
last modified time | relevance | path

Searched defs:cpu_execs (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/internal/
H A Dtfprof_node.h107 const std::map<string, std::vector<std::pair<int64_t, int64_t>>>& cpu_execs() in cpu_execs() function
607 const std::map<string, std::vector<std::pair<int64_t, int64_t>>>& cpu_execs( in cpu_execs() function
/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/
H A Dtfprof_log.proto111 map<string, ExecTime> cpu_execs = 5; field