DebuggedDevice

publiczna klasa końcowa DebuggedDevice

 A device on which ops and/or tensors are instrumented by the debugger.
 
Protobuf typu tensorflow.DebuggedDevice

Klasy zagnieżdżone

klasa DebuggedDevice.Builder
 A device on which ops and/or tensors are instrumented by the debugger. 

Stałe

wew DEVICE_ID_FIELD_NUMBER
wew DEVICE_NAME_FIELD_NUMBER

Metody publiczne

wartość logiczna
równa się (obiekt obiektu)
statyczne debugowane urządzenie
Debugowane urządzenie
końcowy statyczny com.google.protobuf.Descriptors.Descriptor
wew
pobierzId urządzenia ()
 A debugger-generated ID for the device.
Strunowy
pobierz nazwę urządzenia ()
 Name of the device.
com.google.protobuf.ByteString
getDeviceNameBytes ()
 Name of the device.
wew
końcowy com.google.protobuf.UnknownFieldSet
wew
końcowa wartość logiczna
statyczny DebuggedDevice.Builder
statyczny DebuggedDevice.Builder
DebuggedDevice.Builder
statyczne debugowane urządzenie
parseDelimitedFrom (wejście strumienia wejściowego)
statyczne debugowane urządzenie
parseDelimitedFrom (dane wejścioweInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
statyczne debugowane urządzenie
parseFrom (dane ByteBuffer)
statyczne debugowane urządzenie
parseFrom (wejście com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
statyczne debugowane urządzenie
parseFrom (dane ByteBuffer, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
statyczne debugowane urządzenie
parseFrom (wejście com.google.protobuf.CodedInputStream)
statyczne debugowane urządzenie
parseFrom (bajt [] dane, com.google.protobuf.ExtensionRegistryLite rozszerzenieRegistry)
statyczne debugowane urządzenie
parseFrom (dane com.google.protobuf.ByteString)
statyczne debugowane urządzenie
parseFrom (dane wejścioweInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
statyczne debugowane urządzenie
parseFrom (dane com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
statyczny
parser ()
DebuggedDevice.Builder
próżnia
writeTo (wyjście com.google.protobuf.CodedOutputStream)

Metody dziedziczone

Stałe

publiczny statyczny końcowy int DEVICE_ID_FIELD_NUMBER

Wartość stała: 2

publiczny statyczny końcowy int DEVICE_NAME_FIELD_NUMBER

Wartość stała: 1

Metody publiczne

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

publiczne statyczne DebuggedDevice getDefaultInstance ()

publiczne DebuggedDevice getDefaultInstanceForType ()

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

publiczny int getDeviceId ()

 A debugger-generated ID for the device. Guaranteed to be unique within
 the scope of the debugged TensorFlow program, including single-host and
 multi-host settings.
 TODO(cais): Test the uniqueness guarantee in multi-host settings.
 
int32 device_id = 2;

publiczny ciąg getDeviceName ()

 Name of the device.
 
string device_name = 1;

public com.google.protobuf.ByteString getDeviceNameBytes ()

 Name of the device.
 
string device_name = 1;

publiczny getParserForType ()

publiczny int getSerializedSize ()

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

publiczny int hashCode ()

publiczna końcowa wartość logiczna isInitialized ()

public static DebuggedDevice.Builder newBuilder (prototyp DebuggedDevice )

publiczny statyczny DebuggedDevice.Builder newBuilder ()

public DebuggedDevice.Builder newBuilderForType ()

public static DebuggedDevice parseDelimitedFrom (wejście wejściowe)

Rzuca
Wyjątek IO

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

Rzuca
Wyjątek IO

public static DebuggedDevice parseFrom (dane ByteBuffer)

Rzuca
Nieprawidłowy wyjątekProtocolBufferException

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

Rzuca
Wyjątek IO

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

Rzuca
Nieprawidłowy wyjątekProtocolBufferException

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

Rzuca
Wyjątek IO

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

Rzuca
Nieprawidłowy wyjątekProtocolBufferException

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

Rzuca
Nieprawidłowy wyjątekProtocolBufferException

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

Rzuca
Wyjątek IO

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

Rzuca
Nieprawidłowy wyjątekProtocolBufferException

publiczna statyka parser ()

public DebuggedDevice.Builder toBuilder ()

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

Rzuca
Wyjątek IO