public interface ListDevicesResponseOrBuilder
extends org.nd4j.shade.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
DeviceAttributes |
getLocalDevice(int index)
repeated .tensorflow.DeviceAttributes local_device = 1; |
int |
getLocalDeviceCount()
repeated .tensorflow.DeviceAttributes local_device = 1; |
List<DeviceAttributes> |
getLocalDeviceList()
repeated .tensorflow.DeviceAttributes local_device = 1; |
DeviceAttributesOrBuilder |
getLocalDeviceOrBuilder(int index)
repeated .tensorflow.DeviceAttributes local_device = 1; |
List<? extends DeviceAttributesOrBuilder> |
getLocalDeviceOrBuilderList()
repeated .tensorflow.DeviceAttributes local_device = 1; |
DeviceAttributes |
getRemoteDevice(int index)
repeated .tensorflow.DeviceAttributes remote_device = 2; |
int |
getRemoteDeviceCount()
repeated .tensorflow.DeviceAttributes remote_device = 2; |
List<DeviceAttributes> |
getRemoteDeviceList()
repeated .tensorflow.DeviceAttributes remote_device = 2; |
DeviceAttributesOrBuilder |
getRemoteDeviceOrBuilder(int index)
repeated .tensorflow.DeviceAttributes remote_device = 2; |
List<? extends DeviceAttributesOrBuilder> |
getRemoteDeviceOrBuilderList()
repeated .tensorflow.DeviceAttributes remote_device = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<DeviceAttributes> getLocalDeviceList()
repeated .tensorflow.DeviceAttributes local_device = 1;DeviceAttributes getLocalDevice(int index)
repeated .tensorflow.DeviceAttributes local_device = 1;int getLocalDeviceCount()
repeated .tensorflow.DeviceAttributes local_device = 1;List<? extends DeviceAttributesOrBuilder> getLocalDeviceOrBuilderList()
repeated .tensorflow.DeviceAttributes local_device = 1;DeviceAttributesOrBuilder getLocalDeviceOrBuilder(int index)
repeated .tensorflow.DeviceAttributes local_device = 1;List<DeviceAttributes> getRemoteDeviceList()
repeated .tensorflow.DeviceAttributes remote_device = 2;DeviceAttributes getRemoteDevice(int index)
repeated .tensorflow.DeviceAttributes remote_device = 2;int getRemoteDeviceCount()
repeated .tensorflow.DeviceAttributes remote_device = 2;List<? extends DeviceAttributesOrBuilder> getRemoteDeviceOrBuilderList()
repeated .tensorflow.DeviceAttributes remote_device = 2;DeviceAttributesOrBuilder getRemoteDeviceOrBuilder(int index)
repeated .tensorflow.DeviceAttributes remote_device = 2;Copyright © 2021. All rights reserved.