Home
last modified time | relevance | path

Searched refs:PercentileSampler (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/compiler/xrt/
Dxrt_metrics.cc94 monitoring::PercentileSampler<0>::New( in GetAllocateCell()
104 monitoring::PercentileSampler<0>::New( in GetAllocateUninitializedCell()
115 monitoring::PercentileSampler<0>::New( in GetAllocateFromTensorCell()
126 monitoring::PercentileSampler<0>::New( in GetSubTupleCell()
136 monitoring::PercentileSampler<0>::New( in GetMakeTupleCell()
146 monitoring::PercentileSampler<0>::New( in GetReadLiteralCell()
156 monitoring::PercentileSampler<0>::New( in GetReadToTensorCell()
166 monitoring::PercentileSampler<0>::New( in GetWriteLiteralCell()
176 monitoring::PercentileSampler<0>::New( in GetReleaseAllocationCell()
187 monitoring::PercentileSampler<0>::New( in GetReleaseAllAllocationsCell()
[all …]
/external/tensorflow/tensorflow/core/lib/monitoring/
Dmobile_percentile_sampler.h47 class PercentileSampler {
49 static PercentileSampler* New(
65 PercentileSampler() = default;
67 TF_DISALLOW_COPY_AND_ASSIGN(PercentileSampler);
71 PercentileSampler<NumLabels>* PercentileSampler<NumLabels>::New( in New()
76 return new PercentileSampler<NumLabels>(); in New()
Dpercentile_sampler.h104 class PercentileSampler {
106 ~PercentileSampler() { in ~PercentileSampler()
118 static PercentileSampler* New(
135 PercentileSampler(const MetricDef<MetricKind::kCumulative, Percentiles, in PercentileSampler() function
197 TF_DISALLOW_COPY_AND_ASSIGN(PercentileSampler);
201 PercentileSampler<NumLabels>* PercentileSampler<NumLabels>::New( in New()
206 return new PercentileSampler<NumLabels>(metric_def, std::move(percentiles), in New()
212 PercentileSamplerCell* PercentileSampler<NumLabels>::GetCell( in GetCell()
Dpercentile_sampler_test.cc24 auto* pctsampler_with_labels = PercentileSampler<1>::New(
28 auto* pctsampler_without_labels = PercentileSampler<0>::New(
Dcollection_registry_test.cc366 TEST(CollectMetricsTest, PercentileSampler) { in TEST() argument
368 std::unique_ptr<PercentileSampler<2>>(PercentileSampler<2>::New( in TEST()
373 std::unique_ptr<PercentileSampler<0>>(PercentileSampler<0>::New( in TEST()
/external/tensorflow/tensorflow/core/kernels/batching_util/
Dbatch_resource_base.cc35 static auto* cell = tensorflow::monitoring::PercentileSampler<3>::New( in RecordPaddingSize()
48 static auto* cell = tensorflow::monitoring::PercentileSampler<2>::New( in RecordInputBatchSize()
60 static auto* cell = tensorflow::monitoring::PercentileSampler<2>::New( in RecordProcessedBatchSize()
72 static auto* cell = monitoring::PercentileSampler<2>::New( in RecordBatchDelayUs()