Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xrt/
Dxrt_metrics.h42 monitoring::PercentileSamplerCell* GetReleaseCompilationCell();
Dxrt_metrics.cc217 monitoring::PercentileSamplerCell* GetReleaseCompilationCell() { in GetReleaseCompilationCell() function
/external/tensorflow/tensorflow/compiler/xrt/kernels/
Dtpu_compile_ops.cc242 auto timed = monitoring::MakeTimed(xrt_metrics::GetReleaseCompilationCell()); in Compute()
Dxrt_compile_ops.cc261 auto timed = monitoring::MakeTimed(xrt_metrics::GetReleaseCompilationCell()); in Compute()