Searched refs:PercentileSampler (Results 1 – 6 of 6) sorted by relevance
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 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()
104 class PercentileSampler {106 ~PercentileSampler() { in ~PercentileSampler()118 static PercentileSampler* New(135 PercentileSampler(const MetricDef<MetricKind::kCumulative, Percentiles, in PercentileSampler() function197 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()
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()
35 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()