Searched refs:PercentileSampler (Results 1 – 6 of 6) sorted by relevance
45 class PercentileSampler {47 static PercentileSampler* New(63 PercentileSampler() = default;65 TF_DISALLOW_COPY_AND_ASSIGN(PercentileSampler);69 PercentileSampler<NumLabels>* PercentileSampler<NumLabels>::New( in New()74 return new PercentileSampler<NumLabels>(); in New()152 class PercentileSampler {154 ~PercentileSampler() { in ~PercentileSampler()166 static PercentileSampler* New(183 PercentileSampler(const MetricDef<MetricKind::kCumulative, Percentiles, in PercentileSampler() function[all …]
24 auto* pctsampler_with_labels = PercentileSampler<1>::New(28 auto* pctsampler_without_labels = PercentileSampler<0>::New(
366 TEST(CollectMetricsTest, PercentileSampler) { in TEST() argument368 std::unique_ptr<PercentileSampler<2>>(PercentileSampler<2>::New( in TEST()373 std::unique_ptr<PercentileSampler<0>>(PercentileSampler<0>::New( in TEST()
77 auto* test_percentiles = monitoring::PercentileSampler<0>::New(82 auto* test_percentiles_with_labels = monitoring::PercentileSampler<2>::New(
94 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 …]
47 static auto* cell = tensorflow::monitoring::PercentileSampler<3>::New( in RecordPaddingSize()75 static auto* cell = tensorflow::monitoring::PercentileSampler<2>::New( in RecordInputBatchSize()112 static auto* cell = tensorflow::monitoring::PercentileSampler<2>::New( in RecordProcessedBatchSize()137 static auto* cell = monitoring::PercentileSampler<3>::New( in RecordBatchDelayUs()