パブリック インターフェイスDeviceAttributesOrBuilder
既知の間接サブクラス |
パブリックメソッド
抽象文字列 | 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. |
抽象的なデバイスの場所 | get地域性() 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. |
抽象ブール値 | 地域性あり() Platform-specific data about device that may be useful for supporting efficient data transfers. |
パブリックメソッド
パブリック抽象 String 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;
パブリック抽象DeviceLocalityOrBuilder getLocalityOrBuilder ()
Platform-specific data about device that may be useful for supporting efficient data transfers.
.tensorflow.DeviceLocality locality = 5;
public abstract long getMemoryLimit ()
Memory capacity of device in bytes.
int64 memory_limit = 4;
パブリック抽象 String 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;
パブリック抽象 String getPhysicalDeviceDesc ()
String representation of the physical device that this device maps to.
string physical_device_desc = 7;
public abstract com.google.protobuf.ByteString getPhysicalDeviceDescBytes ()
String representation of the physical device that this device maps to.
string physical_device_desc = 7;
public abstract boolean hasLocality ()
Platform-specific data about device that may be useful for supporting efficient data transfers.
.tensorflow.DeviceLocality locality = 5;