공개 정적 최종 클래스 DeviceAttributes.Builder
Protobuf 유형 tensorflow.DeviceAttributes
공개 방법
DeviceAttributes.Builder | addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor 필드, 개체 값) |
장치속성 | 짓다 () |
장치속성 | 빌드부분 () |
DeviceAttributes.Builder | 분명한 () |
DeviceAttributes.Builder | 클리어디바이스타입 () String representation of device_type. |
DeviceAttributes.Builder | ClearField (com.google.protobuf.Descriptors.FieldDescriptor 필드) |
DeviceAttributes.Builder | 클리어인카네이션 () A device is assigned a global unique number each time it is initialized. |
DeviceAttributes.Builder | 명확한 지역 () Platform-specific data about device that may be useful for supporting efficient data transfers. |
DeviceAttributes.Builder | 클리어메모리한계 () Memory capacity of device in bytes. |
DeviceAttributes.Builder | 클리어이름 () Fully specified name of the device within a cluster. |
DeviceAttributes.Builder | ClearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof) |
DeviceAttributes.Builder | 명확한PhysicalDeviceDesc () String representation of the physical device that this device maps to. |
DeviceAttributes.Builder | 클론 () |
장치속성 | |
최종 정적 com.google.protobuf.Descriptors.Descriptor | |
com.google.protobuf.Descriptors.Descriptor | |
끈 | getDeviceType () String representation of device_type. |
com.google.protobuf.ByteString | getDeviceTypeBytes () String representation of device_type. |
긴 | getIncarnation () A device is assigned a global unique number each time it is initialized. |
장치 지역성 | getLocality () Platform-specific data about device that may be useful for supporting efficient data transfers. |
DeviceLocality.Builder | getLocalityBuilder () Platform-specific data about device that may be useful for supporting efficient data transfers. |
DeviceLocalityOrBuilder | getLocalityOrBuilder () Platform-specific data about device that may be useful for supporting efficient data transfers. |
긴 | getMemoryLimit () Memory capacity of device in bytes. |
끈 | getName () Fully specified name of the device within a cluster. |
com.google.protobuf.ByteString | getNameBytes () Fully specified name of the device within a cluster. |
끈 | getPhysicalDeviceDesc () String representation of the physical device that this device maps to. |
com.google.protobuf.ByteString | getPhysicalDeviceDescBytes () String representation of the physical device that this device maps to. |
부울 | hasLocality () Platform-specific data about device that may be useful for supporting efficient data transfers. |
최종 부울 | 초기화됨 () |
DeviceAttributes.Builder | mergeFrom (com.google.protobuf.CodedInputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
DeviceAttributes.Builder | mergeFrom (com.google.protobuf.다른 메시지 보내기) |
DeviceAttributes.Builder | mergeLocality ( DeviceLocality 값) Platform-specific data about device that may be useful for supporting efficient data transfers. |
최종 DeviceAttributes.Builder | mergeUnknownFields (com.google.protobuf.UnknownFieldSet 알려지지 않은Fields) |
DeviceAttributes.Builder | setDeviceType (문자열 값) String representation of device_type. |
DeviceAttributes.Builder | setDeviceTypeBytes (com.google.protobuf.ByteString 값) String representation of device_type. |
DeviceAttributes.Builder | setField (com.google.protobuf.Descriptors.FieldDescriptor 필드, 개체 값) |
DeviceAttributes.Builder | setIncarnation (긴 값) A device is assigned a global unique number each time it is initialized. |
DeviceAttributes.Builder | setLocality ( DeviceLocality 값) Platform-specific data about device that may be useful for supporting efficient data transfers. |
DeviceAttributes.Builder | setLocality ( DeviceLocality.Builder builderForValue) Platform-specific data about device that may be useful for supporting efficient data transfers. |
DeviceAttributes.Builder | setMemoryLimit (긴 값) Memory capacity of device in bytes. |
DeviceAttributes.Builder | setName (문자열 값) Fully specified name of the device within a cluster. |
DeviceAttributes.Builder | setNameBytes (com.google.protobuf.ByteString 값) Fully specified name of the device within a cluster. |
DeviceAttributes.Builder | setPhysicalDeviceDesc (문자열 값) String representation of the physical device that this device maps to. |
DeviceAttributes.Builder | setPhysicalDeviceDescBytes (com.google.protobuf.ByteString 값) String representation of the physical device that this device maps to. |
DeviceAttributes.Builder | setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor 필드, int 인덱스, 개체 값) |
최종 DeviceAttributes.Builder | setUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields) |
상속된 메서드
공개 방법
public DeviceAttributes.Builder addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor 필드, 개체 값)
공개 DeviceAttributes.Builder ClearDeviceType ()
String representation of device_type.
string device_type = 2;
공개 DeviceAttributes.Builder 클리어인카네이션 ()
A device is assigned a global unique number each time it is initialized. "incarnation" should never be 0.
fixed64 incarnation = 6;
공개 DeviceAttributes.Builder ClearLocality ()
Platform-specific data about device that may be useful for supporting efficient data transfers.
.tensorflow.DeviceLocality locality = 5;
공개 DeviceAttributes.Builder ClearMemoryLimit ()
Memory capacity of device in bytes.
int64 memory_limit = 4;
공개 DeviceAttributes.Builder 클리어이름 ()
Fully specified name of the device within a cluster.
string name = 1;
공개 DeviceAttributes.Builder ClearPhysicalDeviceDesc ()
String representation of the physical device that this device maps to.
string physical_device_desc = 7;
공개 정적 최종 com.google.protobuf.Descriptors.Descriptor getDescriptor ()
공개 com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
공개 문자열 getDeviceType ()
String representation of device_type.
string device_type = 2;
공개 com.google.protobuf.ByteString getDeviceTypeBytes ()
String representation of device_type.
string device_type = 2;
공개 긴 getIncarnation ()
A device is assigned a global unique number each time it is initialized. "incarnation" should never be 0.
fixed64 incarnation = 6;
공개 DeviceLocality getLocality ()
Platform-specific data about device that may be useful for supporting efficient data transfers.
.tensorflow.DeviceLocality locality = 5;
공개 DeviceLocality.Builder getLocalityBuilder ()
Platform-specific data about device that may be useful for supporting efficient data transfers.
.tensorflow.DeviceLocality locality = 5;
공개 DeviceLocalityOrBuilder getLocalityOrBuilder ()
Platform-specific data about device that may be useful for supporting efficient data transfers.
.tensorflow.DeviceLocality locality = 5;
공개 긴 getMemoryLimit ()
Memory capacity of device in bytes.
int64 memory_limit = 4;
공개 문자열 getName ()
Fully specified name of the device within a cluster.
string name = 1;
공개 com.google.protobuf.ByteString getNameBytes ()
Fully specified name of the device within a cluster.
string name = 1;
공개 문자열 getPhysicalDeviceDesc ()
String representation of the physical device that this device maps to.
string physical_device_desc = 7;
공개 com.google.protobuf.ByteString getPhysicalDeviceDescBytes ()
String representation of the physical device that this device maps to.
string physical_device_desc = 7;
공개 부울 hasLocality ()
Platform-specific data about device that may be useful for supporting efficient data transfers.
.tensorflow.DeviceLocality locality = 5;
공개 최종 부울 isInitialized ()
공개 DeviceAttributes.Builder mergeFrom (com.google.protobuf.CodedInputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
던지기
IO예외 |
---|
공용 DeviceAttributes.Builder mergeLocality ( DeviceLocality 값)
Platform-specific data about device that may be useful for supporting efficient data transfers.
.tensorflow.DeviceLocality locality = 5;
공개 최종 DeviceAttributes.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields)
공용 DeviceAttributes.Builder setDeviceType (문자열 값)
String representation of device_type.
string device_type = 2;
공개 DeviceAttributes.Builder setDeviceTypeBytes (com.google.protobuf.ByteString 값)
String representation of device_type.
string device_type = 2;
공용 DeviceAttributes.Builder setIncarnation (긴 값)
A device is assigned a global unique number each time it is initialized. "incarnation" should never be 0.
fixed64 incarnation = 6;
공개 DeviceAttributes.Builder setLocality ( DeviceLocality 값)
Platform-specific data about device that may be useful for supporting efficient data transfers.
.tensorflow.DeviceLocality locality = 5;
공용 DeviceAttributes.Builder setLocality ( DeviceLocality.Builder builderForValue)
Platform-specific data about device that may be useful for supporting efficient data transfers.
.tensorflow.DeviceLocality locality = 5;
공용 DeviceAttributes.Builder setMemoryLimit (긴 값)
Memory capacity of device in bytes.
int64 memory_limit = 4;
공용 DeviceAttributes.Builder setName (문자열 값)
Fully specified name of the device within a cluster.
string name = 1;
공개 DeviceAttributes.Builder setNameBytes (com.google.protobuf.ByteString 값)
Fully specified name of the device within a cluster.
string name = 1;
공용 DeviceAttributes.Builder setPhysicalDeviceDesc (문자열 값)
String representation of the physical device that this device maps to.
string physical_device_desc = 7;
공개 DeviceAttributes.Builder setPhysicalDeviceDescBytes (com.google.protobuf.ByteString 값)
String representation of the physical device that this device maps to.
string physical_device_desc = 7;