AllocationRecord

publiczna klasa końcowa AllocationRecord

 An allocation/de-allocation operation performed by the allocator.
 
Protobuf typu tensorflow.AllocationRecord

Klasy zagnieżdżone

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

Stałe

wew ALLOC_BYTES_FIELD_NUMBER
wew ALLOC_MICROS_FIELD_NUMBER

Metody publiczne

wartość logiczna
równa się (obiekt obiektu)
długi
getAllocBytes ()
 Number of bytes allocated, or de-allocated if negative.
długi
pobierzAllocMicros ()
 The timestamp of the operation.
statyczny rekord alokacji
Rekord alokacji
końcowy statyczny com.google.protobuf.Descriptors.Descriptor
wew
końcowy com.google.protobuf.UnknownFieldSet
wew
końcowa wartość logiczna
statyczny AllocationRecord.Builder
statyczny AllocationRecord.Builder
AllocationRecord.Builder
statyczny rekord alokacji
parseDelimitedFrom (wejście strumienia wejściowego)
statyczny rekord alokacji
parseDelimitedFrom (dane wejścioweInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
statyczny rekord alokacji
parseFrom (dane ByteBuffer)
statyczny rekord alokacji
parseFrom (wejście com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
statyczny rekord alokacji
parseFrom (dane ByteBuffer, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
statyczny rekord alokacji
parseFrom (wejście com.google.protobuf.CodedInputStream)
statyczny rekord alokacji
parseFrom (bajt [] dane, com.google.protobuf.ExtensionRegistryLite rozszerzenieRegistry)
statyczny rekord alokacji
parseFrom (dane com.google.protobuf.ByteString)
statyczny rekord alokacji
parseFrom (dane wejścioweInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
statyczny rekord alokacji
parseFrom (dane com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
statyczny
parser ()
AllocationRecord.Builder
próżnia
writeTo (wyjście com.google.protobuf.CodedOutputStream)

Metody dziedziczone

Stałe

publiczny statyczny końcowy int ALLOC_BYTES_FIELD_NUMBER

Wartość stała: 2

publiczny statyczny końcowy int ALLOC_MICROS_FIELD_NUMBER

Wartość stała: 1

Metody publiczne

publiczna wartość logiczna równa się (obiekt obiektu)

publiczny długi getAllocBytes ()

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

publiczny długi getAllocMicros ()

 The timestamp of the operation.
 
int64 alloc_micros = 1;

publiczny statyczny AllocationRecord getDefaultInstance ()

public AllocationRecord getDefaultInstanceForType ()

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

publiczny getParserForType ()

publiczny int getSerializedSize ()

publiczny finał com.google.protobuf.UnknownFieldSet getUnknownFields ()

publiczny int hashCode ()

publiczna końcowa wartość logiczna isInitialized ()

publiczny statyczny AllocationRecord.Builder newBuilder (prototyp AllocationRecord )

publiczny statyczny AllocationRecord.Builder newBuilder ()

public AllocationRecord.Builder newBuilderForType ()

public static AllocationRecord parseDelimitedFrom (wejście strumienia wejściowego)

Rzuca
Wyjątek IO

publiczny statyczny AllocationRecord parseDelimitedFrom (dane wejściowe wejściowe, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Rzuca
Wyjątek IO

public static AllocationRecord parseFrom (dane ByteBuffer)

Rzuca
Nieprawidłowy wyjątekProtocolBufferException

public static AllocationRecord parseFrom (wejście com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Rzuca
Wyjątek IO

publiczny statyczny AllocationRecord parseFrom (dane ByteBuffer, com.google.protobuf.ExtensionRegistryLite rozszerzenieRegistry)

Rzuca
Nieprawidłowy wyjątekProtocolBufferException

publiczny statyczny AllocationRecord parseFrom (wejście com.google.protobuf.CodedInputStream)

Rzuca
Wyjątek IO

publiczny statyczny AllocationRecord parseFrom (bajt [] dane, com.google.protobuf.ExtensionRegistryLite rozszerzenieRegistry)

Rzuca
Nieprawidłowy wyjątekProtocolBufferException

publiczny statyczny AllocationRecord parseFrom (dane com.google.protobuf.ByteString)

Rzuca
Nieprawidłowy wyjątekProtocolBufferException

publiczny statyczny AllocationRecord parseFrom (dane wejściowe wejściowe, com.google.protobuf.ExtensionRegistryLite rozszerzenieRegistry)

Rzuca
Wyjątek IO

publiczny statyczny AllocationRecord parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite rozszerzenieRegistry)

Rzuca
Nieprawidłowy wyjątekProtocolBufferException

publiczna statyka parser ()

public AllocationRecord.Builder toBuilder ()

public void writeTo (wyjście com.google.protobuf.CodedOutputStream)

Rzuca
Wyjątek IO