HistogramProto

שיעור הגמר ציבורי HistogramProto

 Serialization format for histogram module in
 core/lib/histogram/histogram.h
 
tensorflow.HistogramProto מסוג Protobuf.HistogramProto

כיתות מקוננות

מעמד HistogramProto.Builder
 Serialization format for histogram module in
 core/lib/histogram/histogram.h
 
tensorflow.HistogramProto מסוג Protobuf.HistogramProto

קבועים

int BUCKET_FIELD_NUMBER
int BUCKET_LIMIT_FIELD_NUMBER
int MAX_FIELD_NUMBER
int MIN_FIELD_NUMBER
int NUM_FIELD_NUMBER
int SUM_FIELD_NUMBER
int SUM_SQUARES_FIELD_NUMBER

שיטות ציבוריות

בוליאני
שווה (Object obj)
לְהַכפִּיל
getBucket (int index)
repeated double bucket = 7 [packed = true];
int
getBucketCount ()
repeated double bucket = 7 [packed = true];
לְהַכפִּיל
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.
רשימה<כפול>
getBucketLimitList ()
 Parallel arrays encoding the bucket boundaries and the bucket values.
רשימה<כפול>
getBucketList ()
repeated double bucket = 7 [packed = true];
היסטוגרמה פרוטו סטטית
היסטוגרמה פרוטו
final static com.google.protobuf.Descriptors.Descriptor
לְהַכפִּיל
getMax ()
double max = 2;
לְהַכפִּיל
getMin ()
double min = 1;
לְהַכפִּיל
getNum ()
double num = 3;
int
לְהַכפִּיל
getSum ()
double sum = 4;
לְהַכפִּיל
getSumSquares ()
double sum_squares = 5;
final com.google.protobuf.UnknownFieldSet
int
בוליאנית סופית
סטטי HistogramProto.Builder
סטטי HistogramProto.Builder
newBuilder (אב-טיפוס HistogramProto )
HistogramProto.Builder
היסטוגרמה פרוטו סטטית
parseDelimitedFrom (קלט InputStream)
היסטוגרמה פרוטו סטטית
parseDelimitedFrom (קלט InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
היסטוגרמה פרוטו סטטית
parseFrom (נתוני ByteBuffer)
היסטוגרמה פרוטו סטטית
parseFrom (קלט com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
היסטוגרמה פרוטו סטטית
parseFrom (נתוני ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
היסטוגרמה פרוטו סטטית
parseFrom (קלט com.google.protobuf.CodedInputStream)
היסטוגרמה פרוטו סטטית
parseFrom (נתוני byte[], com.google.protobuf.ExtensionRegistryLite extensionRegistry)
היסטוגרמה פרוטו סטטית
parseFrom (נתוני com.google.protobuf.ByteString)
היסטוגרמה פרוטו סטטית
parseFrom (קלט InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
היסטוגרמה פרוטו סטטית
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 index)

repeated double bucket = 7 [packed = true];

public int getBucketCount ()

repeated double bucket = 7 [packed = true];

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

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

Public static HistogramProto getDefaultInstance ()

public HistogramProto getDefaultInstanceForType ()

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

getMax כפול ציבורי ()

double max = 2;

getMin כפול ציבורי ()

double min = 1;

getNum כפול ()

double num = 3;

פּוּמְבֵּי getParserForType ()

public int getSerializedSize ()

getSum כפול ציבורי ()

double sum = 4;

כפול ציבורי getSumSquares ()

double sum_squares = 5;

public final com.google.protobuf.UnknownFieldSet getUnknownFields ()

public int hashCode ()

בוליאני הסופי הציבורי הוא אתחול ()

ציבורי סטטי HistogramProto.Builder newBuilder ()

HistogramProto.Builder newBuilder סטטי ציבורי (אב-טיפוס HistogramProto )

public HistogramProto.Builder newBuilderForType ()

ציבורי סטטי HistogramProto parseDelimitedFrom (קלט InputStream)

זורק
IOException

Public static HistogramProto parseDelimitedFrom (קלט InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

זורק
IOException

ניתוח היסטוגרמה פרוטו ציבורי סטטי (נתוני ByteBuffer)

זורק
InvalidProtocolBufferException

Public static 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

Public static HistogramProto parseFrom (נתוני byte[], com.google.protobuf.ExtensionRegistryLite extensionRegistry)

זורק
InvalidProtocolBufferException

HistogramProto parseFrom סטטי ציבורי (נתוני com.google.protobuf.ByteString)

זורק
InvalidProtocolBufferException

Public static HistogramProto parseFrom (קלט InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

זורק
IOException

HistogramProto parseFrom סטטי ציבורי (נתוני com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

זורק
InvalidProtocolBufferException

סטטי ציבורי מנתח ()

ציבורי HistogramProto.Builder toBuilder ()

public void writeTo (פלט com.google.protobuf.CodedOutputStream)

זורק
IOException