Home
last modified time | relevance | path

Searched defs:accelerator_exec_micros (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/
H A Dtfprof_output.proto28 int64 accelerator_exec_micros = 17; field
90 int64 accelerator_exec_micros = 12; field
/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/internal/
H A Dtfprof_node.h528 int64_t accelerator_exec_micros(int64_t step) const { in accelerator_exec_micros() function
840 int64_t accelerator_exec_micros() const { return accelerator_exec_micros_; } in accelerator_exec_micros() function
H A Dtfprof_node.cc231 int64_t ExecStep::accelerator_exec_micros() const { in accelerator_exec_micros() function in tensorflow::tfprof::ExecStep