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