public final class MemoryLogRawAllocation
tensorflow.MemoryLogRawAllocation type tensorflow.MemoryLogRawAllocation
Classes aninhadas
| aula | MemoryLogRawAllocation.Builder | tensorflow.MemoryLogRawAllocation type tensorflow.MemoryLogRawAllocation | |
Constantes
| int | ALLOCATION_ID_FIELD_NUMBER | |
| int | ALLOCATOR_NAME_FIELD_NUMBER | |
| int | NUM_BYTES_FIELD_NUMBER | |
| int | OPERATION_FIELD_NUMBER | |
| int | PTR_FIELD_NUMBER | |
| int | STEP_ID_FIELD_NUMBER |
Métodos Públicos
| boleano | igual a (objeto obj) |
| longo | getAllocationId () Id of the tensor buffer being allocated, used to match to a corresponding deallocation. |
| Fragmento | getAllocatorName () Name of the allocator used. |
| com.google.protobuf.ByteString | getAllocatorNameBytes () Name of the allocator used. |
| static MemoryLogRawAllocation | |
| MemoryLogRawAllocation | |
| final static com.google.protobuf.Descriptors.Descriptor | |
| longo | getNumBytes () Number of bytes in the allocation. |
| Fragmento | getOperation () Name of the operation making the allocation. |
| com.google.protobuf.ByteString | getOperationBytes () Name of the operation making the allocation. |
| longo | getPtr () Address of the allocation. |
| int | |
| longo | getStepId () Process-unique step id. |
| final com.google.protobuf.UnknownFieldSet | |
| int | hashCode () |
| final booleano | |
| static MemoryLogRawAllocation.Builder | newBuilder (protótipo MemoryLogRawAllocation ) |
| static MemoryLogRawAllocation.Builder | newBuilder () |
| MemoryLogRawAllocation.Builder | |
| static MemoryLogRawAllocation | parseDelimitedFrom (input InputStream) |
| static MemoryLogRawAllocation | parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| static MemoryLogRawAllocation | parseFrom (dados ByteBuffer) |
| static MemoryLogRawAllocation | parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| static MemoryLogRawAllocation | parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| static MemoryLogRawAllocation | parseFrom (com.google.protobuf.CodedInputStream input) |
| static MemoryLogRawAllocation | parseFrom (byte [] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| static MemoryLogRawAllocation | parseFrom (com.google.protobuf.ByteString data) |
| static MemoryLogRawAllocation | parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| static MemoryLogRawAllocation | parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| estático | analisador () |
| MemoryLogRawAllocation.Builder | toBuilder () |
| vazio | writeTo (saída com.google.protobuf.CodedOutputStream) |
Métodos herdados
Constantes
public static final int ALLOCATION_ID_FIELD_NUMBER
Valor constante: 5
public static final int ALLOCATOR_NAME_FIELD_NUMBER
Valor constante: 6
público estático final int NUM_BYTES_FIELD_NUMBER
Valor Constante: 3
public static final int OPERATION_FIELD_NUMBER
Valor constante: 2
public static final int PTR_FIELD_NUMBER
Valor constante: 4
public static final int STEP_ID_FIELD_NUMBER
Valor Constante: 1
Métodos Públicos
public boolean equals (Object obj)
public long getAllocationId ()
Id of the tensor buffer being allocated, used to match to a corresponding deallocation.
int64 allocation_id = 5;public String getAllocatorName ()
Name of the allocator used.
string allocator_name = 6;public com.google.protobuf.ByteString getAllocatorNameBytes ()
Name of the allocator used.
string allocator_name = 6;public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public long getNumBytes ()
Number of bytes in the allocation.
int64 num_bytes = 3;public String getOperation ()
Operação de string operation = 2;
Name of the operation making the allocation.
string operation = 2;public com.google.protobuf.ByteString getOperationBytes ()
Operação de string operation = 2;
Name of the operation making the allocation.
string operation = 2; público getParserForType ()
public long getPtr ()
Address of the allocation.
uint64 ptr = 4;public int getSerializedSize ()
public long getStepId ()
Process-unique step id.
int64 step_id = 1;public final com.google.protobuf.UnknownFieldSet getUnknownFields ()
public int hashCode ()
public final boolean isInitialized ()
public static MemoryLogRawAllocation parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| IOException |
|---|
public static MemoryLogRawAllocation parseFrom (dados ByteBuffer)
Lança
| InvalidProtocolBufferException |
|---|
public static MemoryLogRawAllocation parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| IOException |
|---|
public static MemoryLogRawAllocation parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| InvalidProtocolBufferException |
|---|
public static MemoryLogRawAllocation parseFrom (com.google.protobuf.CodedInputStream input)
Lança
| IOException |
|---|
public static MemoryLogRawAllocation parseFrom (byte [] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| InvalidProtocolBufferException |
|---|
public static MemoryLogRawAllocation parseFrom (com.google.protobuf.ByteString data)
Lança
| InvalidProtocolBufferException |
|---|
public static MemoryLogRawAllocation parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| IOException |
|---|
public static MemoryLogRawAllocation 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 |
|---|