public final class HistogramProto extends com.github.os72.protobuf351.GeneratedMessageV3 implements HistogramProtoOrBuilder
Serialization format for histogram module in core/lib/histogram/histogram.hProtobuf type
tensorflow.HistogramProto| Modifier and Type | Class and Description |
|---|---|
static class |
HistogramProto.Builder
Serialization format for histogram module in
core/lib/histogram/histogram.h
|
com.github.os72.protobuf351.GeneratedMessageV3.BuilderParent, com.github.os72.protobuf351.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.github.os72.protobuf351.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.github.os72.protobuf351.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.github.os72.protobuf351.GeneratedMessageV3.ExtendableMessage<MessageType extends com.github.os72.protobuf351.GeneratedMessageV3.ExtendableMessage>, com.github.os72.protobuf351.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.github.os72.protobuf351.GeneratedMessageV3.ExtendableMessage>, com.github.os72.protobuf351.GeneratedMessageV3.FieldAccessorTable| Modifier and Type | Field and Description |
|---|---|
static int |
BUCKET_FIELD_NUMBER |
static int |
BUCKET_LIMIT_FIELD_NUMBER |
static int |
MAX_FIELD_NUMBER |
static int |
MIN_FIELD_NUMBER |
static int |
NUM_FIELD_NUMBER |
static int |
SUM_FIELD_NUMBER |
static int |
SUM_SQUARES_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
double |
getBucket(int index)
repeated double bucket = 7 [packed = true]; |
int |
getBucketCount()
repeated double bucket = 7 [packed = true]; |
double |
getBucketLimit(int index)
Parallel arrays encoding the bucket boundaries and the bucket values.
|
int |
getBucketLimitCount()
Parallel arrays encoding the bucket boundaries and the bucket values.
|
List<Double> |
getBucketLimitList()
Parallel arrays encoding the bucket boundaries and the bucket values.
|
List<Double> |
getBucketList()
repeated double bucket = 7 [packed = true]; |
static HistogramProto |
getDefaultInstance() |
HistogramProto |
getDefaultInstanceForType() |
static com.github.os72.protobuf351.Descriptors.Descriptor |
getDescriptor() |
double |
getMax()
double max = 2; |
double |
getMin()
double min = 1; |
double |
getNum()
double num = 3; |
com.github.os72.protobuf351.Parser<HistogramProto> |
getParserForType() |
int |
getSerializedSize() |
double |
getSum()
double sum = 4; |
double |
getSumSquares()
double sum_squares = 5; |
com.github.os72.protobuf351.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
protected com.github.os72.protobuf351.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static HistogramProto.Builder |
newBuilder() |
static HistogramProto.Builder |
newBuilder(HistogramProto prototype) |
HistogramProto.Builder |
newBuilderForType() |
protected HistogramProto.Builder |
newBuilderForType(com.github.os72.protobuf351.GeneratedMessageV3.BuilderParent parent) |
static HistogramProto |
parseDelimitedFrom(InputStream input) |
static HistogramProto |
parseDelimitedFrom(InputStream input,
com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) |
static HistogramProto |
parseFrom(byte[] data) |
static HistogramProto |
parseFrom(byte[] data,
com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) |
static HistogramProto |
parseFrom(ByteBuffer data) |
static HistogramProto |
parseFrom(ByteBuffer data,
com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) |
static HistogramProto |
parseFrom(com.github.os72.protobuf351.ByteString data) |
static HistogramProto |
parseFrom(com.github.os72.protobuf351.ByteString data,
com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) |
static HistogramProto |
parseFrom(com.github.os72.protobuf351.CodedInputStream input) |
static HistogramProto |
parseFrom(com.github.os72.protobuf351.CodedInputStream input,
com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) |
static HistogramProto |
parseFrom(InputStream input) |
static HistogramProto |
parseFrom(InputStream input,
com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) |
static com.github.os72.protobuf351.Parser<HistogramProto> |
parser() |
HistogramProto.Builder |
toBuilder() |
void |
writeTo(com.github.os72.protobuf351.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newBuilderForType, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int MIN_FIELD_NUMBER
public static final int MAX_FIELD_NUMBER
public static final int NUM_FIELD_NUMBER
public static final int SUM_FIELD_NUMBER
public static final int SUM_SQUARES_FIELD_NUMBER
public static final int BUCKET_LIMIT_FIELD_NUMBER
public static final int BUCKET_FIELD_NUMBER
public final com.github.os72.protobuf351.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.github.os72.protobuf351.MessageOrBuildergetUnknownFields in class com.github.os72.protobuf351.GeneratedMessageV3public static final com.github.os72.protobuf351.Descriptors.Descriptor getDescriptor()
protected com.github.os72.protobuf351.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.github.os72.protobuf351.GeneratedMessageV3public double getMin()
double min = 1;getMin in interface HistogramProtoOrBuilderpublic double getMax()
double max = 2;getMax in interface HistogramProtoOrBuilderpublic double getNum()
double num = 3;getNum in interface HistogramProtoOrBuilderpublic double getSum()
double sum = 4;getSum in interface HistogramProtoOrBuilderpublic double getSumSquares()
double sum_squares = 5;getSumSquares in interface HistogramProtoOrBuilderpublic List<Double> getBucketLimitList()
Parallel arrays encoding the bucket boundaries and the bucket values. bucket(i) is the count for the bucket i. The range for a bucket is: i == 0: -DBL_MAX .. bucket_limit(0) i != 0: bucket_limit(i-1) .. bucket_limit(i)
repeated double bucket_limit = 6 [packed = true];getBucketLimitList in interface HistogramProtoOrBuilderpublic int getBucketLimitCount()
Parallel arrays encoding the bucket boundaries and the bucket values. bucket(i) is the count for the bucket i. The range for a bucket is: i == 0: -DBL_MAX .. bucket_limit(0) i != 0: bucket_limit(i-1) .. bucket_limit(i)
repeated double bucket_limit = 6 [packed = true];getBucketLimitCount in interface HistogramProtoOrBuilderpublic double getBucketLimit(int index)
Parallel arrays encoding the bucket boundaries and the bucket values. bucket(i) is the count for the bucket i. The range for a bucket is: i == 0: -DBL_MAX .. bucket_limit(0) i != 0: bucket_limit(i-1) .. bucket_limit(i)
repeated double bucket_limit = 6 [packed = true];getBucketLimit in interface HistogramProtoOrBuilderpublic List<Double> getBucketList()
repeated double bucket = 7 [packed = true];getBucketList in interface HistogramProtoOrBuilderpublic int getBucketCount()
repeated double bucket = 7 [packed = true];getBucketCount in interface HistogramProtoOrBuilderpublic double getBucket(int index)
repeated double bucket = 7 [packed = true];getBucket in interface HistogramProtoOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.github.os72.protobuf351.MessageLiteOrBuilderisInitialized in class com.github.os72.protobuf351.GeneratedMessageV3public void writeTo(com.github.os72.protobuf351.CodedOutputStream output)
throws IOException
writeTo in interface com.github.os72.protobuf351.MessageLitewriteTo in class com.github.os72.protobuf351.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.github.os72.protobuf351.MessageLitegetSerializedSize in class com.github.os72.protobuf351.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.github.os72.protobuf351.Messageequals in class com.github.os72.protobuf351.AbstractMessagepublic int hashCode()
hashCode in interface com.github.os72.protobuf351.MessagehashCode in class com.github.os72.protobuf351.AbstractMessagepublic static HistogramProto parseFrom(ByteBuffer data) throws com.github.os72.protobuf351.InvalidProtocolBufferException
com.github.os72.protobuf351.InvalidProtocolBufferExceptionpublic static HistogramProto parseFrom(ByteBuffer data, com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) throws com.github.os72.protobuf351.InvalidProtocolBufferException
com.github.os72.protobuf351.InvalidProtocolBufferExceptionpublic static HistogramProto parseFrom(com.github.os72.protobuf351.ByteString data) throws com.github.os72.protobuf351.InvalidProtocolBufferException
com.github.os72.protobuf351.InvalidProtocolBufferExceptionpublic static HistogramProto parseFrom(com.github.os72.protobuf351.ByteString data, com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) throws com.github.os72.protobuf351.InvalidProtocolBufferException
com.github.os72.protobuf351.InvalidProtocolBufferExceptionpublic static HistogramProto parseFrom(byte[] data) throws com.github.os72.protobuf351.InvalidProtocolBufferException
com.github.os72.protobuf351.InvalidProtocolBufferExceptionpublic static HistogramProto parseFrom(byte[] data, com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) throws com.github.os72.protobuf351.InvalidProtocolBufferException
com.github.os72.protobuf351.InvalidProtocolBufferExceptionpublic static HistogramProto parseFrom(InputStream input) throws IOException
IOExceptionpublic static HistogramProto parseFrom(InputStream input, com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static HistogramProto parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static HistogramProto parseDelimitedFrom(InputStream input, com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static HistogramProto parseFrom(com.github.os72.protobuf351.CodedInputStream input) throws IOException
IOExceptionpublic static HistogramProto parseFrom(com.github.os72.protobuf351.CodedInputStream input, com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic HistogramProto.Builder newBuilderForType()
newBuilderForType in interface com.github.os72.protobuf351.MessagenewBuilderForType in interface com.github.os72.protobuf351.MessageLitepublic static HistogramProto.Builder newBuilder()
public static HistogramProto.Builder newBuilder(HistogramProto prototype)
public HistogramProto.Builder toBuilder()
toBuilder in interface com.github.os72.protobuf351.MessagetoBuilder in interface com.github.os72.protobuf351.MessageLiteprotected HistogramProto.Builder newBuilderForType(com.github.os72.protobuf351.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.github.os72.protobuf351.GeneratedMessageV3public static HistogramProto getDefaultInstance()
public static com.github.os72.protobuf351.Parser<HistogramProto> parser()
public com.github.os72.protobuf351.Parser<HistogramProto> getParserForType()
getParserForType in interface com.github.os72.protobuf351.MessagegetParserForType in interface com.github.os72.protobuf351.MessageLitegetParserForType in class com.github.os72.protobuf351.GeneratedMessageV3public HistogramProto getDefaultInstanceForType()
getDefaultInstanceForType in interface com.github.os72.protobuf351.MessageLiteOrBuildergetDefaultInstanceForType in interface com.github.os72.protobuf351.MessageOrBuilderCopyright © 2018. All rights reserved.