Package org.nd4j.ir
Interface TensorNamespace.ValueInfoProtoOrBuilder
-
- All Superinterfaces:
org.nd4j.shade.protobuf.MessageLiteOrBuilder,org.nd4j.shade.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TensorNamespace.ValueInfoProto,TensorNamespace.ValueInfoProto.Builder
- Enclosing class:
- TensorNamespace
public static interface TensorNamespace.ValueInfoProtoOrBuilder extends org.nd4j.shade.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDocString()A human-readable documentation for this value.org.nd4j.shade.protobuf.ByteStringgetDocStringBytes()A human-readable documentation for this value.StringgetName()This field MUST be present in this version of the IR.org.nd4j.shade.protobuf.ByteStringgetNameBytes()This field MUST be present in this version of the IR.TensorNamespace.TypeProtogetType()This field MUST be present in this version of the IR.TensorNamespace.TypeProtoOrBuildergetTypeOrBuilder()This field MUST be present in this version of the IR.booleanhasType()This field MUST be present in this version of the IR.-
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()
This field MUST be present in this version of the IR.
string name = 1;- Returns:
- The name.
-
getNameBytes
org.nd4j.shade.protobuf.ByteString getNameBytes()
This field MUST be present in this version of the IR.
string name = 1;- Returns:
- The bytes for name.
-
hasType
boolean hasType()
This field MUST be present in this version of the IR.
.org.nd4j.ir.TypeProto type = 2;- Returns:
- Whether the type field is set.
-
getType
TensorNamespace.TypeProto getType()
This field MUST be present in this version of the IR.
.org.nd4j.ir.TypeProto type = 2;- Returns:
- The type.
-
getTypeOrBuilder
TensorNamespace.TypeProtoOrBuilder getTypeOrBuilder()
This field MUST be present in this version of the IR.
.org.nd4j.ir.TypeProto type = 2;
-
getDocString
String getDocString()
A human-readable documentation for this value. Markdown is allowed.
string doc_string = 3;- Returns:
- The docString.
-
getDocStringBytes
org.nd4j.shade.protobuf.ByteString getDocStringBytes()
A human-readable documentation for this value. Markdown is allowed.
string doc_string = 3;- Returns:
- The bytes for docString.
-
-