Home
last modified time | relevance | path

Searched refs:PercentileSamplerCell (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/compiler/xrt/
Dxrt_metrics.h30 monitoring::PercentileSamplerCell* GetAllocateCell();
31 monitoring::PercentileSamplerCell* GetAllocateUninitializedCell();
32 monitoring::PercentileSamplerCell* GetAllocateFromTensorCell();
33 monitoring::PercentileSamplerCell* GetSubTupleCell();
34 monitoring::PercentileSamplerCell* GetMakeTupleCell();
35 monitoring::PercentileSamplerCell* GetReadLiteralCell();
36 monitoring::PercentileSamplerCell* GetReadToTensorCell();
37 monitoring::PercentileSamplerCell* GetWriteLiteralCell();
38 monitoring::PercentileSamplerCell* GetReleaseAllocationCell();
39 monitoring::PercentileSamplerCell* GetReleaseAllAllocationsCell();
[all …]
Dxrt_metrics.cc92 monitoring::PercentileSamplerCell* GetAllocateCell() { in GetAllocateCell()
93 static monitoring::PercentileSamplerCell* cell = in GetAllocateCell()
102 monitoring::PercentileSamplerCell* GetAllocateUninitializedCell() { in GetAllocateUninitializedCell()
103 static monitoring::PercentileSamplerCell* cell = in GetAllocateUninitializedCell()
113 monitoring::PercentileSamplerCell* GetAllocateFromTensorCell() { in GetAllocateFromTensorCell()
114 static monitoring::PercentileSamplerCell* cell = in GetAllocateFromTensorCell()
124 monitoring::PercentileSamplerCell* GetSubTupleCell() { in GetSubTupleCell()
125 static monitoring::PercentileSamplerCell* cell = in GetSubTupleCell()
134 monitoring::PercentileSamplerCell* GetMakeTupleCell() { in GetMakeTupleCell()
135 static monitoring::PercentileSamplerCell* cell = in GetMakeTupleCell()
[all …]
/external/tensorflow/tensorflow/core/lib/monitoring/
Dpercentile_sampler.h52 class PercentileSamplerCell {
54 PercentileSamplerCell(UnitOfMeasure unit_of_measure, in PercentileSamplerCell() function
89 TF_DISALLOW_COPY_AND_ASSIGN(PercentileSamplerCell);
127 PercentileSamplerCell* GetCell(const Labels&... labels)
133 friend class PercentileSamplerCell;
195 std::map<LabelArray, PercentileSamplerCell> cells_ TF_GUARDED_BY(mu_);
212 PercentileSamplerCell* PercentileSampler<NumLabels>::GetCell( in GetCell()
Dpercentile_sampler.cc29 void PercentileSamplerCell::Add(double sample) { in Add()
44 Percentiles PercentileSamplerCell::value() const { in value()
83 std::vector<PercentileSamplerCell::Sample> PercentileSamplerCell::GetSamples( in GetSamples()
Dmobile_percentile_sampler.h39 class PercentileSamplerCell {
56 PercentileSamplerCell* GetCell(const Labels&... labels) { in GetCell()
63 PercentileSamplerCell default_cell_;