Uses of Interface
org.tensorflow.metadata.v0.RankHistogram.BucketOrBuilder
-
Packages that use RankHistogram.BucketOrBuilder Package Description org.tensorflow.metadata.v0 -
-
Uses of RankHistogram.BucketOrBuilder in org.tensorflow.metadata.v0
Classes in org.tensorflow.metadata.v0 that implement RankHistogram.BucketOrBuilder Modifier and Type Class Description static classRankHistogram.BucketEach bucket defines its start and end ranks along with its count.static classRankHistogram.Bucket.BuilderEach bucket defines its start and end ranks along with its count.Methods in org.tensorflow.metadata.v0 that return RankHistogram.BucketOrBuilder Modifier and Type Method Description RankHistogram.BucketOrBuilderRankHistogram.Builder. getBucketsOrBuilder(int index)A list of buckets in the histogram, sorted from lowest-ranked bucket to highest-ranked bucket.RankHistogram.BucketOrBuilderRankHistogram. getBucketsOrBuilder(int index)A list of buckets in the histogram, sorted from lowest-ranked bucket to highest-ranked bucket.RankHistogram.BucketOrBuilderRankHistogramOrBuilder. getBucketsOrBuilder(int index)A list of buckets in the histogram, sorted from lowest-ranked bucket to highest-ranked bucket.Methods in org.tensorflow.metadata.v0 that return types with arguments of type RankHistogram.BucketOrBuilder Modifier and Type Method Description List<? extends RankHistogram.BucketOrBuilder>RankHistogram.Builder. getBucketsOrBuilderList()A list of buckets in the histogram, sorted from lowest-ranked bucket to highest-ranked bucket.List<? extends RankHistogram.BucketOrBuilder>RankHistogram. getBucketsOrBuilderList()A list of buckets in the histogram, sorted from lowest-ranked bucket to highest-ranked bucket.List<? extends RankHistogram.BucketOrBuilder>RankHistogramOrBuilder. getBucketsOrBuilderList()A list of buckets in the histogram, sorted from lowest-ranked bucket to highest-ranked bucket.
-