Package org.tensorflow.distruntime
Interface ListDevicesResponseOrBuilder
-
- All Superinterfaces:
org.nd4j.shade.protobuf.MessageLiteOrBuilder,org.nd4j.shade.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListDevicesResponse,ListDevicesResponse.Builder
public interface ListDevicesResponseOrBuilder extends org.nd4j.shade.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeviceAttributesgetLocalDevice(int index)repeated .tensorflow.DeviceAttributes local_device = 1;intgetLocalDeviceCount()repeated .tensorflow.DeviceAttributes local_device = 1;List<DeviceAttributes>getLocalDeviceList()repeated .tensorflow.DeviceAttributes local_device = 1;DeviceAttributesOrBuildergetLocalDeviceOrBuilder(int index)repeated .tensorflow.DeviceAttributes local_device = 1;List<? extends DeviceAttributesOrBuilder>getLocalDeviceOrBuilderList()repeated .tensorflow.DeviceAttributes local_device = 1;DeviceAttributesgetRemoteDevice(int index)repeated .tensorflow.DeviceAttributes remote_device = 2;intgetRemoteDeviceCount()repeated .tensorflow.DeviceAttributes remote_device = 2;List<DeviceAttributes>getRemoteDeviceList()repeated .tensorflow.DeviceAttributes remote_device = 2;DeviceAttributesOrBuildergetRemoteDeviceOrBuilder(int index)repeated .tensorflow.DeviceAttributes remote_device = 2;List<? extends DeviceAttributesOrBuilder>getRemoteDeviceOrBuilderList()repeated .tensorflow.DeviceAttributes remote_device = 2;-
Methods inherited from interface org.nd4j.shade.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getLocalDeviceList
List<DeviceAttributes> getLocalDeviceList()
repeated .tensorflow.DeviceAttributes local_device = 1;
-
getLocalDevice
DeviceAttributes getLocalDevice(int index)
repeated .tensorflow.DeviceAttributes local_device = 1;
-
getLocalDeviceCount
int getLocalDeviceCount()
repeated .tensorflow.DeviceAttributes local_device = 1;
-
getLocalDeviceOrBuilderList
List<? extends DeviceAttributesOrBuilder> getLocalDeviceOrBuilderList()
repeated .tensorflow.DeviceAttributes local_device = 1;
-
getLocalDeviceOrBuilder
DeviceAttributesOrBuilder getLocalDeviceOrBuilder(int index)
repeated .tensorflow.DeviceAttributes local_device = 1;
-
getRemoteDeviceList
List<DeviceAttributes> getRemoteDeviceList()
repeated .tensorflow.DeviceAttributes remote_device = 2;
-
getRemoteDevice
DeviceAttributes getRemoteDevice(int index)
repeated .tensorflow.DeviceAttributes remote_device = 2;
-
getRemoteDeviceCount
int getRemoteDeviceCount()
repeated .tensorflow.DeviceAttributes remote_device = 2;
-
getRemoteDeviceOrBuilderList
List<? extends DeviceAttributesOrBuilder> getRemoteDeviceOrBuilderList()
repeated .tensorflow.DeviceAttributes remote_device = 2;
-
getRemoteDeviceOrBuilder
DeviceAttributesOrBuilder getRemoteDeviceOrBuilder(int index)
repeated .tensorflow.DeviceAttributes remote_device = 2;
-
-