MemoryLogRawDeallocation

classe finale pubblica MemoryLogRawDeallocation

Tipo di protocollo tensorflow.MemoryLogRawDeallocation

Classi nidificate

classe MemoryLogRawDeallocation.Builder Tipo di protocollo tensorflow.MemoryLogRawDeallocation

Costanti

int ALLOCATION_ID_FIELD_NUMBER
int ALLOCATOR_NAME_FIELD_NUMBER
int DEFERRED_FIELD_NUMBER
int OPERAZIONE_FIELD_NUMBER
int STEP_ID_FIELD_NUMBER

Metodi pubblici

booleano
è uguale a (Oggetto oggetto)
lungo
getIDallocazione ()
 Id of the tensor buffer being deallocated, used to match to a
 corresponding allocation.
Corda
getAllocatorName ()
 Name of the allocator used.
com.google.protobuf.ByteString
getAllocatorNameBytes ()
 Name of the allocator used.
MemoryLogRawDeallocation statica
MemoryLogRawDeallocation
booleano
getDeferred ()
 True if the deallocation is queued and will be performed later,
 e.g.
com.google.protobuf.Descriptors.Descriptor statico finale
Corda
getOperazione ()
 Name of the operation making the deallocation.
com.google.protobuf.ByteString
getOperationBytes ()
 Name of the operation making the deallocation.
int
lungo
getIdStep ()
 Process-unique step id.
finale com.google.protobuf.UnknownFieldSet
int
booleano finale
MemoryLogRawDeallocation.Builder statico
MemoryLogRawDeallocation.Builder statico
MemoryLogRawDeallocation.Builder
MemoryLogRawDeallocation statica
parseDelimitedFrom (input InputStream)
MemoryLogRawDeallocation statica
parseDelimitedFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
MemoryLogRawDeallocation statica
parseFrom (dati ByteBuffer)
MemoryLogRawDeallocation statica
parseFrom (input com.google.protobuf.CodedInputStream, estensione com.google.protobuf.ExtensionRegistryLiteRegistry)
MemoryLogRawDeallocation statica
parseFrom (dati ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
MemoryLogRawDeallocation statica
parseFrom (ingresso com.google.protobuf.CodedInputStream)
MemoryLogRawDeallocation statica
parseFrom (byte[] dati, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
MemoryLogRawDeallocation statica
parseFrom (dati com.google.protobuf.ByteString)
MemoryLogRawDeallocation statica
parseFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
MemoryLogRawDeallocation statica
parseFrom (dati com.google.protobuf.ByteString, estensione com.google.protobuf.ExtensionRegistryLiteRegistry)
statico
MemoryLogRawDeallocation.Builder
vuoto
writeTo (output com.google.protobuf.CodedOutputStream)

Metodi ereditati

Costanti

public static final int ALLOCATION_ID_FIELD_NUMBER

Valore costante: 3

public static final int ALLOCATOR_NAME_FIELD_NUMBER

Valore costante: 4

public static final int DEFERRED_FIELD_NUMBER

Valore costante: 5

public static final int OPERATION_FIELD_NUMBER

Valore costante: 2

public static final int STEP_ID_FIELD_NUMBER

Valore costante: 1

Metodi pubblici

booleano pubblico è uguale a (Oggetto obj)

pubblico lungo getAllocationId ()

 Id of the tensor buffer being deallocated, used to match to a
 corresponding allocation.
 
int64 allocation_id = 3;

stringa pubblica getAllocatorName ()

 Name of the allocator used.
 
string allocator_name = 4;

pubblico com.google.protobuf.ByteString getAllocatorNameBytes ()

 Name of the allocator used.
 
string allocator_name = 4;

pubblico statico MemoryLogRawDeallocation getDefaultInstance ()

pubblico MemoryLogRawDeallocation getDefaultInstanceForType ()

booleano pubblico getDeferred ()

 True if the deallocation is queued and will be performed later,
 e.g. for GPU lazy freeing of buffers.
 
bool deferred = 5;

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

stringa pubblica getOperation ()

operazione sulla stringa

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

pubblico com.google.protobuf.ByteString getOperationBytes ()

operazione di stringa

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

pubblico getParserForType ()

public int getSerializedSize ()

pubblico lungo getStepId ()

 Process-unique step id.
 
int64 step_id = 1;

pubblico finale com.google.protobuf.UnknownFieldSet getUnknownFields ()

public int hashCode ()

public final booleano isInitialized ()

pubblico statico MemoryLogRawDeallocation.Builder newBuilder ()

pubblico statico MemoryLogRawDeallocation.Builder newBuilder (prototipo MemoryLogRawDeallocation )

pubblico MemoryLogRawDeallocation.Builder newBuilderForType ()

public static MemoryLogRawDeallocation parseDelimitedFrom (input InputStream)

Lancia
IOException

public static MemoryLogRawDeallocation parseDelimitedFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lancia
IOException

parseFrom pubblico statico MemoryLogRawDeallocation (dati ByteBuffer)

Lancia
InvalidProtocolBufferException

parseFrom pubblico statico MemoryLogRawDeallocation (input com.google.protobuf.CodedInputStream, estensione com.google.protobuf.ExtensionRegistryLiteRegistry)

Lancia
IOException

public static MemoryLogRawDeallocation parseFrom (dati ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lancia
InvalidProtocolBufferException

parseFrom pubblico statico MemoryLogRawDeallocation (input com.google.protobuf.CodedInputStream)

Lancia
IOException

public static MemoryLogRawDeallocation parseFrom (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lancia
InvalidProtocolBufferException

parseFrom pubblico statico MemoryLogRawDeallocation (dati com.google.protobuf.ByteString)

Lancia
InvalidProtocolBufferException

public static MemoryLogRawDeallocation parseFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lancia
IOException

public static MemoryLogRawDeallocation parseFrom (dati com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lancia
InvalidProtocolBufferException

pubblico statico analizzatore ()

pubblico MemoryLogRawDeallocation.Builder toBuilder ()

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

Lancia
IOException