Package tensorflow
Interface DevicePropertiesProtos.NamedDeviceOrBuilder
-
- All Superinterfaces:
org.nd4j.shade.protobuf.MessageLiteOrBuilder,org.nd4j.shade.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DevicePropertiesProtos.NamedDevice,DevicePropertiesProtos.NamedDevice.Builder
- Enclosing class:
- DevicePropertiesProtos
public static interface DevicePropertiesProtos.NamedDeviceOrBuilder extends org.nd4j.shade.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetName()string name = 1;org.nd4j.shade.protobuf.ByteStringgetNameBytes()string name = 1;DevicePropertiesProtos.DevicePropertiesgetProperties().tensorflow.DeviceProperties properties = 2;DevicePropertiesProtos.DevicePropertiesOrBuildergetPropertiesOrBuilder().tensorflow.DeviceProperties properties = 2;booleanhasProperties().tensorflow.DeviceProperties properties = 2;-
Methods inherited from interface org.nd4j.shade.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getName
String getName()
string name = 1;- Returns:
- The name.
-
getNameBytes
org.nd4j.shade.protobuf.ByteString getNameBytes()
string name = 1;- Returns:
- The bytes for name.
-
hasProperties
boolean hasProperties()
.tensorflow.DeviceProperties properties = 2;- Returns:
- Whether the properties field is set.
-
getProperties
DevicePropertiesProtos.DeviceProperties getProperties()
.tensorflow.DeviceProperties properties = 2;- Returns:
- The properties.
-
getPropertiesOrBuilder
DevicePropertiesProtos.DevicePropertiesOrBuilder getPropertiesOrBuilder()
.tensorflow.DeviceProperties properties = 2;
-
-