Uses of Interface
org.tensorflow.metadata.v0.Histogram.BucketOrBuilder
-
Packages that use Histogram.BucketOrBuilder Package Description org.tensorflow.metadata.v0 -
-
Uses of Histogram.BucketOrBuilder in org.tensorflow.metadata.v0
Classes in org.tensorflow.metadata.v0 that implement Histogram.BucketOrBuilder Modifier and Type Class Description static classHistogram.BucketEach bucket defines its low and high values along with its count.static classHistogram.Bucket.BuilderEach bucket defines its low and high values along with its count.Methods in org.tensorflow.metadata.v0 that return Histogram.BucketOrBuilder Modifier and Type Method Description Histogram.BucketOrBuilderHistogram.Builder. getBucketsOrBuilder(int index)A list of buckets in the histogram, sorted from lowest bucket to highest bucket.Histogram.BucketOrBuilderHistogram. getBucketsOrBuilder(int index)A list of buckets in the histogram, sorted from lowest bucket to highest bucket.Histogram.BucketOrBuilderHistogramOrBuilder. getBucketsOrBuilder(int index)A list of buckets in the histogram, sorted from lowest bucket to highest bucket.Methods in org.tensorflow.metadata.v0 that return types with arguments of type Histogram.BucketOrBuilder Modifier and Type Method Description List<? extends Histogram.BucketOrBuilder>Histogram.Builder. getBucketsOrBuilderList()A list of buckets in the histogram, sorted from lowest bucket to highest bucket.List<? extends Histogram.BucketOrBuilder>Histogram. getBucketsOrBuilderList()A list of buckets in the histogram, sorted from lowest bucket to highest bucket.List<? extends Histogram.BucketOrBuilder>HistogramOrBuilder. getBucketsOrBuilderList()A list of buckets in the histogram, sorted from lowest bucket to highest bucket.
-