public static final class Onnx.ValueInfoProto.Builder extends org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<Onnx.ValueInfoProto.Builder> implements Onnx.ValueInfoProtoOrBuilder
Defines information on value, including the name, the type, and the shape of the value.Protobuf type
onnx.ValueInfoProto| Modifier and Type | Method and Description |
|---|---|
Onnx.ValueInfoProto.Builder |
addRepeatedField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Onnx.ValueInfoProto |
build() |
Onnx.ValueInfoProto |
buildPartial() |
Onnx.ValueInfoProto.Builder |
clear() |
Onnx.ValueInfoProto.Builder |
clearDocString()
A human-readable documentation for this value.
|
Onnx.ValueInfoProto.Builder |
clearField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field) |
Onnx.ValueInfoProto.Builder |
clearName()
This field MUST be present in this version of the IR.
|
Onnx.ValueInfoProto.Builder |
clearOneof(org.nd4j.shade.protobuf.Descriptors.OneofDescriptor oneof) |
Onnx.ValueInfoProto.Builder |
clearType()
This field MUST be present in this version of the IR.
|
Onnx.ValueInfoProto.Builder |
clone() |
Onnx.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.
|
Onnx.TypeProto |
getType()
This field MUST be present in this version of the IR.
|
Onnx.TypeProto.Builder |
getTypeBuilder()
This field MUST be present in this version of the IR.
|
Onnx.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() |
Onnx.ValueInfoProto.Builder |
mergeFrom(org.nd4j.shade.protobuf.CodedInputStream input,
org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry) |
Onnx.ValueInfoProto.Builder |
mergeFrom(org.nd4j.shade.protobuf.Message other) |
Onnx.ValueInfoProto.Builder |
mergeFrom(Onnx.ValueInfoProto other) |
Onnx.ValueInfoProto.Builder |
mergeType(Onnx.TypeProto value)
This field MUST be present in this version of the IR.
|
Onnx.ValueInfoProto.Builder |
mergeUnknownFields(org.nd4j.shade.protobuf.UnknownFieldSet unknownFields) |
Onnx.ValueInfoProto.Builder |
setDocString(String value)
A human-readable documentation for this value.
|
Onnx.ValueInfoProto.Builder |
setDocStringBytes(org.nd4j.shade.protobuf.ByteString value)
A human-readable documentation for this value.
|
Onnx.ValueInfoProto.Builder |
setField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Onnx.ValueInfoProto.Builder |
setName(String value)
This field MUST be present in this version of the IR.
|
Onnx.ValueInfoProto.Builder |
setNameBytes(org.nd4j.shade.protobuf.ByteString value)
This field MUST be present in this version of the IR.
|
Onnx.ValueInfoProto.Builder |
setRepeatedField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
Onnx.ValueInfoProto.Builder |
setType(Onnx.TypeProto.Builder builderForValue)
This field MUST be present in this version of the IR.
|
Onnx.ValueInfoProto.Builder |
setType(Onnx.TypeProto value)
This field MUST be present in this version of the IR.
|
Onnx.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, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic 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<Onnx.ValueInfoProto.Builder>public Onnx.ValueInfoProto.Builder clear()
clear in interface org.nd4j.shade.protobuf.Message.Builderclear in interface org.nd4j.shade.protobuf.MessageLite.Builderclear in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<Onnx.ValueInfoProto.Builder>public org.nd4j.shade.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface org.nd4j.shade.protobuf.Message.BuildergetDescriptorForType in interface org.nd4j.shade.protobuf.MessageOrBuildergetDescriptorForType in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<Onnx.ValueInfoProto.Builder>public Onnx.ValueInfoProto getDefaultInstanceForType()
getDefaultInstanceForType in interface org.nd4j.shade.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface org.nd4j.shade.protobuf.MessageOrBuilderpublic Onnx.ValueInfoProto build()
build in interface org.nd4j.shade.protobuf.Message.Builderbuild in interface org.nd4j.shade.protobuf.MessageLite.Builderpublic Onnx.ValueInfoProto buildPartial()
buildPartial in interface org.nd4j.shade.protobuf.Message.BuilderbuildPartial in interface org.nd4j.shade.protobuf.MessageLite.Builderpublic Onnx.ValueInfoProto.Builder clone()
clone in interface org.nd4j.shade.protobuf.Message.Builderclone in interface org.nd4j.shade.protobuf.MessageLite.Builderclone in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<Onnx.ValueInfoProto.Builder>public Onnx.ValueInfoProto.Builder setField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface org.nd4j.shade.protobuf.Message.BuildersetField in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<Onnx.ValueInfoProto.Builder>public Onnx.ValueInfoProto.Builder clearField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field)
clearField in interface org.nd4j.shade.protobuf.Message.BuilderclearField in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<Onnx.ValueInfoProto.Builder>public Onnx.ValueInfoProto.Builder clearOneof(org.nd4j.shade.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface org.nd4j.shade.protobuf.Message.BuilderclearOneof in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<Onnx.ValueInfoProto.Builder>public Onnx.ValueInfoProto.Builder setRepeatedField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface org.nd4j.shade.protobuf.Message.BuildersetRepeatedField in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<Onnx.ValueInfoProto.Builder>public Onnx.ValueInfoProto.Builder addRepeatedField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface org.nd4j.shade.protobuf.Message.BuilderaddRepeatedField in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<Onnx.ValueInfoProto.Builder>public Onnx.ValueInfoProto.Builder mergeFrom(org.nd4j.shade.protobuf.Message other)
mergeFrom in interface org.nd4j.shade.protobuf.Message.BuildermergeFrom in class org.nd4j.shade.protobuf.AbstractMessage.Builder<Onnx.ValueInfoProto.Builder>public Onnx.ValueInfoProto.Builder mergeFrom(Onnx.ValueInfoProto other)
public final boolean isInitialized()
isInitialized in interface org.nd4j.shade.protobuf.MessageLiteOrBuilderisInitialized in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<Onnx.ValueInfoProto.Builder>public Onnx.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.BuildermergeFrom in interface org.nd4j.shade.protobuf.MessageLite.BuildermergeFrom in class org.nd4j.shade.protobuf.AbstractMessage.Builder<Onnx.ValueInfoProto.Builder>IOExceptionpublic String getName()
This field MUST be present in this version of the IR.
string name = 1;getName in interface Onnx.ValueInfoProtoOrBuilderpublic org.nd4j.shade.protobuf.ByteString getNameBytes()
This field MUST be present in this version of the IR.
string name = 1;getNameBytes in interface Onnx.ValueInfoProtoOrBuilderpublic Onnx.ValueInfoProto.Builder setName(String value)
This field MUST be present in this version of the IR.
string name = 1;public Onnx.ValueInfoProto.Builder clearName()
This field MUST be present in this version of the IR.
string name = 1;public Onnx.ValueInfoProto.Builder setNameBytes(org.nd4j.shade.protobuf.ByteString value)
This field MUST be present in this version of the IR.
string name = 1;public boolean hasType()
This field MUST be present in this version of the IR.
.onnx.TypeProto type = 2;hasType in interface Onnx.ValueInfoProtoOrBuilderpublic Onnx.TypeProto getType()
This field MUST be present in this version of the IR.
.onnx.TypeProto type = 2;getType in interface Onnx.ValueInfoProtoOrBuilderpublic Onnx.ValueInfoProto.Builder setType(Onnx.TypeProto value)
This field MUST be present in this version of the IR.
.onnx.TypeProto type = 2;public Onnx.ValueInfoProto.Builder setType(Onnx.TypeProto.Builder builderForValue)
This field MUST be present in this version of the IR.
.onnx.TypeProto type = 2;public Onnx.ValueInfoProto.Builder mergeType(Onnx.TypeProto value)
This field MUST be present in this version of the IR.
.onnx.TypeProto type = 2;public Onnx.ValueInfoProto.Builder clearType()
This field MUST be present in this version of the IR.
.onnx.TypeProto type = 2;public Onnx.TypeProto.Builder getTypeBuilder()
This field MUST be present in this version of the IR.
.onnx.TypeProto type = 2;public Onnx.TypeProtoOrBuilder getTypeOrBuilder()
This field MUST be present in this version of the IR.
.onnx.TypeProto type = 2;getTypeOrBuilder in interface Onnx.ValueInfoProtoOrBuilderpublic String getDocString()
A human-readable documentation for this value. Markdown is allowed.
string doc_string = 3;getDocString in interface Onnx.ValueInfoProtoOrBuilderpublic org.nd4j.shade.protobuf.ByteString getDocStringBytes()
A human-readable documentation for this value. Markdown is allowed.
string doc_string = 3;getDocStringBytes in interface Onnx.ValueInfoProtoOrBuilderpublic Onnx.ValueInfoProto.Builder setDocString(String value)
A human-readable documentation for this value. Markdown is allowed.
string doc_string = 3;public Onnx.ValueInfoProto.Builder clearDocString()
A human-readable documentation for this value. Markdown is allowed.
string doc_string = 3;public Onnx.ValueInfoProto.Builder setDocStringBytes(org.nd4j.shade.protobuf.ByteString value)
A human-readable documentation for this value. Markdown is allowed.
string doc_string = 3;public final Onnx.ValueInfoProto.Builder setUnknownFields(org.nd4j.shade.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface org.nd4j.shade.protobuf.Message.BuildersetUnknownFields in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<Onnx.ValueInfoProto.Builder>public final Onnx.ValueInfoProto.Builder mergeUnknownFields(org.nd4j.shade.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface org.nd4j.shade.protobuf.Message.BuildermergeUnknownFields in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<Onnx.ValueInfoProto.Builder>Copyright © 2021. All rights reserved.