AvailableDeviceInfo

publiczna klasa końcowa AvailableDeviceInfo

 Matches DeviceAttributes
 
Protobuf typu tensorflow.AvailableDeviceInfo

Klasy zagnieżdżone

klasa DostępneDeviceInfo.Builder
 Matches DeviceAttributes
 
Protobuf typu tensorflow.AvailableDeviceInfo

Stałe

wew MEMORY_LIMIT_FIELD_NUMBER
wew NAME_FIELD_NUMBER
wew PHYSICAL_DESCRIPTION_FIELD_NUMBER
wew TYPE_FIELD_NUMBER

Metody publiczne

wartość logiczna
równa się (obiekt obiektu)
statyczne dostępne informacje o urządzeniu
Dostępne informacje o urządzeniu
końcowy statyczny com.google.protobuf.Descriptors.Descriptor
długi
getMemoryLimit ()
 Memory capacity in bytes.
Strunowy
pobierz nazwę ()
 Device name.
com.google.protobuf.ByteString
getNameBytes ()
 Device name.
Strunowy
getPhysicalDescription ()
 The physical description of this device.
com.google.protobuf.ByteString
getPhysicalDescriptionBytes ()
 The physical description of this device.
wew
Strunowy
pobierzTyp ()
 Device type, e.g.
com.google.protobuf.ByteString
getTypeBytes ()
 Device type, e.g.
końcowy com.google.protobuf.UnknownFieldSet
wew
końcowa wartość logiczna
statyczny AvailableDeviceInfo.Builder
statyczny AvailableDeviceInfo.Builder
DostępneDeviceInfo.Builder
statyczne dostępne informacje o urządzeniu
parseDelimitedFrom (wejście strumienia wejściowego)
statyczne dostępne informacje o urządzeniu
parseDelimitedFrom (dane wejścioweInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
statyczne dostępne informacje o urządzeniu
parseFrom (dane ByteBuffer)
statyczne dostępne informacje o urządzeniu
parseFrom (wejście com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
statyczne dostępne informacje o urządzeniu
parseFrom (dane ByteBuffer, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
statyczne dostępne informacje o urządzeniu
parseFrom (wejście com.google.protobuf.CodedInputStream)
statyczne dostępne informacje o urządzeniu
parseFrom (bajt [] dane, com.google.protobuf.ExtensionRegistryLite rozszerzenieRegistry)
statyczne dostępne informacje o urządzeniu
parseFrom (dane com.google.protobuf.ByteString)
statyczne dostępne informacje o urządzeniu
parseFrom (dane wejścioweInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
statyczne dostępne informacje o urządzeniu
parseFrom (dane com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
statyczny
parser ()
DostępneDeviceInfo.Builder
próżnia
writeTo (wyjście com.google.protobuf.CodedOutputStream)

Metody dziedziczone

Stałe

publiczny statyczny końcowy int MEMORY_LIMIT_FIELD_NUMBER

Wartość stała: 3

publiczny statyczny końcowy int NAME_FIELD_NUMBER

Wartość stała: 1

publiczny statyczny końcowy int PHYSICAL_DESCRIPTION_FIELD_NUMBER

Wartość stała: 4

publiczny statyczny końcowy int TYPE_FIELD_NUMBER

Wartość stała: 2

Metody publiczne

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

public static AvailableDeviceInfo getDefaultInstance ()

public AvailableDeviceInfo getDefaultInstanceForType ()

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

publiczny długi getMemoryLimit ()

 Memory capacity in bytes.
 
int64 memory_limit = 3;

public String getName ()

 Device name.
 
string name = 1;

public com.google.protobuf.ByteString getNameBytes ()

 Device name.
 
string name = 1;

publiczny getParserForType ()

public String getPhysicalDescription ()

 The physical description of this device.
 
string physical_description = 4;

public com.google.protobuf.ByteString getPhysicalDescriptionBytes ()

 The physical description of this device.
 
string physical_description = 4;

publiczny int getSerializedSize ()

publiczny ciąg getType ()

 Device type, e.g. 'CPU' or 'GPU'.
 
string type = 2;

publiczny com.google.protobuf.ByteString getTypeBytes ()

 Device type, e.g. 'CPU' or 'GPU'.
 
string type = 2;

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

publiczny int hashCode ()

publiczna końcowa wartość logiczna isInitialized ()

publiczny statyczny AvailableDeviceInfo.Builder newBuilder (prototyp AvailableDeviceInfo )

publiczny statyczny AvailableDeviceInfo.Builder newBuilder ()

public AvailableDeviceInfo.Builder newBuilderForType ()

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

Rzuca
Wyjątek IO

public static AvailableDeviceInfo parseDelimitedFrom (dane wejścioweInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Rzuca
Wyjątek IO

public static AvailableDeviceInfo parseFrom (dane ByteBuffer)

Rzuca
Nieprawidłowy wyjątekProtocolBufferException

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

Rzuca
Wyjątek IO

public static AvailableDeviceInfo parseFrom (dane ByteBuffer, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Rzuca
Nieprawidłowy wyjątekProtocolBufferException

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

Rzuca
Wyjątek IO

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

Rzuca
Nieprawidłowy wyjątekProtocolBufferException

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

Rzuca
Nieprawidłowy wyjątekProtocolBufferException

public static AvailableDeviceInfo parseFrom (dane wejścioweInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Rzuca
Wyjątek IO

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

Rzuca
Nieprawidłowy wyjątekProtocolBufferException

publiczna statyka parser ()

public AvailableDeviceInfo.Builder toBuilder ()

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

Rzuca
Wyjątek IO