public final class BinSummary
tensorflow.BinSummary
tipo tensorflow.BinSummary
Classes aninhadas
aula | BinSummary.Builder | tensorflow.BinSummary tipo tensorflow.BinSummary |
Constantes
int | BIN_FIELD_NUMBER | |
int | TOTAL_BYTES_IN_BIN_FIELD_NUMBER | |
int | TOTAL_BYTES_IN_USE_FIELD_NUMBER | |
int | TOTAL_CHUNKS_IN_BIN_FIELD_NUMBER | |
int | TOTAL_CHUNKS_IN_USE_FIELD_NUMBER |
Métodos Públicos
boleano | igual a (objeto obj) |
int | getBin () int32 bin = 1; |
BinSummary estático | |
BinSummary | |
final static com.google.protobuf.Descriptors.Descriptor | |
int | |
longo | getTotalBytesInBin () int64 total_bytes_in_bin = 3; |
longo | getTotalBytesInUse () int64 total_bytes_in_use = 2; |
longo | getTotalChunksInBin () int64 total_chunks_in_bin = 5; |
longo | getTotalChunksInUse () int64 total_chunks_in_use = 4; |
final com.google.protobuf.UnknownFieldSet | |
int | hashCode () |
final booleano | |
static BinSummary.Builder | newBuilder (protótipo BinSummary ) |
static BinSummary.Builder | newBuilder () |
BinSummary.Builder | |
BinSummary estático | parseDelimitedFrom (InputStream input) |
BinSummary estático | parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
BinSummary estático | parseFrom (dados ByteBuffer) |
BinSummary estático | parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
BinSummary estático | parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
BinSummary estático | parseFrom (com.google.protobuf.CodedInputStream input) |
BinSummary estático | parseFrom (byte [] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
BinSummary estático | parseFrom (com.google.protobuf.ByteString data) |
BinSummary estático | parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
BinSummary estático | parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
estático | analisador () |
BinSummary.Builder | toBuilder () |
vazio | writeTo (saída com.google.protobuf.CodedOutputStream) |
Métodos herdados
Constantes
public static final int BIN_FIELD_NUMBER
Valor Constante: 1
público estático final int TOTAL_BYTES_IN_BIN_FIELD_NUMBER
Valor Constante: 3
público estático final int TOTAL_BYTES_IN_USE_FIELD_NUMBER
Valor constante: 2
público estático final int TOTAL_CHUNKS_IN_BIN_FIELD_NUMBER
Valor constante: 5
público estático final int TOTAL_CHUNKS_IN_USE_FIELD_NUMBER
Valor constante: 4
Métodos Públicos
public boolean equals (Object obj)
public int getBin ()
int32 bin = 1;
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
público getParserForType ()
public int getSerializedSize ()
public long getTotalBytesInBin ()
int64 total_bytes_in_bin = 3;
public long getTotalBytesInUse ()
int64 total_bytes_in_use = 2;
public long getTotalChunksInBin ()
int64 total_chunks_in_bin = 5;
public long getTotalChunksInUse ()
int64 total_chunks_in_use = 4;
public final com.google.protobuf.UnknownFieldSet getUnknownFields ()
public int hashCode ()
public final boolean isInitialized ()
public static BinSummary parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
IOException |
---|
public static BinSummary parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
IOException |
---|
public static BinSummary parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
InvalidProtocolBufferException |
---|
public static BinSummary parseFrom (byte [] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
InvalidProtocolBufferException |
---|
public static BinSummary parseFrom (com.google.protobuf.ByteString data)
Lança
InvalidProtocolBufferException |
---|
public static BinSummary parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
IOException |
---|
public static BinSummary parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
InvalidProtocolBufferException |
---|
estática pública analisador ()
public void writeTo (saída com.google.protobuf.CodedOutputStream)
Lança
IOException |
---|