HistogramProto

کلاس نهایی عمومی HistogramProto

 Serialization format for histogram module in
 core/lib/histogram/histogram.h
 
نوع Protobuf tensorflow.HistogramProto

کلاس های تو در تو

کلاس HistogramProto.Builder
 Serialization format for histogram module in
 core/lib/histogram/histogram.h
 
نوع Protobuf tensorflow.HistogramProto

ثابت ها

بین المللی BUCKET_FIELD_NUMBER
بین المللی BUCKET_LIMIT_FIELD_NUMBER
بین المللی MAX_FIELD_NUMBER
بین المللی MIN_FIELD_NUMBER
بین المللی NUM_FIELD_NUMBER
بین المللی SUM_FIELD_NUMBER
بین المللی SUM_SQUARES_FIELD_NUMBER

روش های عمومی

بولی
برابر است (object obj)
دو برابر
getBucket (شاخص int)
repeated double bucket = 7 [packed = true];
بین المللی
getBucketCount ()
repeated double bucket = 7 [packed = true];
دو برابر
getBucketLimit (شاخص int)
 Parallel arrays encoding the bucket boundaries and the bucket values.
بین المللی
getBucketLimitCount ()
 Parallel arrays encoding the bucket boundaries and the bucket values.
لیست<دوبل>
getBucketLimitList ()
 Parallel arrays encoding the bucket boundaries and the bucket values.
لیست<دوبل>
getBucketList ()
repeated double bucket = 7 [packed = true];
استاتیک HistogramProto
HistogramProto
نهایی static com.google.protobuf.Descriptors.Descriptor
دو برابر
getMax ()
double max = 2;
دو برابر
getMin ()
double min = 1;
دو برابر
getNum ()
double num = 3;
بین المللی
دو برابر
getSum ()
double sum = 4;
دو برابر
getSumSquares ()
double sum_squares = 5;
com.google.protobuf.UnknownFieldSet نهایی
بین المللی
بولی نهایی
استاتیک HistogramProto.Builder
استاتیک HistogramProto.Builder
newBuilder (نمونه اولیه HistogramProto )
HistogramProto.Builder
استاتیک HistogramProto
parseDelimitedFrom (ورودی جریان ورودی)
استاتیک HistogramProto
parseDelimitedFrom (ورودی InputStream، com.google.protobuf.ExtensionRegistryLite extensionRegistry)
استاتیک HistogramProto
parseFrom (داده های ByteBuffer)
استاتیک HistogramProto
parseFrom (ورودی com.google.protobuf.CodedInputStream، com.google.protobuf.ExtensionRegistryLite extensionRegistry)
استاتیک HistogramProto
parseFrom (داده‌های ByteBuffer، com.google.protobuf.ExtensionRegistryLite extensionRegistry)
استاتیک HistogramProto
parseFrom (ورودی com.google.protobuf.CodedInputStream)
استاتیک HistogramProto
parseFrom (بایت[] داده، com.google.protobuf.ExtensionRegistryLite extensionRegistry)
استاتیک HistogramProto
parseFrom (داده های com.google.protobuf.ByteString)
استاتیک HistogramProto
parseFrom (ورودی InputStream، com.google.protobuf.ExtensionRegistryLite extensionRegistry)
استاتیک HistogramProto
parseFrom (داده‌های com.google.protobuf.ByteString، com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ایستا
HistogramProto.Builder
خالی
writeTo (خروجی com.google.protobuf.CodedOutputStream)

روش های ارثی

ثابت ها

نهایی استاتیک عمومی BUCKET_FIELD_NUMBER

ارزش ثابت: 7

نهایی استاتیک عمومی BUCKET_LIMIT_FIELD_NUMBER

مقدار ثابت: 6

MAX_FIELD_NUMBER نهایی استاتیک عمومی

مقدار ثابت: 2

نهایی استاتیک عمومی MIN_FIELD_NUMBER

ارزش ثابت: 1

نهایی استاتیک عمومی NUM_FIELD_NUMBER

مقدار ثابت: 3

نهایی استاتیک عمومی SUM_FIELD_NUMBER

ارزش ثابت: 4

نهایی استاتیک عمومی SUM_SQUARES_FIELD_NUMBER

ارزش ثابت: 5

روش های عمومی

بولین عمومی برابر است (Object Obj)

عمومی دوگانه getBucket (شاخص int)

repeated double bucket = 7 [packed = true];

عمومی int getBucketCount ()

repeated double bucket = 7 [packed = true];

public 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];

عمومی 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];

فهرست عمومی<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];

فهرست عمومی<Double> getBucketList ()

repeated double bucket = 7 [packed = true];

عمومی استاتیک HistogramProto getDefaultInstance ()

عمومی HistogramProto getDefaultInstanceForType ()

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

دریافت مکس دوبل عمومی ()

double max = 2;

عمومی دوبل getMin ()

double min = 1;

عمومی دو برابر getNum ()

double num = 3;

