Package org.nd4j.ir
Interface TensorNamespace.StringStringEntryProtoOrBuilder
-
- All Superinterfaces:
org.nd4j.shade.protobuf.MessageLiteOrBuilder,org.nd4j.shade.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TensorNamespace.StringStringEntryProto,TensorNamespace.StringStringEntryProto.Builder
- Enclosing class:
- TensorNamespace
public static interface TensorNamespace.StringStringEntryProtoOrBuilder extends org.nd4j.shade.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetKey()string key = 1;org.nd4j.shade.protobuf.ByteStringgetKeyBytes()string key = 1;StringgetValue()string value = 2;org.nd4j.shade.protobuf.ByteStringgetValueBytes()string value = 2;-
Methods inherited from interface org.nd4j.shade.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getKey
String getKey()
string key = 1;- Returns:
- The key.
-
getKeyBytes
org.nd4j.shade.protobuf.ByteString getKeyBytes()
string key = 1;- Returns:
- The bytes for key.
-
getValue
String getValue()
string value = 2;- Returns:
- The value.
-
getValueBytes
org.nd4j.shade.protobuf.ByteString getValueBytes()
string value = 2;- Returns:
- The bytes for value.
-
-