Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/
H A Dtfprof_output.proto54 int64 total_exec_micros = 6; field
109 int64 total_exec_micros = 6; field
/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/internal/
H A Dtfprof_timeline.h157 int64_t total_exec_micros = child->proto().total_exec_micros(); in EmitTreeNode() local