Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/
H A Dmetrics.cc23 auto* compile_time_usecs_histogram = tensorflow::monitoring::Sampler<1>::New( variable
35 static auto* cell = compile_time_usecs_histogram->GetCell("hlo_passes"); in RecordHloPassesDuration()
40 static auto* cell = compile_time_usecs_histogram->GetCell("hlo_to_llvm"); in RecordHloToLlvmDuration()
48 static auto* cell = compile_time_usecs_histogram->GetCell("llvm_to_ptx"); in RecordLlvmPassesAndLlvmToPtxDuration()
53 static auto* cell = compile_time_usecs_histogram->GetCell("llvm_passes"); in RecordLlvmPassesDuration()
60 static auto* cell = compile_time_usecs_histogram->GetCell("llvm_to_ptx_only"); in RecordLlvmToPtxDuration()
65 static auto* cell = compile_time_usecs_histogram->GetCell("ptx_to_cubin"); in RecordPtxToCubinDuration()