Package org.tensorflow.framework
Interface InterconnectLinkOrBuilder
-
- All Superinterfaces:
org.nd4j.shade.protobuf.MessageLiteOrBuilder
,org.nd4j.shade.protobuf.MessageOrBuilder
- All Known Implementing Classes:
InterconnectLink
,InterconnectLink.Builder
public interface InterconnectLinkOrBuilder extends org.nd4j.shade.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getDeviceId()
int32 device_id = 1;
int
getStrength()
int32 strength = 3;
String
getType()
string type = 2;
org.nd4j.shade.protobuf.ByteString
getTypeBytes()
string type = 2;
-
Methods inherited from interface org.nd4j.shade.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getDeviceId
int getDeviceId()
int32 device_id = 1;
- Returns:
- The deviceId.
-
getType
String getType()
string type = 2;
- Returns:
- The type.
-
getTypeBytes
org.nd4j.shade.protobuf.ByteString getTypeBytes()
string type = 2;
- Returns:
- The bytes for type.
-
getStrength
int getStrength()
int32 strength = 3;
- Returns:
- The strength.
-
-