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

روش های عمومی

بولی
برابر است (object obj)
استاتیک DebuggedDevice
DebuggedDevice
نهایی static com.google.protobuf.Descriptors.Descriptor
بین المللی
getDeviceId ()
 A debugger-generated ID for the device.
رشته
getDeviceName ()
 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 (ورودی جریان ورودی)
استاتیک 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 (بایت[] داده، 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

روش های عمومی

بولین عمومی برابر است (Object Obj)

عمومی استاتیک DebuggedDevice getDefaultInstance ()

عمومی 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;

رشته عمومی getDeviceName ()

 Name of the device.
 
string device_name = 1;

عمومی com.google.protobuf.ByteString getDeviceNameBytes ()

 Name of the device.
 
string device_name = 1;

عمومی getParserForType ()

عمومی int getSerializedSize ()

عمومی نهایی com.google.protobuf.UnknownFieldSet getUnknownFields ()

هش کد عمومی ()

بولین نهایی عمومی isInitialized ()

عمومی استاتیک DebuggedDevice.Builder newBuilder (نمونه اولیه DebuggedDevice )

عمومی استاتیک DebuggedDevice.Builder newBuilder ()

عمومی DebuggedDevice.Builder newBuilderForType ()

عمومی استاتیک DebuggedDevice parseDelimitedFrom (ورودی جریان ورودی)

پرتاب می کند
IOException

عمومی استاتیک DebuggedDevice parseDelimitedFrom (ورودی InputStream، com.google.protobuf.ExtensionRegistryLite extensionRegistry)

پرتاب می کند
IOException

عمومی استاتیک DebuggedDevice parseFrom (داده ByteBuffer)

پرتاب می کند
InvalidProtocolBufferException

عمومی استاتیک DebuggedDevice parseFrom (com.google.protobuf.CodedInputStream ورودی، com.google.protobuf.ExtensionRegistryLite extensionRegistry)

پرتاب می کند
IOException

عمومی استاتیک DebuggedDevice parseFrom (داده های ByteBuffer، com.google.protobuf.ExtensionRegistryLite extensionRegistry)

پرتاب می کند
InvalidProtocolBufferException

عمومی استاتیک DebuggedDevice parseFrom (ورودی com.google.protobuf.CodedInputStream)

پرتاب می کند
IOException

عمومی استاتیک DebuggedDevice parseFrom (بایت[] داده، com.google.protobuf.ExtensionRegistryLite extensionRegistry)

پرتاب می کند
InvalidProtocolBufferException

عمومی استاتیک DebuggedDevice parseFrom (داده های com.google.protobuf.ByteString)

پرتاب می کند
InvalidProtocolBufferException

عمومی استاتیک DebuggedDevice parseFrom (ورودی InputStream، com.google.protobuf.ExtensionRegistryLite extensionRegistry)

پرتاب می کند
IOException

عمومی استاتیک DebuggedDevice parseFrom (داده های com.google.protobuf.ByteString، com.google.protobuf.ExtensionRegistryLite extensionRegistry)

پرتاب می کند
InvalidProtocolBufferException

استاتیک عمومی تجزیه کننده ()

عمومی DebuggedDevice.Builder toBuilder ()

public void writeTo (خروجی com.google.protobuf.CodedOutputStream)

پرتاب می کند
IOException