Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xrt/
Dxrt_metrics.h38 monitoring::PercentileSamplerCell* GetReleaseAllocationCell();
Dxrt_metrics.cc174 monitoring::PercentileSamplerCell* GetReleaseAllocationCell() { in GetReleaseAllocationCell() function
/external/tensorflow/tensorflow/compiler/xrt/kernels/
Dxrt_state_ops.h681 auto timed = monitoring::MakeTimed(xrt_metrics::GetReleaseAllocationCell()); in Compute()