عمومی getParserForType ()

عمومی int getSerializedSize ()

جمع دو برابر عمومی ()

double sum = 4;

عمومی دو برابر getSumSquares ()

double sum_squares = 5;

عمومی نهایی com.google.protobuf.UnknownFieldSet getUnknownFields ()

هش کد عمومی ()

بولین نهایی عمومی isInitialized ()

عمومی استاتیک HistogramProto.Builder newBuilder ()

عمومی استاتیک HistogramProto.Builder newBuilder ( نمونه اولیه HistogramProto )

عمومی HistogramProto.Builder newBuilderForType ()

عمومی استاتیک HistogramProto parseDelimitedFrom (ورودی جریان ورودی)

پرتاب می کند
IOException

عمومی استاتیک HistogramProto parseDelimitedFrom (ورودی InputStream، com.google.protobuf.ExtensionRegistryLite extensionRegistry)

پرتاب می کند
IOException

عمومی استاتیک HistogramProto parseFrom (داده ByteBuffer)

پرتاب می کند
InvalidProtocolBufferException

عمومی استاتیک HistogramProto parseFrom (com.google.protobuf.CodedInputStream ورودی، com.google.protobuf.ExtensionRegistryLite extensionRegistry)

پرتاب می کند
IOException

عمومی استاتیک HistogramProto parseFrom (داده های ByteBuffer، com.google.protobuf.ExtensionRegistryLite extensionRegistry)

پرتاب می کند
InvalidProtocolBufferException

عمومی استاتیک HistogramProto parseFrom (ورودی com.google.protobuf.CodedInputStream)

پرتاب می کند
IOException

عمومی استاتیک HistogramProto parseFrom (بایت[] داده، com.google.protobuf.ExtensionRegistryLite extensionRegistry)

پرتاب می کند
InvalidProtocolBufferException

عمومی استاتیک HistogramProto parseFrom (داده های com.google.protobuf.ByteString)

پرتاب می کند
InvalidProtocolBufferException

عمومی استاتیک HistogramProto parseFrom (ورودی InputStream، com.google.protobuf.ExtensionRegistryLite extensionRegistry)

پرتاب می کند
IOException

عمومی استاتیک HistogramProto parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

پرتاب می کند
InvalidProtocolBufferException

استاتیک عمومی تجزیه کننده ()

عمومی HistogramProto.Builder toBuilder ()

public void writeTo (خروجی com.google.protobuf.CodedOutputStream)

پرتاب می کند
IOException
،
کلاس نهایی عمومی HistogramProto

 Serialization format for histogram module in
 core/lib/histogram/histogram.h
 
نوع Protobuf tensorflow.HistogramProto

کلاس های تو در تو

کلاس HistogramProto.Builder
 Serialization format for histogram module in
 core/lib/histogram/histogram.h
 
نوع Protobuf tensorflow.HistogramProto

ثابت ها

بین المللی BUCKET_FIELD_NUMBER
بین المللی BUCKET_LIMIT_FIELD_NUMBER
بین المللی MAX_FIELD_NUMBER
بین المللی MIN_FIELD_NUMBER
بین المللی NUM_FIELD_NUMBER
بین المللی SUM_FIELD_NUMBER
بین المللی SUM_SQUARES_FIELD_NUMBER

روش های عمومی

بولی
برابر است (object obj)
دو برابر
getBucket (شاخص int)
repeated double bucket = 7 [packed = true];
بین المللی
getBucketCount ()
repeated double bucket = 7 [packed = true];
دو برابر
getBucketLimit (شاخص int)
 Parallel arrays encoding the bucket boundaries and the bucket values.
بین المللی
getBucketLimitCount ()
 Parallel arrays encoding the bucket boundaries and the bucket values.
لیست<دوبل>
getBucketLimitList ()
 Parallel arrays encoding the bucket boundaries and the bucket values.
