Home
last modified time | relevance | path

Searched refs:xrt_metrics (Results 1 – 9 of 9) sorted by relevance

/external/tensorflow/tensorflow/compiler/xrt/kernels/
Dxrt_state_ops.h176 auto timed = monitoring::MakeTimed(xrt_metrics::GetAllocateCell()); in Compute()
231 monitoring::MakeTimed(xrt_metrics::GetAllocateUninitializedCell()); in Compute()
304 monitoring::MakeTimed(xrt_metrics::GetAllocateFromTensorCell()); in Compute()
373 auto timed = monitoring::MakeTimed(xrt_metrics::GetSubTupleCell()); in Compute()
424 auto timed = monitoring::MakeTimed(xrt_metrics::GetMakeTupleCell()); in Compute()
495 auto timed = monitoring::MakeTimed(xrt_metrics::GetReadLiteralCell()); in Compute()
546 auto timed = monitoring::MakeTimed(xrt_metrics::GetReadToTensorCell()); in Compute()
630 auto timed = monitoring::MakeTimed(xrt_metrics::GetWriteLiteralCell()); in Compute()
681 auto timed = monitoring::MakeTimed(xrt_metrics::GetReleaseAllocationCell()); in Compute()
711 monitoring::MakeTimed(xrt_metrics::GetReleaseAllAllocationsCell()); in Compute()
[all …]
Dtpu_compile_ops.cc122 auto timed = monitoring::MakeTimed(xrt_metrics::GetCompileCell()); in Compute()
242 auto timed = monitoring::MakeTimed(xrt_metrics::GetReleaseCompilationCell()); in Compute()
Dxrt_compile_ops.cc189 auto timed = monitoring::MakeTimed(xrt_metrics::GetCompileCell()); in Compute()
261 auto timed = monitoring::MakeTimed(xrt_metrics::GetReleaseCompilationCell()); in Compute()
Dtpu_execute_op.cc281 auto timed = monitoring::MakeTimed(xrt_metrics::GetExecuteCell()); in DoWork()
402 auto timed = monitoring::MakeTimed(xrt_metrics::GetExecuteChainedCell()); in DoWork()
Dxrt_execute_op.cc437 auto timed = monitoring::MakeTimed(xrt_metrics::GetExecuteCell()); in DoWork()
525 auto timed = monitoring::MakeTimed(xrt_metrics::GetExecuteChainedCell()); in DoWork()
/external/tensorflow/tensorflow/compiler/xrt/
DBUILD61 "xrt_metrics.cc",
69 "xrt_metrics.h",
Dxrt_metrics.h24 namespace xrt_metrics {
Dxrt_memory_manager.cc105 auto timed = monitoring::MakeTimed(xrt_metrics::GetMemoryCompactCell()); in CompactAllocations()
153 auto timed = monitoring::MakeTimed(xrt_metrics::GetTryFreeMemoryCell()); in TryFreeMemory()
Dxrt_metrics.cc90 namespace xrt_metrics { namespace