Uses of Class
org.tensorflow.metadata.v0.RankHistogram.Bucket
-
Packages that use RankHistogram.Bucket Package Description org.tensorflow.metadata.v0 -
-
Uses of RankHistogram.Bucket in org.tensorflow.metadata.v0
Methods in org.tensorflow.metadata.v0 that return RankHistogram.Bucket Modifier and Type Method Description RankHistogram.BucketRankHistogram.Bucket.Builder. build()RankHistogram.BucketRankHistogram.Bucket.Builder. buildPartial()RankHistogram.BucketRankHistogram.Builder. getBuckets(int index)A list of buckets in the histogram, sorted from lowest-ranked bucket to highest-ranked bucket.RankHistogram.BucketRankHistogram. getBuckets(int index)A list of buckets in the histogram, sorted from lowest-ranked bucket to highest-ranked bucket.RankHistogram.BucketRankHistogramOrBuilder. getBuckets(int index)A list of buckets in the histogram, sorted from lowest-ranked bucket to highest-ranked bucket.static RankHistogram.BucketRankHistogram.Bucket. getDefaultInstance()RankHistogram.BucketRankHistogram.Bucket.Builder. getDefaultInstanceForType()RankHistogram.BucketRankHistogram.Bucket. getDefaultInstanceForType()static RankHistogram.BucketRankHistogram.Bucket. parseDelimitedFrom(InputStream input)static RankHistogram.BucketRankHistogram.Bucket. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RankHistogram.BucketRankHistogram.Bucket. parseFrom(byte[] data)static RankHistogram.BucketRankHistogram.Bucket. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RankHistogram.BucketRankHistogram.Bucket. parseFrom(com.google.protobuf.ByteString data)static RankHistogram.BucketRankHistogram.Bucket. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RankHistogram.BucketRankHistogram.Bucket. parseFrom(com.google.protobuf.CodedInputStream input)static RankHistogram.BucketRankHistogram.Bucket. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RankHistogram.BucketRankHistogram.Bucket. parseFrom(InputStream input)static RankHistogram.BucketRankHistogram.Bucket. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RankHistogram.BucketRankHistogram.Bucket. parseFrom(ByteBuffer data)static RankHistogram.BucketRankHistogram.Bucket. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in org.tensorflow.metadata.v0 that return types with arguments of type RankHistogram.Bucket Modifier and Type Method Description List<RankHistogram.Bucket>RankHistogram.Builder. getBucketsList()A list of buckets in the histogram, sorted from lowest-ranked bucket to highest-ranked bucket.List<RankHistogram.Bucket>RankHistogram. getBucketsList()A list of buckets in the histogram, sorted from lowest-ranked bucket to highest-ranked bucket.List<RankHistogram.Bucket>RankHistogramOrBuilder. getBucketsList()A list of buckets in the histogram, sorted from lowest-ranked bucket to highest-ranked bucket.com.google.protobuf.Parser<RankHistogram.Bucket>RankHistogram.Bucket. getParserForType()static com.google.protobuf.Parser<RankHistogram.Bucket>RankHistogram.Bucket. parser()Methods in org.tensorflow.metadata.v0 with parameters of type RankHistogram.Bucket Modifier and Type Method Description RankHistogram.BuilderRankHistogram.Builder. addBuckets(int index, RankHistogram.Bucket value)A list of buckets in the histogram, sorted from lowest-ranked bucket to highest-ranked bucket.RankHistogram.BuilderRankHistogram.Builder. addBuckets(RankHistogram.Bucket value)A list of buckets in the histogram, sorted from lowest-ranked bucket to highest-ranked bucket.RankHistogram.Bucket.BuilderRankHistogram.Bucket.Builder. mergeFrom(RankHistogram.Bucket other)static RankHistogram.Bucket.BuilderRankHistogram.Bucket. newBuilder(RankHistogram.Bucket prototype)RankHistogram.BuilderRankHistogram.Builder. setBuckets(int index, RankHistogram.Bucket value)A list of buckets in the histogram, sorted from lowest-ranked bucket to highest-ranked bucket.Method parameters in org.tensorflow.metadata.v0 with type arguments of type RankHistogram.Bucket Modifier and Type Method Description RankHistogram.BuilderRankHistogram.Builder. addAllBuckets(Iterable<? extends RankHistogram.Bucket> values)A list of buckets in the histogram, sorted from lowest-ranked bucket to highest-ranked bucket.
-