public static final class TensorNamespace.ValueInfoProto.Builder extends org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<TensorNamespace.ValueInfoProto.Builder> implements TensorNamespace.ValueInfoProtoOrBuilder
Defines information on value, including the name, the type, and the shape of the value.Protobuf type
org.nd4j.ir.ValueInfoProto
Modifier and Type | Method and Description |
---|---|
TensorNamespace.ValueInfoProto.Builder |
addRepeatedField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field,
Object value) |
TensorNamespace.ValueInfoProto |
build() |
TensorNamespace.ValueInfoProto |
buildPartial() |
TensorNamespace.ValueInfoProto.Builder |
clear() |
TensorNamespace.ValueInfoProto.Builder |
clearDocString()
A human-readable documentation for this value.
|
TensorNamespace.ValueInfoProto.Builder |
clearField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field) |
TensorNamespace.ValueInfoProto.Builder |
clearName()
This field MUST be present in this version of the IR.
|
TensorNamespace.ValueInfoProto.Builder |
clearOneof(org.nd4j.shade.protobuf.Descriptors.OneofDescriptor oneof) |
TensorNamespace.ValueInfoProto.Builder |
clearType()
This field MUST be present in this version of the IR.
|
TensorNamespace.ValueInfoProto.Builder |
clone() |
TensorNamespace.ValueInfoProto |
getDefaultInstanceForType() |
static org.nd4j.shade.protobuf.Descriptors.Descriptor |
getDescriptor() |
org.nd4j.shade.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
String |
getDocString()
A human-readable documentation for this value.
|
org.nd4j.shade.protobuf.ByteString |
getDocStringBytes()
A human-readable documentation for this value.
|
String |
getName()
This field MUST be present in this version of the IR.
|
org.nd4j.shade.protobuf.ByteString |
getNameBytes()
This field MUST be present in this version of the IR.
|
TensorNamespace.TypeProto |
getType()
This field MUST be present in this version of the IR.
|
TensorNamespace.TypeProto.Builder |
getTypeBuilder()
This field MUST be present in this version of the IR.
|
TensorNamespace.TypeProtoOrBuilder |
getTypeOrBuilder()
This field MUST be present in this version of the IR.
|
boolean |
hasType()
This field MUST be present in this version of the IR.
|
protected org.nd4j.shade.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
TensorNamespace.ValueInfoProto.Builder |
mergeFrom(org.nd4j.shade.protobuf.CodedInputStream input,
org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry) |
TensorNamespace.ValueInfoProto.Builder |
mergeFrom(org.nd4j.shade.protobuf.Message other) |
TensorNamespace.ValueInfoProto.Builder |
mergeFrom(TensorNamespace.ValueInfoProto other) |
TensorNamespace.ValueInfoProto.Builder |
mergeType(TensorNamespace.TypeProto value)
This field MUST be present in this version of the IR.
|
TensorNamespace.ValueInfoProto.Builder |
mergeUnknownFields(org.nd4j.shade.protobuf.UnknownFieldSet unknownFields) |
TensorNamespace.ValueInfoProto.Builder |
setDocString(String value)
A human-readable documentation for this value.
|
TensorNamespace.ValueInfoProto.Builder |
setDocStringBytes(org.nd4j.shade.protobuf.ByteString value)
A human-readable documentation for this value.
|
TensorNamespace.ValueInfoProto.Builder |
setField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field,
Object value) |
TensorNamespace.ValueInfoProto.Builder |
setName(String value)
This field MUST be present in this version of the IR.
|
TensorNamespace.ValueInfoProto.Builder |
setNameBytes(org.nd4j.shade.protobuf.ByteString value)
This field MUST be present in this version of the IR.
|
TensorNamespace.ValueInfoProto.Builder |
setRepeatedField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
TensorNamespace.ValueInfoProto.Builder |
setType(TensorNamespace.TypeProto.Builder builderForValue)
This field MUST be present in this version of the IR.
|
TensorNamespace.ValueInfoProto.Builder |
setType(TensorNamespace.TypeProto value)
This field MUST be present in this version of the IR.
|
TensorNamespace.ValueInfoProto.Builder |
setUnknownFields(org.nd4j.shade.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, addAll, mergeFrom, newUninitializedMessageException
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public static final org.nd4j.shade.protobuf.Descriptors.Descriptor getDescriptor()
protected org.nd4j.shade.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<TensorNamespace.ValueInfoProto.Builder>
public TensorNamespace.ValueInfoProto.Builder clear()
clear
in interface org.nd4j.shade.protobuf.Message.Builder
clear
in interface org.nd4j.shade.protobuf.MessageLite.Builder
clear
in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<TensorNamespace.ValueInfoProto.Builder>
public org.nd4j.shade.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface org.nd4j.shade.protobuf.Message.Builder
getDescriptorForType
in interface org.nd4j.shade.protobuf.MessageOrBuilder
getDescriptorForType
in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<TensorNamespace.ValueInfoProto.Builder>
public TensorNamespace.ValueInfoProto getDefaultInstanceForType()
getDefaultInstanceForType
in interface org.nd4j.shade.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface org.nd4j.shade.protobuf.MessageOrBuilder
public TensorNamespace.ValueInfoProto build()
build
in interface org.nd4j.shade.protobuf.Message.Builder
build
in interface org.nd4j.shade.protobuf.MessageLite.Builder
public TensorNamespace.ValueInfoProto buildPartial()
buildPartial
in interface org.nd4j.shade.protobuf.Message.Builder
buildPartial
in interface org.nd4j.shade.protobuf.MessageLite.Builder
public TensorNamespace.ValueInfoProto.Builder clone()
clone
in interface org.nd4j.shade.protobuf.Message.Builder
clone
in interface org.nd4j.shade.protobuf.MessageLite.Builder
clone
in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<TensorNamespace.ValueInfoProto.Builder>
public TensorNamespace.ValueInfoProto.Builder setField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field, Object value)
setField
in interface org.nd4j.shade.protobuf.Message.Builder
setField
in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<TensorNamespace.ValueInfoProto.Builder>
public TensorNamespace.ValueInfoProto.Builder clearField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field)
clearField
in interface org.nd4j.shade.protobuf.Message.Builder
clearField
in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<TensorNamespace.ValueInfoProto.Builder>
public TensorNamespace.ValueInfoProto.Builder clearOneof(org.nd4j.shade.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof
in interface org.nd4j.shade.protobuf.Message.Builder
clearOneof
in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<TensorNamespace.ValueInfoProto.Builder>
public TensorNamespace.ValueInfoProto.Builder setRepeatedField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField
in interface org.nd4j.shade.protobuf.Message.Builder
setRepeatedField
in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<TensorNamespace.ValueInfoProto.Builder>
public TensorNamespace.ValueInfoProto.Builder addRepeatedField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField
in interface org.nd4j.shade.protobuf.Message.Builder
addRepeatedField
in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<TensorNamespace.ValueInfoProto.Builder>
public TensorNamespace.ValueInfoProto.Builder mergeFrom(org.nd4j.shade.protobuf.Message other)
mergeFrom
in interface org.nd4j.shade.protobuf.Message.Builder
mergeFrom
in class org.nd4j.shade.protobuf.AbstractMessage.Builder<TensorNamespace.ValueInfoProto.Builder>
public TensorNamespace.ValueInfoProto.Builder mergeFrom(TensorNamespace.ValueInfoProto other)
public final boolean isInitialized()
isInitialized
in interface org.nd4j.shade.protobuf.MessageLiteOrBuilder
isInitialized
in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<TensorNamespace.ValueInfoProto.Builder>
public TensorNamespace.ValueInfoProto.Builder mergeFrom(org.nd4j.shade.protobuf.CodedInputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom
in interface org.nd4j.shade.protobuf.Message.Builder
mergeFrom
in interface org.nd4j.shade.protobuf.MessageLite.Builder
mergeFrom
in class org.nd4j.shade.protobuf.AbstractMessage.Builder<TensorNamespace.ValueInfoProto.Builder>
IOException
public String getName()
This field MUST be present in this version of the IR.
string name = 1;
getName
in interface TensorNamespace.ValueInfoProtoOrBuilder
public org.nd4j.shade.protobuf.ByteString getNameBytes()
This field MUST be present in this version of the IR.
string name = 1;
getNameBytes
in interface TensorNamespace.ValueInfoProtoOrBuilder
public TensorNamespace.ValueInfoProto.Builder setName(String value)
This field MUST be present in this version of the IR.
string name = 1;
value
- The name to set.public TensorNamespace.ValueInfoProto.Builder clearName()
This field MUST be present in this version of the IR.
string name = 1;
public TensorNamespace.ValueInfoProto.Builder setNameBytes(org.nd4j.shade.protobuf.ByteString value)
This field MUST be present in this version of the IR.
string name = 1;
value
- The bytes for name to set.public boolean hasType()
This field MUST be present in this version of the IR.
.org.nd4j.ir.TypeProto type = 2;
hasType
in interface TensorNamespace.ValueInfoProtoOrBuilder
public TensorNamespace.TypeProto getType()
This field MUST be present in this version of the IR.
.org.nd4j.ir.TypeProto type = 2;
getType
in interface TensorNamespace.ValueInfoProtoOrBuilder
public TensorNamespace.ValueInfoProto.Builder setType(TensorNamespace.TypeProto value)
This field MUST be present in this version of the IR.
.org.nd4j.ir.TypeProto type = 2;
public TensorNamespace.ValueInfoProto.Builder setType(TensorNamespace.TypeProto.Builder builderForValue)
This field MUST be present in this version of the IR.
.org.nd4j.ir.TypeProto type = 2;
public TensorNamespace.ValueInfoProto.Builder mergeType(TensorNamespace.TypeProto value)
This field MUST be present in this version of the IR.
.org.nd4j.ir.TypeProto type = 2;
public TensorNamespace.ValueInfoProto.Builder clearType()
This field MUST be present in this version of the IR.
.org.nd4j.ir.TypeProto type = 2;
public TensorNamespace.TypeProto.Builder getTypeBuilder()
This field MUST be present in this version of the IR.
.org.nd4j.ir.TypeProto type = 2;
public TensorNamespace.TypeProtoOrBuilder getTypeOrBuilder()
This field MUST be present in this version of the IR.
.org.nd4j.ir.TypeProto type = 2;
getTypeOrBuilder
in interface TensorNamespace.ValueInfoProtoOrBuilder
public String getDocString()
A human-readable documentation for this value. Markdown is allowed.
string doc_string = 3;
getDocString
in interface TensorNamespace.ValueInfoProtoOrBuilder
public org.nd4j.shade.protobuf.ByteString getDocStringBytes()
A human-readable documentation for this value. Markdown is allowed.
string doc_string = 3;
getDocStringBytes
in interface TensorNamespace.ValueInfoProtoOrBuilder
public TensorNamespace.ValueInfoProto.Builder setDocString(String value)
A human-readable documentation for this value. Markdown is allowed.
string doc_string = 3;
value
- The docString to set.public TensorNamespace.ValueInfoProto.Builder clearDocString()
A human-readable documentation for this value. Markdown is allowed.
string doc_string = 3;
public TensorNamespace.ValueInfoProto.Builder setDocStringBytes(org.nd4j.shade.protobuf.ByteString value)
A human-readable documentation for this value. Markdown is allowed.
string doc_string = 3;
value
- The bytes for docString to set.public final TensorNamespace.ValueInfoProto.Builder setUnknownFields(org.nd4j.shade.protobuf.UnknownFieldSet unknownFields)
setUnknownFields
in interface org.nd4j.shade.protobuf.Message.Builder
setUnknownFields
in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<TensorNamespace.ValueInfoProto.Builder>
public final TensorNamespace.ValueInfoProto.Builder mergeUnknownFields(org.nd4j.shade.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields
in interface org.nd4j.shade.protobuf.Message.Builder
mergeUnknownFields
in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<TensorNamespace.ValueInfoProto.Builder>
Copyright © 2022. All rights reserved.