AllocationRecord

classe finale publique AllocationRecord

 An allocation/de-allocation operation performed by the allocator.
 
Tensorflow de type tensorflow.AllocationRecord

Classes imbriquées

classe AllocationRecord.Builder
 An allocation/de-allocation operation performed by the allocator. 

Constantes

int ALLOC_BYTES_FIELD_NUMBER
int ALLOC_MICROS_FIELD_NUMBER

Méthodes publiques

booléen
est égal (Obj objet)
long
getAllocBytes ()
 Number of bytes allocated, or de-allocated if negative.
long
getAllocMicros ()
 The timestamp of the operation.
Enregistrement d'allocation statique
Enregistrement d'allocation
final statique com.google.protobuf.Descriptors.Descriptor
int
final com.google.protobuf.UnknownFieldSet
int
booléen final
AllocationRecord.Builder statique
AllocationRecord.Builder statique
AllocationRecord.Builder
Enregistrement d'allocation statique
parseDelimitedFrom (entrée InputStream)
Enregistrement d'allocation statique
parseDelimitedFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Enregistrement d'allocation statique
parseFrom (données ByteBuffer)
Enregistrement d'allocation statique
parseFrom (entrée com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Enregistrement d'allocation statique
parseFrom (données ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Enregistrement d'allocation statique
parseFrom (entrée com.google.protobuf.CodedInputStream)
Enregistrement d'allocation statique
parseFrom (données octet[], com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Enregistrement d'allocation statique
parseFrom (données com.google.protobuf.ByteString)
Enregistrement d'allocation statique
parseFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Enregistrement d'allocation statique
parseFrom (données com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
statique
AllocationRecord.Builder
vide
writeTo (sortie com.google.protobuf.CodedOutputStream)

Méthodes héritées

Constantes

public statique final entier ALLOC_BYTES_FIELD_NUMBER

Valeur constante : 2

public statique final int ALLOC_MICROS_FIELD_NUMBER

Valeur constante : 1

Méthodes publiques

public booléen égal (Objet obj)

public long getAllocBytes ()

 Number of bytes allocated, or de-allocated if negative.
 
int64 alloc_bytes = 2;

public long getAllocMicros ()

 The timestamp of the operation.
 
int64 alloc_micros = 1;

public statique AllocationRecord getDefaultInstance ()

public AllocationRecord getDefaultInstanceForType ()

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

publique getParserForType ()

public int getSerializedSize ()

public final com.google.protobuf.UnknownFieldSet getUnknownFields ()

code de hachage int public ()

public final booléen isInitialized ()

public statique AllocationRecord.Builder newBuilder (prototype AllocationRecord )

public statique AllocationRecord.Builder newBuilder ()

public AllocationRecord.Builder newBuilderForType ()

public static AllocationRecord parseDelimitedFrom (entrée InputStream)

Jetés
IOException

public static AllocationRecord parseDelimitedFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
IOException

public static AllocationRecord parseFrom (données ByteBuffer)

Jetés
InvalidProtocolBufferException

public static AllocationRecord parseFrom (entrée com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
IOException

public static AllocationRecord parseFrom (données ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
InvalidProtocolBufferException

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

Jetés
IOException

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

Jetés
InvalidProtocolBufferException

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

Jetés
InvalidProtocolBufferException

public static AllocationRecord parseFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
IOException

public static AllocationRecord parseFrom (données com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
InvalidProtocolBufferException

public statique analyseur ()

public AllocationRecord.Builder toBuilder ()

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

Jetés
IOException