Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xrt/
Dxrt_metrics.h33 monitoring::PercentileSamplerCell* GetSubTupleCell();
Dxrt_metrics.cc124 monitoring::PercentileSamplerCell* GetSubTupleCell() { in GetSubTupleCell() function
/external/tensorflow/tensorflow/compiler/xrt/kernels/
Dxrt_state_ops.h373 auto timed = monitoring::MakeTimed(xrt_metrics::GetSubTupleCell()); in Compute()