Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xrt/
Dxrt_metrics.h35 monitoring::PercentileSamplerCell* GetReadLiteralCell();
Dxrt_metrics.cc144 monitoring::PercentileSamplerCell* GetReadLiteralCell() { in GetReadLiteralCell() function
/external/tensorflow/tensorflow/compiler/xrt/kernels/
Dxrt_state_ops.h495 auto timed = monitoring::MakeTimed(xrt_metrics::GetReadLiteralCell()); in Compute()