classe final pública AllocationRecord
An allocation/de-allocation operation performed by the allocator.
tensorflow.AllocationRecord Classes aninhadas
| aula | AllocationRecord.Builder | An allocation/de-allocation operation performed by the allocator. | |
Constantes
| interno | ALLOC_BYTES_FIELD_NUMBER | |
| interno | ALLOC_MICROS_FIELD_NUMBER |
Métodos Públicos
| booleano | é igual (objeto obj) |
| longo | getAllocBytes () Number of bytes allocated, or de-allocated if negative. |
| longo | getAllocMicros () The timestamp of the operation. |
| Registro de alocação estático | |
| Registro de Alocação | |
| final estático com.google.protobuf.Descriptors.Descriptor | |
| interno | |
| final com.google.protobuf.UnknownFieldSet | |
| interno | código hash () |
| booleano final | |
| AllocationRecord.Builder estático | newBuilder (protótipo AllocationRecord ) |
| AllocationRecord.Builder estático | |
| AllocationRecord.Builder | |
| Registro de alocação estático | parseDelimitedFrom (entrada InputStream) |
| Registro de alocação estático | parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Registro de alocação estático | parseFrom (dados de ByteBuffer) |
| Registro de alocação estático | parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Registro de alocação estático | parseFrom (dados de ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Registro de alocação estático | parseFrom (entrada com.google.protobuf.CodedInputStream) |
| Registro de alocação estático | parseFrom (byte[] dados, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Registro de alocação estático | parseFrom (dados com.google.protobuf.ByteString) |
| Registro de alocação estático | parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Registro de alocação estático | parseFrom (dados com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| estático | analisador () |
| AllocationRecord.Builder | |
| vazio | writeTo (saída com.google.protobuf.CodedOutputStream) |
Métodos herdados
Constantes
público estático final int ALLOC_BYTES_FIELD_NUMBER
Valor Constante: 2
público estático final int ALLOC_MICROS_FIELD_NUMBER
Valor Constante: 1
Métodos Públicos
booleano público é igual (Object obj)
getAllocBytes longo público ()
Number of bytes allocated, or de-allocated if negative.
int64 alloc_bytes = 2; getAllocMicros longo público ()
The timestamp of the operation.
int64 alloc_micros = 1; final estático público com.google.protobuf.Descriptors.Descriptor getDescriptor ()
público getParserForType ()
público int getSerializedSize ()
final público com.google.protobuf.UnknownFieldSet getUnknownFields ()
hashCode int público ()
público final booleano isInitialized ()
public static AllocationRecord parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| IOException |
|---|
public static AllocationRecord parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| IOException |
|---|
public static AllocationRecord parseFrom (dados ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| InvalidProtocolBufferException |
|---|
public static AllocationRecord parseFrom (entrada com.google.protobuf.CodedInputStream)
Lança
| IOException |
|---|
public static AllocationRecord parseFrom (byte[] dados, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| InvalidProtocolBufferException |
|---|
público estático AllocationRecord parseFrom (dados com.google.protobuf.ByteString)
Lança
| InvalidProtocolBufferException |
|---|
public static AllocationRecord parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| IOException |
|---|
public static AllocationRecord parseFrom (dados com.google.protobuf.ByteString, 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 |
|---|