Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/convert/
H A Dxplane_to_step_stats.cc40 uint64_t enqueue_time_ns; member
111 uint64_t enqueue_time_ns = event.TimestampNs(); in ConvertGpuXSpaceToStepStats() local
112 correlation_info_map[correlation_id] = {thread_id, enqueue_time_ns}; in ConvertGpuXSpaceToStepStats()
141 NanoToMicro(correlation_info.enqueue_time_ns)); in ConvertGpuXSpaceToStepStats()
/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/backends/gpu/
H A Ddevice_tracer_rocm.cc526 : thread_id(t), enqueue_time_ns(e) {} in CorrelationInfo()
528 uint64_t enqueue_time_ns; member