AllocatorMemoryUsed

classe finale pubblica AllocatorMemoryUsed

Tipo di protocollo tensorflow.AllocatorMemoryUsed

Classi nidificate

classe AllocatorMemoryUsed.Builder Tipo di protocollo tensorflow.AllocatorMemoryUsed

Costanti

int ALLOCATION_RECORDS_FIELD_NUMBER
int ALLOCATOR_BYTES_IN_USE_FIELD_NUMBER
int ALLOCATOR_NAME_FIELD_NUMBER
int LIVE_BYTES_FIELD_NUMBER
int PEAK_BYTES_FIELD_NUMBER
int TOTAL_BYTES_FIELD_NUMBER

Metodi pubblici

booleano
è uguale a (Oggetto oggetto)
Record di allocazione
getAllocationRecords (indice int)
 The allocation and deallocation timeline.
int
getAllocationRecordsCount ()
 The allocation and deallocation timeline.
Elenco< Record di allocazione >
getAllocationRecordsList ()
 The allocation and deallocation timeline.
AllocazioneRecordOrBuilder
getAllocationRecordsOrBuilder (indice int)
 The allocation and deallocation timeline.
Elenco<? estende AllocationRecordOrBuilder >
getAllocationRecordsOrBuilderList ()
 The allocation and deallocation timeline.
lungo
getAllocatorBytesInUse ()
 These are snapshots of the overall allocator memory stats.
Corda
getAllocatorName ()
string allocator_name = 1;
com.google.protobuf.ByteString
getAllocatorNameBytes ()
string allocator_name = 1;
AllocatorMemoryUsed statico
AllocatorMemoryUsed
com.google.protobuf.Descriptors.Descriptor statico finale
lungo
getLiveBytes ()
 The bytes that are not deallocated.
lungo
getPeakBytes ()
int64 peak_bytes = 3;
int
lungo
getTotalBytes ()
 These are per-node allocator memory stats.
finale com.google.protobuf.UnknownFieldSet
int
booleano finale
AllocatorMemoryUsed.Builder statico
AllocatorMemoryUsed.Builder statico
AllocatorMemoryUsed.Builder
AllocatorMemoryUsed statico
parseDelimitedFrom (input InputStream)
AllocatorMemoryUsed statico
parseDelimitedFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
AllocatorMemoryUsed statico
parseFrom (dati ByteBuffer)
AllocatorMemoryUsed statico
parseFrom (input com.google.protobuf.CodedInputStream, estensione com.google.protobuf.ExtensionRegistryLiteRegistry)
AllocatorMemoryUsed statico
parseFrom (dati ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
AllocatorMemoryUsed statico
parseFrom (ingresso com.google.protobuf.CodedInputStream)
AllocatorMemoryUsed statico
parseFrom (byte[] dati, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
AllocatorMemoryUsed statico
parseFrom (dati com.google.protobuf.ByteString)
AllocatorMemoryUsed statico
parseFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
AllocatorMemoryUsed statico
parseFrom (dati com.google.protobuf.ByteString, estensione com.google.protobuf.ExtensionRegistryLiteRegistry)
statico
AllocatorMemoryUsed.Builder
vuoto
writeTo (output com.google.protobuf.CodedOutputStream)

Metodi ereditati

Costanti

public static final int ALLOCATION_RECORDS_FIELD_NUMBER

Valore costante: 6

public static final int ALLOCATOR_BYTES_IN_USE_FIELD_NUMBER

Valore costante: 5

public static final int ALLOCATOR_NAME_FIELD_NUMBER

Valore costante: 1

public static final int LIVE_BYTES_FIELD_NUMBER

Valore costante: 4

pubblico statico finale int PEAK_BYTES_FIELD_NUMBER

Valore costante: 3

pubblico statico finale int TOTAL_BYTES_FIELD_NUMBER

Valore costante: 2

Metodi pubblici

booleano pubblico è uguale a (Oggetto obj)

public AllocationRecord getAllocationRecords (indice int)

 The allocation and deallocation timeline.
 
repeated .tensorflow.AllocationRecord allocation_records = 6;

public int getAllocationRecordsCount ()

 The allocation and deallocation timeline.
 
repeated .tensorflow.AllocationRecord allocation_records = 6;

Elenco pubblico< AllocationRecord > getAllocationRecordsList ()

 The allocation and deallocation timeline.
 
repeated .tensorflow.AllocationRecord allocation_records = 6;

public AllocationRecordOrBuilder getAllocationRecordsOrBuilder (indice int)

 The allocation and deallocation timeline.
 
repeated .tensorflow.AllocationRecord allocation_records = 6;

Elenco pubblico<? estende AllocationRecordOrBuilder > getAllocationRecordsOrBuilderList ()

 The allocation and deallocation timeline.
 
repeated .tensorflow.AllocationRecord allocation_records = 6;

pubblico lungo getAllocatorBytesInUse ()

 These are snapshots of the overall allocator memory stats.
 The number of live bytes currently allocated by the allocator.
 
int64 allocator_bytes_in_use = 5;

stringa pubblica getAllocatorName ()

string allocator_name = 1;

pubblico com.google.protobuf.ByteString getAllocatorNameBytes ()

string allocator_name = 1;

pubblico statico AllocatorMemoryUsed getDefaultInstance ()

public AllocatorMemoryUsed getDefaultInstanceForType ()

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

pubblico lungo getLiveBytes ()

 The bytes that are not deallocated.
 
int64 live_bytes = 4;

pubblico getParserForType ()

pubblico lungo getPeakBytes ()

int64 peak_bytes = 3;

public int getSerializedSize ()

pubblico lungo getTotalBytes ()

 These are per-node allocator memory stats.
 
int64 total_bytes = 2;

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

public int hashCode ()

public final booleano isInitialized ()

pubblico statico AllocatorMemoryUsed.Builder newBuilder (prototipo AllocatorMemoryUsed )

pubblico statico AllocatorMemoryUsed.Builder newBuilder ()

public AllocatorMemoryUsed.Builder newBuilderForType ()

public static AllocatorMemoryUsed parseDelimitedFrom (input InputStream)

Lancia
IOException

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

Lancia
IOException

parseFrom pubblico statico AllocatorMemoryUsed (dati ByteBuffer)

Lancia
InvalidProtocolBufferException

pubblico statico AllocatorMemoryUsed parseFrom (input com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lancia
IOException

pubblico statico AllocatorMemoryUsed parseFrom (dati ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lancia
InvalidProtocolBufferException

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

Lancia
IOException

pubblico statico AllocatorMemoryUsed parseFrom (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lancia
InvalidProtocolBufferException

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

Lancia
InvalidProtocolBufferException

pubblico statico AllocatorMemoryUsed parseFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lancia
IOException

pubblico statico AllocatorMemoryUsed parseFrom (dati com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lancia
InvalidProtocolBufferException

pubblico statico analizzatore ()

public AllocatorMemoryUsed.Builder toBuilder ()

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

Lancia
IOException