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