public final class DebuggedDevice
A device on which ops and/or tensors are instrumented by the debugger.
tensorflow.DebuggedDevice tipo tensorflow.DebuggedDevice Classes aninhadas
| aula | DebuggedDevice.Builder | A device on which ops and/or tensors are instrumented by the debugger. | |
Constantes
| int | DEVICE_ID_FIELD_NUMBER | |
| int | DEVICE_NAME_FIELD_NUMBER |
Métodos Públicos
| boleano | igual a (objeto obj) |
| estático DebuggedDevice | |
| DebuggedDevice | |
| final static com.google.protobuf.Descriptors.Descriptor | |
| int | getDeviceId () A debugger-generated ID for the device. |
| Fragmento | getDeviceName () Name of the device. |
| com.google.protobuf.ByteString | getDeviceNameBytes () Name of the device. |
| int | |
| final com.google.protobuf.UnknownFieldSet | |
| int | hashCode () |
| final booleano | |
| static DebuggedDevice.Builder | newBuilder (protótipo DebuggedDevice ) |
| static DebuggedDevice.Builder | newBuilder () |
| DebuggedDevice.Builder | |
| estático DebuggedDevice | parseDelimitedFrom (input InputStream) |
| estático DebuggedDevice | parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| estático DebuggedDevice | parseFrom (dados ByteBuffer) |
| estático DebuggedDevice | parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| estático DebuggedDevice | parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| estático DebuggedDevice | parseFrom (com.google.protobuf.CodedInputStream input) |
| estático DebuggedDevice | parseFrom (byte [] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| estático DebuggedDevice | parseFrom (com.google.protobuf.ByteString data) |
| estático DebuggedDevice | parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| static DebuggedDevice | parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| estático | analisador () |
| DebuggedDevice.Builder | toBuilder () |
| vazio | writeTo (saída com.google.protobuf.CodedOutputStream) |
Métodos herdados
Constantes
public static final int DEVICE_ID_FIELD_NUMBER
Valor constante: 2
público estático final int DEVICE_NAME_FIELD_NUMBER
Valor Constante: 1
Métodos Públicos
public boolean equals (Object obj)
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public 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;public String getDeviceName ()
Name of the device.
string device_name = 1;public com.google.protobuf.ByteString getDeviceNameBytes ()
Name of the device.
string device_name = 1; público getParserForType ()
public int getSerializedSize ()
public final com.google.protobuf.UnknownFieldSet getUnknownFields ()
public int hashCode ()
public final boolean isInitialized ()
public static DebuggedDevice parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| IOException |
|---|
public static DebuggedDevice parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| IOException |
|---|
public static DebuggedDevice parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| InvalidProtocolBufferException |
|---|
public static DebuggedDevice parseFrom (com.google.protobuf.CodedInputStream input)
Lança
| IOException |
|---|
public static DebuggedDevice parseFrom (byte [] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| InvalidProtocolBufferException |
|---|
public static DebuggedDevice parseFrom (com.google.protobuf.ByteString data)
Lança
| InvalidProtocolBufferException |
|---|
public static DebuggedDevice parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| IOException |
|---|
public static DebuggedDevice parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| InvalidProtocolBufferException |
|---|
estática pública analisador ()
public void writeTo (saída com.google.protobuf.CodedOutputStream)
Lança
| IOException |
|---|