Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/backends/gpu/
H A Dcupti_collector.cc126 uint64 start_gpu_ns, uint64 end_gpu_ns, in CreateXEvent()
305 size_t Flush(uint64 start_gpu_ns, uint64 end_gpu_ns, in Flush()
520 bool Export(XSpace* space, uint64 end_gpu_ns) override { in Export()
H A Ddevice_tracer_cuda.cc209 uint64 end_gpu_ns = CuptiTracer::GetTimestamp(); in CollectData() local
H A Dcupti_collector.h253 virtual bool Export(XSpace* space, uint64 end_gpu_ns) { return true; } in Export()