DebuggedDevice

パブリック最終クラスDebuggedDevice

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

ネストされたクラス

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

定数

整数DEVICE_ID_FIELD_NUMBER
整数DEVICE_NAME_FIELD_NUMBER

パブリックメソッド

ブール値
等しい(オブジェクトオブジェクト)
静的なDebuggedDevice
デバッグされたデバイス
最終的な静的 com.google.protobuf.Descriptors.Descriptor
整数
getDeviceId ()
 A debugger-generated ID for the device.
getデバイス名()
 Name of the device.
com.google.protobuf.ByteString
getDeviceNameBytes ()
 Name of the device.
整数
最終的な com.google.protobuf.UnknownFieldSet
整数
最終ブール値
静的DebuggedDevice.Builder
newBuilder ( DebuggedDeviceプロトタイプ)
静的DebuggedDevice.Builder
DebuggedDevice.Builder
静的なDebuggedDevice
parseDelimitedFrom (InputStream 入力)
静的なDebuggedDevice
parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的DebuggedDevice
parseFrom (ByteBuffer データ)
静的DebuggedDevice
parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的DebuggedDevice
parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的DebuggedDevice
parseFrom (com.google.protobuf.CodedInputStream 入力)
静的DebuggedDevice
parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的DebuggedDevice
parseFrom (com.google.protobuf.ByteString データ)
静的DebuggedDevice
parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的DebuggedDevice
parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的
DebuggedDevice.Builder
空所
writeTo (com.google.protobuf.CodedOutputStream 出力)

継承されたメソッド

定数

パブリック静的最終整数DEVICE_ID_FIELD_NUMBER

定数値: 2

パブリック静的最終整数DEVICE_NAME_FIELD_NUMBER

定数値: 1

パブリックメソッド

public booleanに等しい(オブジェクト obj)

public static DebuggedDevice getDefaultInstance ()

public DebuggedDevice getDefaultInstanceForType ()

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;

パブリック String getDeviceName ()

 Name of the device.
 
string device_name = 1;

public com.google.protobuf.ByteString getDeviceNameBytes ()

 Name of the device.
 
string device_name = 1;

公共getParserForType ()

public int getSerializedSize ()

public Final com.google.protobuf.UnknownFieldSet getUnknownFields ()

public int hashCode ()

パブリック最終ブール値isInitialized ()

public static DebuggedDevice.Builder newBuilder ( DebuggedDeviceプロトタイプ)

public static DebuggedDevice.Builder newBuilder ()

public DebuggedDevice.Builder newBuilderForType ()

public static DebuggedDevice parseDelimitedFrom (InputStream 入力)

投げる
IO例外

public static DebuggedDevice parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
IO例外

public static DebuggedDevice parseFrom (ByteBuffer データ)

投げる
無効なプロトコルバッファ例外

public static DebuggedDevice parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
IO例外

public static DebuggedDevice parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
無効なプロトコルバッファ例外

public static DebuggedDevice parseFrom (com.google.protobuf.CodedInputStream 入力)

投げる
IO例外

public static DebuggedDevice parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
無効なプロトコルバッファ例外

public static DebuggedDevice parseFrom (com.google.protobuf.ByteString データ)

投げる
無効なプロトコルバッファ例外

public static DebuggedDevice parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
IO例外

public static DebuggedDevice parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
無効なプロトコルバッファ例外

パブリック静的パーサー()

public DebuggedDevice.Builder toBuilder ()

public void writeTo (com.google.protobuf.CodedOutputStream 出力)

投げる
IO例外