AllocationDescription

publiczna klasa końcowa AllocationDescription

Protobuf typu tensorflow.AllocationDescription

Klasy zagnieżdżone

klasa Opis alokacji.Builder Protobuf typu tensorflow.AllocationDescription

Stałe

wew ALLOCATED_BYTES_FIELD_NUMBER
wew ALLOCATION_ID_FIELD_NUMBER
wew ALLOCATOR_NAME_FIELD_NUMBER
wew HAS_SINGLE_REFERENCE_FIELD_NUMBER
wew PTR_FIELD_NUMBER
wew REQUESTED_BYTES_FIELD_NUMBER

Metody publiczne

wartość logiczna
równa się (obiekt obiektu)
długi
getAllocatedBytes ()
 Total number of bytes allocated if known
 
int64 allocated_bytes = 2;
długi
getAllocationId ()
 Identifier of the allocated buffer if known
 
int64 allocation_id = 4;
Strunowy
getAllocatorName ()
 Name of the allocator used
 
string allocator_name = 3;
com.google.protobuf.ByteString
getAllocatorNameBytes ()
 Name of the allocator used
 
string allocator_name = 3;
statyczny opis alokacji
Opis alokacji
końcowy statyczny com.google.protobuf.Descriptors.Descriptor
wartość logiczna
getHasSingleReference ()
 Set if this tensor only has one remaining reference
 
bool has_single_reference = 5;
długi
pobierzPtr ()
 Address of the allocation.
długi
getRequestedBytes ()
 Total number of bytes requested
 
int64 requested_bytes = 1;
wew
końcowy com.google.protobuf.UnknownFieldSet
wew
końcowa wartość logiczna
statyczny opis alokacji.Builder
statyczny opis alokacji.Builder
Opis alokacji.Builder
statyczny opis alokacji
parseDelimitedFrom (wejście strumienia wejściowego)
statyczny opis alokacji
parseDelimitedFrom (dane wejścioweInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
statyczny opis alokacji
parseFrom (dane ByteBuffer)
statyczny opis alokacji
parseFrom (wejście com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
statyczny opis alokacji
parseFrom (dane ByteBuffer, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
statyczny opis alokacji
parseFrom (wejście com.google.protobuf.CodedInputStream)
statyczny opis alokacji
parseFrom (bajt [] dane, com.google.protobuf.ExtensionRegistryLite rozszerzenieRegistry)
statyczny opis alokacji
parseFrom (dane com.google.protobuf.ByteString)
statyczny opis alokacji
parseFrom (dane wejścioweInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
statyczny opis alokacji
parseFrom (dane com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
statyczny
parser ()
Opis alokacji.Builder
próżnia
writeTo (wyjście com.google.protobuf.CodedOutputStream)

Metody dziedziczone

Stałe

publiczny statyczny końcowy int ALLOCATED_BYTES_FIELD_NUMBER

Wartość stała: 2

publiczny statyczny końcowy int ALLOCATION_ID_FIELD_NUMBER

Wartość stała: 4

publiczny statyczny końcowy int ALLOCATOR_NAME_FIELD_NUMBER

Wartość stała: 3

publiczny statyczny końcowy int HAS_SINGLE_REFERENCE_FIELD_NUMBER

Wartość stała: 5

publiczny statyczny końcowy int PTR_FIELD_NUMBER

Wartość stała: 6

publiczny statyczny końcowy int REQUESTED_BYTES_FIELD_NUMBER

Wartość stała: 1

Metody publiczne

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

publiczny długi getAllocatedBytes ()

 Total number of bytes allocated if known
 
int64 allocated_bytes = 2;

publiczny długi getAllocationId ()

 Identifier of the allocated buffer if known
 
int64 allocation_id = 4;

public String getAllocatorName ()

 Name of the allocator used
 
string allocator_name = 3;

public com.google.protobuf.ByteString getAllocatorNameBytes ()

 Name of the allocator used
 
string allocator_name = 3;

public static AllocationDescription getDefaultInstance ()

publiczny opis alokacji getDefaultInstanceForType ()

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

publiczna wartość logiczna getHasSingleReference ()

 Set if this tensor only has one remaining reference
 
bool has_single_reference = 5;

publiczny getParserForType ()

publiczny długi getPtr ()

 Address of the allocation.
 
uint64 ptr = 6;

publiczny długi getRequestedBytes ()

 Total number of bytes requested
 
int64 requested_bytes = 1;

publiczny int getSerializedSize ()

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

publiczny int hashCode ()

publiczna końcowa wartość logiczna isInitialized ()

public static AllocationDescription.Builder newBuilder ()

public static AllocationDescription.Builder newBuilder (prototyp AllocationDescription )

public AllocationDescription.Builder newBuilderForType ()

publiczny statyczny opis alokacji parseDelimitedFrom (wejście strumienia wejściowego)

Rzuca
Wyjątek IO

public static AllocationDescription parseDelimitedFrom (dane wejścioweInputStream, com.google.protobuf.ExtensionRegistryLite rozszerzenieRegistry)

Rzuca
Wyjątek IO

public static AllocationDescription parseFrom (dane ByteBuffer)

Rzuca
Nieprawidłowy wyjątekProtocolBufferException

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

Rzuca
Wyjątek IO

public static AllocationDescription parseFrom (dane ByteBuffer, com.google.protobuf.ExtensionRegistryLite rozszerzenieRegistry)

Rzuca
Nieprawidłowy wyjątekProtocolBufferException

public static AllocationDescription parseFrom (wejście com.google.protobuf.CodedInputStream)

Rzuca
Wyjątek IO

public static AllocationDescription parseFrom (bajt[] dane, com.google.protobuf.ExtensionRegistryLite rozszerzenieRegistry)

Rzuca
Nieprawidłowy wyjątekProtocolBufferException

public static AllocationDescription parseFrom (dane com.google.protobuf.ByteString)

Rzuca
Nieprawidłowy wyjątekProtocolBufferException

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

Rzuca
Wyjątek IO

public static AllocationDescription parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Rzuca
Nieprawidłowy wyjątekProtocolBufferException

publiczna statyka parser ()

publiczny opis alokacji.Builder toBuilder ()

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

Rzuca
Wyjątek IO