لیست<دوبل>
getBucketList ()
repeated double bucket = 7 [packed = true];
استاتیک HistogramProto
HistogramProto
نهایی static com.google.protobuf.Descriptors.Descriptor
دو برابر
getMax ()
double max = 2;
دو برابر
getMin ()
double min = 1;
دو برابر
getNum ()
double num = 3;
بین المللی
دو برابر
getSum ()
double sum = 4;
دو برابر
getSumSquares ()
double sum_squares = 5;
com.google.protobuf.UnknownFieldSet نهایی
بین المللی
بولی نهایی
استاتیک HistogramProto.Builder
استاتیک HistogramProto.Builder
newBuilder (نمونه اولیه HistogramProto )
HistogramProto.Builder
استاتیک HistogramProto
parseDelimitedFrom (ورودی جریان ورودی)
استاتیک HistogramProto
parseDelimitedFrom (ورودی InputStream، com.google.protobuf.ExtensionRegistryLite extensionRegistry)
استاتیک HistogramProto
parseFrom (داده های ByteBuffer)
استاتیک HistogramProto
parseFrom (ورودی com.google.protobuf.CodedInputStream، com.google.protobuf.ExtensionRegistryLite extensionRegistry)
استاتیک HistogramProto
parseFrom (داده‌های ByteBuffer، com.google.protobuf.ExtensionRegistryLite extensionRegistry)
استاتیک HistogramProto
parseFrom (ورودی com.google.protobuf.CodedInputStream)
استاتیک HistogramProto
parseFrom (بایت[] داده، com.google.protobuf.ExtensionRegistryLite extensionRegistry)
استاتیک HistogramProto
parseFrom (داده های com.google.protobuf.ByteString)
استاتیک HistogramProto
parseFrom (ورودی InputStream، com.google.protobuf.ExtensionRegistryLite extensionRegistry)
استاتیک HistogramProto
parseFrom (داده‌های com.google.protobuf.ByteString، com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ایستا
HistogramProto.Builder
خالی
writeTo (خروجی com.google.protobuf.CodedOutputStream)

روش های ارثی

ثابت ها

نهایی استاتیک عمومی BUCKET_FIELD_NUMBER

ارزش ثابت: 7

نهایی استاتیک عمومی BUCKET_LIMIT_FIELD_NUMBER

مقدار ثابت: 6

MAX_FIELD_NUMBER نهایی استاتیک عمومی

مقدار ثابت: 2

نهایی استاتیک عمومی MIN_FIELD_NUMBER

ارزش ثابت: 1

نهایی استاتیک عمومی NUM_FIELD_NUMBER

مقدار ثابت: 3

نهایی استاتیک عمومی SUM_FIELD_NUMBER

ارزش ثابت: 4

نهایی استاتیک عمومی SUM_SQUARES_FIELD_NUMBER

ارزش ثابت: 5

روش های عمومی

بولین عمومی برابر است (Object Obj)

عمومی دوگانه getBucket (شاخص int)

repeated double bucket = 7 [packed = true];

عمومی int getBucketCount ()

repeated double bucket = 7 [packed = true];

public 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];

عمومی 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];

فهرست عمومی<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];

فهرست عمومی<Double> getBucketList ()

repeated double bucket = 7 [packed = true];

عمومی استاتیک HistogramProto getDefaultInstance ()

عمومی HistogramProto getDefaultInstanceForType ()

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

دریافت مکس دوبل عمومی ()

double max = 2;

عمومی دوبل getMin ()

double min = 1;

عمومی دو برابر getNum ()

double num = 3;

عمومی getParserForType ()

عمومی int getSerializedSize ()

جمع دو برابر عمومی ()

double sum = 4;

عمومی دو برابر getSumSquares ()

double sum_squares = 5;

عمومی نهایی com.google.protobuf.UnknownFieldSet getUnknownFields ()

هش کد عمومی ()

بولین نهایی عمومی isInitialized ()

عمومی استاتیک HistogramProto.Builder newBuilder ()

عمومی استاتیک HistogramProto.Builder newBuilder ( نمونه اولیه HistogramProto )

عمومی HistogramProto.Builder newBuilderForType ()

عمومی استاتیک HistogramProto parseDelimitedFrom (ورودی جریان ورودی)

پرتاب می کند
IOException

عمومی استاتیک HistogramProto parseDelimitedFrom (ورودی InputStream، com.google.protobuf.ExtensionRegistryLite extensionRegistry)

پرتاب می کند
IOException

عمومی استاتیک HistogramProto parseFrom (داده ByteBuffer)

پرتاب می کند
InvalidProtocolBufferException

عمومی استاتیک HistogramProto parseFrom (com.google.protobuf.CodedInputStream ورودی، com.google.protobuf.ExtensionRegistryLite extensionRegistry)

پرتاب می کند
IOException

عمومی استاتیک HistogramProto parseFrom (داده های ByteBuffer، com.google.protobuf.ExtensionRegistryLite extensionRegistry)

پرتاب می کند
InvalidProtocolBufferException

عمومی استاتیک HistogramProto parseFrom (ورودی com.google.protobuf.CodedInputStream)

پرتاب می کند
IOException

عمومی استاتیک HistogramProto parseFrom (بایت[] داده، com.google.protobuf.ExtensionRegistryLite extensionRegistry)

پرتاب می کند
InvalidProtocolBufferException

عمومی استاتیک HistogramProto parseFrom (داده های com.google.protobuf.ByteString)

پرتاب می کند
InvalidProtocolBufferException

عمومی استاتیک HistogramProto parseFrom (ورودی InputStream، com.google.protobuf.ExtensionRegistryLite extensionRegistry)

پرتاب می کند
IOException

عمومی استاتیک HistogramProto parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

پرتاب می کند
InvalidProtocolBufferException

استاتیک عمومی تجزیه کننده ()

عمومی HistogramProto.Builder toBuilder ()

public void writeTo (خروجی com.google.protobuf.CodedOutputStream)

پرتاب می کند
IOException