MemoryLogRawAllocation

classe finale publique MemoryLogRawAllocation

tensorflow.MemoryLogRawAllocation de type Protobuf.MemoryLogRawAllocation

Classes imbriquées

classe MemoryLogRawAllocation.Builder tensorflow.MemoryLogRawAllocation de type Protobuf.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éthodes publiques

booléen
est égal (Obj objet)
long
getAllocationId ()
 Id of the tensor buffer being allocated, used to match to a
 corresponding deallocation.
Chaîne
getAllocatorName ()
 Name of the allocator used.
com.google.protobuf.ByteString
getAllocatorNameBytes ()
 Name of the allocator used.
MemoryLogRawAllocation statique
MemoryLogRawAllocation
final statique com.google.protobuf.Descriptors.Descriptor
long
getNumBytes ()
 Number of bytes in the allocation.
Chaîne
getOpération ()
 Name of the operation making the allocation.
com.google.protobuf.ByteString
getOperationBytes ()
 Name of the operation making the allocation.
long
obtenirPtr ()
 Address of the allocation.
int
long
getStepId ()
 Process-unique step id.
final com.google.protobuf.UnknownFieldSet
int
booléen final
statique MemoryLogRawAllocation.Builder
statique MemoryLogRawAllocation.Builder
MemoryLogRawAllocation.Builder
MemoryLogRawAllocation statique
parseDelimitedFrom (entrée InputStream)
MemoryLogRawAllocation statique
parseDelimitedFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
MemoryLogRawAllocation statique
parseFrom (données ByteBuffer)
MemoryLogRawAllocation statique
parseFrom (entrée com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
MemoryLogRawAllocation statique
parseFrom (données ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
MemoryLogRawAllocation statique
parseFrom (entrée com.google.protobuf.CodedInputStream)
MemoryLogRawAllocation statique
parseFrom (données octet[], com.google.protobuf.ExtensionRegistryLite extensionRegistry)
MemoryLogRawAllocation statique
parseFrom (données com.google.protobuf.ByteString)
MemoryLogRawAllocation statique
parseFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
MemoryLogRawAllocation statique
parseFrom (données com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
statique
MemoryLogRawAllocation.Builder
vide
writeTo (sortie com.google.protobuf.CodedOutputStream)

Méthodes héritées

Constantes

public statique final entier ALLOCATION_ID_FIELD_NUMBER

Valeur constante : 5

public statique final int ALLOCATOR_NAME_FIELD_NUMBER

Valeur constante : 6

public statique final entier NUM_BYTES_FIELD_NUMBER

Valeur constante : 3

public statique final int OPERATION_FIELD_NUMBER

Valeur constante : 2

public statique final int PTR_FIELD_NUMBER

Valeur constante : 4

public statique final int STEP_ID_FIELD_NUMBER

Valeur constante : 1

Méthodes publiques

public booléen égal (Objet obj)

public long getAllocationId ()

 Id of the tensor buffer being allocated, used to match to a
 corresponding deallocation.
 
int64 allocation_id = 5;

chaîne publique 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 statique MemoryLogRawAllocation getDefaultInstance ()

public MemoryLogRawAllocation getDefaultInstanceForType ()

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

public long getNumBytes ()

 Number of bytes in the allocation.
 
int64 num_bytes = 3;

chaîne publique getOperation ()

opération de chaîne

 Name of the operation making the allocation.
 
string operation = 2;

public com.google.protobuf.ByteString getOperationBytes ()

opération de chaîne

 Name of the operation making the allocation.
 
string operation = 2;

publique 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 ()

code de hachage int public ()

public final booléen isInitialized ()

public statique MemoryLogRawAllocation.Builder newBuilder (prototype MemoryLogRawAllocation )

public statique MemoryLogRawAllocation.Builder newBuilder ()

public MemoryLogRawAllocation.Builder newBuilderForType ()

public statique MemoryLogRawAllocation parseDelimitedFrom (entrée InputStream)

Jetés
IOException

public statique MemoryLogRawAllocation parseDelimitedFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
IOException

public statique MemoryLogRawAllocation parseFrom (données ByteBuffer)

Jetés
InvalidProtocolBufferException

public statique MemoryLogRawAllocation parseFrom (entrée com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
IOException

public statique MemoryLogRawAllocation parseFrom (données ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
InvalidProtocolBufferException

public statique MemoryLogRawAllocation parseFrom (entrée com.google.protobuf.CodedInputStream)

Jetés
IOException

public statique MemoryLogRawAllocation parseFrom (données octet[], com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
InvalidProtocolBufferException

public statique MemoryLogRawAllocation parseFrom (données com.google.protobuf.ByteString)

Jetés
InvalidProtocolBufferException

public statique MemoryLogRawAllocation parseFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
IOException

public statique MemoryLogRawAllocation parseFrom (données com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
InvalidProtocolBufferException

public statique analyseur ()

public MemoryLogRawAllocation.Builder toBuilder ()

public void writeTo (sortie com.google.protobuf.CodedOutputStream)

Jetés
IOException