AllocationRecord

classe finale pubblica AllocationRecord

 An allocation/de-allocation operation performed by the allocator.
 
Tipo protobuf tensorflow.AllocationRecord

Classi nidificate

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

Costanti

int ALLOC_BYTES_FIELD_NUMBER
int ALLOC_MICROS_FIELD_NUMBER

Metodi pubblici

booleano
è uguale a (Oggetto oggetto)
lungo
getAllocBytes ()
 Number of bytes allocated, or de-allocated if negative.
lungo
getAllocMicros ()
 The timestamp of the operation.
record di allocazione statico
Record di allocazione
com.google.protobuf.Descriptors.Descriptor statico finale
int
finale com.google.protobuf.UnknownFieldSet
int
booleano finale
AllocationRecord.Builder statico
AllocationRecord.Builder statico
AllocationRecord.Builder
record di allocazione statico
parseDelimitedFrom (input InputStream)
record di allocazione statico
parseDelimitedFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
record di allocazione statico
parseFrom (dati ByteBuffer)
record di allocazione statico
parseFrom (input com.google.protobuf.CodedInputStream, estensione com.google.protobuf.ExtensionRegistryLiteRegistry)
record di allocazione statico
parseFrom (dati ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
record di allocazione statico
parseFrom (ingresso com.google.protobuf.CodedInputStream)
record di allocazione statico
parseFrom (byte[] dati, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
record di allocazione statico
parseFrom (dati com.google.protobuf.ByteString)
record di allocazione statico
parseFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
record di allocazione statico
parseFrom (dati com.google.protobuf.ByteString, estensione com.google.protobuf.ExtensionRegistryLiteRegistry)
statico
AllocationRecord.Builder
vuoto
writeTo (output com.google.protobuf.CodedOutputStream)

Metodi ereditati

Costanti

public static final int ALLOC_BYTES_FIELD_NUMBER

Valore costante: 2

public static final int ALLOC_MICROS_FIELD_NUMBER

Valore costante: 1

Metodi pubblici

booleano pubblico è uguale a (Oggetto obj)

pubblico lungo getAllocBytes ()

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

pubblico lungo getAllocMicros ()

 The timestamp of the operation.
 
int64 alloc_micros = 1;

pubblico statico AllocationRecord getDefaultInstance ()

public AllocationRecord getDefaultInstanceForType ()

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

pubblico getParserForType ()

public int getSerializedSize ()

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

public int hashCode ()

public final booleano isInitialized ()

public static AllocationRecord.Builder newBuilder (prototipo AllocationRecord )

pubblico statico AllocationRecord.Builder newBuilder ()

pubblico AllocationRecord.Builder newBuilderForType ()

public static AllocationRecord parseDelimitedFrom (input InputStream)

Lancia
IOException

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

Lancia
IOException

parseFrom pubblico statico AllocationRecord (dati ByteBuffer)

Lancia
InvalidProtocolBufferException

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

Lancia
IOException

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

Lancia
InvalidProtocolBufferException

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

Lancia
IOException

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

Lancia
InvalidProtocolBufferException

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

Lancia
InvalidProtocolBufferException

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

Lancia
IOException

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

Lancia
InvalidProtocolBufferException

pubblico statico analizzatore ()

pubblico AllocationRecord.Builder toBuilder ()

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

Lancia
IOException