Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xrt/
Dxrt_metrics.h30 monitoring::PercentileSamplerCell* GetAllocateCell();
Dxrt_metrics.cc92 monitoring::PercentileSamplerCell* GetAllocateCell() { in GetAllocateCell() function
/external/tensorflow/tensorflow/compiler/xrt/kernels/
Dxrt_state_ops.h176 auto timed = monitoring::MakeTimed(xrt_metrics::GetAllocateCell()); in Compute()