パブリック最終クラスHistogramProto
Serialization format for histogram module in core/lib/histogram/histogram.h
tensorflow.HistogramProto
ネストされたクラス
クラス | HistogramProto.Builder | Serialization format for histogram module in core/lib/histogram/histogram.h 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 |
パブリックメソッド
ブール値 | 等しい(オブジェクトオブジェクト) |
ダブル | 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. |
リスト<Double> | getBucketLimitList () Parallel arrays encoding the bucket boundaries and the bucket values. |
リスト<Double> | getBucketList () repeated double bucket = 7 [packed = true]; |
静的ヒストグラムプロト | |
ヒストグラムプロト | |
最終的な静的 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 | newBuilder () |
静的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 | toビルダー() |
空所 | 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
パブリックメソッド
public booleanに等しい(オブジェクト obj)
public double getBucket (int インデックス)
repeated double bucket = 7 [packed = true];
public int getBucketCount ()
repeated double bucket = 7 [packed = true];
public double getBucketLimit (int インデックス)
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];
public 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];
public List<Double> getBucketList ()
repeated double bucket = 7 [packed = true];
public static Final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
パブリックダブルgetMax ()
double max = 2;
パブリックダブルgetMin ()
double min = 1;
public double getNum ()
double num = 3;
公共 getParserForType ()
public int getSerializedSize ()
public double getSum ()
double sum = 4;
public double getSumSquares ()
double sum_squares = 5;
public Final com.google.protobuf.UnknownFieldSet getUnknownFields ()
public int hashCode ()
パブリック最終ブール値isInitialized ()
public static HistogramProto parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
IO例外 |
---|
public static HistogramProto parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
IO例外 |
---|
public static HistogramProto parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
無効なプロトコルバッファ例外 |
---|
public static HistogramProto parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
無効なプロトコルバッファ例外 |
---|
public static HistogramProto parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
IO例外 |
---|
public static HistogramProto parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
無効なプロトコルバッファ例外 |
---|
パブリック静的 パーサー()
public void writeTo (com.google.protobuf.CodedOutputStream 出力)
投げる
IO例外 |
---|