public static final class OnnxProto3.GraphProto.Builder extends com.github.os72.protobuf351.GeneratedMessageV3.Builder<OnnxProto3.GraphProto.Builder> implements OnnxProto3.GraphProtoOrBuilder
GraphProto defines a parameterized series of nodes to form a directed acyclic graph. This is the equivalent of the "network" and "graph" in many deep learning frameworks.Protobuf type
onnx.GraphProto| Modifier and Type | Method and Description |
|---|---|
OnnxProto3.GraphProto.Builder |
addAllInitializer(Iterable<? extends OnnxProto3.TensorProto> values)
A list of named tensor values (constants), used to specify default
values for some of the inputs of the graph.
|
OnnxProto3.GraphProto.Builder |
addAllInput(Iterable<? extends OnnxProto3.ValueInfoProto> values)
The inputs and outputs of the graph.
|
OnnxProto3.GraphProto.Builder |
addAllNode(Iterable<? extends OnnxProto3.NodeProto> values)
The nodes in the graph.
|
OnnxProto3.GraphProto.Builder |
addAllOutput(Iterable<? extends OnnxProto3.ValueInfoProto> values)
repeated .onnx.ValueInfoProto output = 12; |
OnnxProto3.GraphProto.Builder |
addAllValueInfo(Iterable<? extends OnnxProto3.ValueInfoProto> values)
Information for the values in the graph.
|
OnnxProto3.GraphProto.Builder |
addInitializer(int index,
OnnxProto3.TensorProto.Builder builderForValue)
A list of named tensor values (constants), used to specify default
values for some of the inputs of the graph.
|
OnnxProto3.GraphProto.Builder |
addInitializer(int index,
OnnxProto3.TensorProto value)
A list of named tensor values (constants), used to specify default
values for some of the inputs of the graph.
|
OnnxProto3.GraphProto.Builder |
addInitializer(OnnxProto3.TensorProto.Builder builderForValue)
A list of named tensor values (constants), used to specify default
values for some of the inputs of the graph.
|
OnnxProto3.GraphProto.Builder |
addInitializer(OnnxProto3.TensorProto value)
A list of named tensor values (constants), used to specify default
values for some of the inputs of the graph.
|
OnnxProto3.TensorProto.Builder |
addInitializerBuilder()
A list of named tensor values (constants), used to specify default
values for some of the inputs of the graph.
|
OnnxProto3.TensorProto.Builder |
addInitializerBuilder(int index)
A list of named tensor values (constants), used to specify default
values for some of the inputs of the graph.
|
OnnxProto3.GraphProto.Builder |
addInput(int index,
OnnxProto3.ValueInfoProto.Builder builderForValue)
The inputs and outputs of the graph.
|
OnnxProto3.GraphProto.Builder |
addInput(int index,
OnnxProto3.ValueInfoProto value)
The inputs and outputs of the graph.
|
OnnxProto3.GraphProto.Builder |
addInput(OnnxProto3.ValueInfoProto.Builder builderForValue)
The inputs and outputs of the graph.
|
OnnxProto3.GraphProto.Builder |
addInput(OnnxProto3.ValueInfoProto value)
The inputs and outputs of the graph.
|
OnnxProto3.ValueInfoProto.Builder |
addInputBuilder()
The inputs and outputs of the graph.
|
OnnxProto3.ValueInfoProto.Builder |
addInputBuilder(int index)
The inputs and outputs of the graph.
|
OnnxProto3.GraphProto.Builder |
addNode(int index,
OnnxProto3.NodeProto.Builder builderForValue)
The nodes in the graph.
|
OnnxProto3.GraphProto.Builder |
addNode(int index,
OnnxProto3.NodeProto value)
The nodes in the graph.
|
OnnxProto3.GraphProto.Builder |
addNode(OnnxProto3.NodeProto.Builder builderForValue)
The nodes in the graph.
|
OnnxProto3.GraphProto.Builder |
addNode(OnnxProto3.NodeProto value)
The nodes in the graph.
|
OnnxProto3.NodeProto.Builder |
addNodeBuilder()
The nodes in the graph.
|
OnnxProto3.NodeProto.Builder |
addNodeBuilder(int index)
The nodes in the graph.
|
OnnxProto3.GraphProto.Builder |
addOutput(int index,
OnnxProto3.ValueInfoProto.Builder builderForValue)
repeated .onnx.ValueInfoProto output = 12; |
OnnxProto3.GraphProto.Builder |
addOutput(int index,
OnnxProto3.ValueInfoProto value)
repeated .onnx.ValueInfoProto output = 12; |
OnnxProto3.GraphProto.Builder |
addOutput(OnnxProto3.ValueInfoProto.Builder builderForValue)
repeated .onnx.ValueInfoProto output = 12; |
OnnxProto3.GraphProto.Builder |
addOutput(OnnxProto3.ValueInfoProto value)
repeated .onnx.ValueInfoProto output = 12; |
OnnxProto3.ValueInfoProto.Builder |
addOutputBuilder()
repeated .onnx.ValueInfoProto output = 12; |
OnnxProto3.ValueInfoProto.Builder |
addOutputBuilder(int index)
repeated .onnx.ValueInfoProto output = 12; |
OnnxProto3.GraphProto.Builder |
addRepeatedField(com.github.os72.protobuf351.Descriptors.FieldDescriptor field,
Object value) |
OnnxProto3.GraphProto.Builder |
addValueInfo(int index,
OnnxProto3.ValueInfoProto.Builder builderForValue)
Information for the values in the graph.
|
OnnxProto3.GraphProto.Builder |
addValueInfo(int index,
OnnxProto3.ValueInfoProto value)
Information for the values in the graph.
|
OnnxProto3.GraphProto.Builder |
addValueInfo(OnnxProto3.ValueInfoProto.Builder builderForValue)
Information for the values in the graph.
|
OnnxProto3.GraphProto.Builder |
addValueInfo(OnnxProto3.ValueInfoProto value)
Information for the values in the graph.
|
OnnxProto3.ValueInfoProto.Builder |
addValueInfoBuilder()
Information for the values in the graph.
|
OnnxProto3.ValueInfoProto.Builder |
addValueInfoBuilder(int index)
Information for the values in the graph.
|
OnnxProto3.GraphProto |
build() |
OnnxProto3.GraphProto |
buildPartial() |
OnnxProto3.GraphProto.Builder |
clear() |
OnnxProto3.GraphProto.Builder |
clearDocString()
A human-readable documentation for this graph.
|
OnnxProto3.GraphProto.Builder |
clearField(com.github.os72.protobuf351.Descriptors.FieldDescriptor field) |
OnnxProto3.GraphProto.Builder |
clearInitializer()
A list of named tensor values (constants), used to specify default
values for some of the inputs of the graph.
|
OnnxProto3.GraphProto.Builder |
clearInput()
The inputs and outputs of the graph.
|
OnnxProto3.GraphProto.Builder |
clearName()
The name of the graph.
|
OnnxProto3.GraphProto.Builder |
clearNode()
The nodes in the graph.
|
OnnxProto3.GraphProto.Builder |
clearOneof(com.github.os72.protobuf351.Descriptors.OneofDescriptor oneof) |
OnnxProto3.GraphProto.Builder |
clearOutput()
repeated .onnx.ValueInfoProto output = 12; |
OnnxProto3.GraphProto.Builder |
clearValueInfo()
Information for the values in the graph.
|
OnnxProto3.GraphProto.Builder |
clone() |
OnnxProto3.GraphProto |
getDefaultInstanceForType() |
static com.github.os72.protobuf351.Descriptors.Descriptor |
getDescriptor() |
com.github.os72.protobuf351.Descriptors.Descriptor |
getDescriptorForType() |
String |
getDocString()
A human-readable documentation for this graph.
|
com.github.os72.protobuf351.ByteString |
getDocStringBytes()
A human-readable documentation for this graph.
|
OnnxProto3.TensorProto |
getInitializer(int index)
A list of named tensor values (constants), used to specify default
values for some of the inputs of the graph.
|
OnnxProto3.TensorProto.Builder |
getInitializerBuilder(int index)
A list of named tensor values (constants), used to specify default
values for some of the inputs of the graph.
|
List<OnnxProto3.TensorProto.Builder> |
getInitializerBuilderList()
A list of named tensor values (constants), used to specify default
values for some of the inputs of the graph.
|
int |
getInitializerCount()
A list of named tensor values (constants), used to specify default
values for some of the inputs of the graph.
|
List<OnnxProto3.TensorProto> |
getInitializerList()
A list of named tensor values (constants), used to specify default
values for some of the inputs of the graph.
|
OnnxProto3.TensorProtoOrBuilder |
getInitializerOrBuilder(int index)
A list of named tensor values (constants), used to specify default
values for some of the inputs of the graph.
|
List<? extends OnnxProto3.TensorProtoOrBuilder> |
getInitializerOrBuilderList()
A list of named tensor values (constants), used to specify default
values for some of the inputs of the graph.
|
OnnxProto3.ValueInfoProto |
getInput(int index)
The inputs and outputs of the graph.
|
OnnxProto3.ValueInfoProto.Builder |
getInputBuilder(int index)
The inputs and outputs of the graph.
|
List<OnnxProto3.ValueInfoProto.Builder> |
getInputBuilderList()
The inputs and outputs of the graph.
|
int |
getInputCount()
The inputs and outputs of the graph.
|
List<OnnxProto3.ValueInfoProto> |
getInputList()
The inputs and outputs of the graph.
|
OnnxProto3.ValueInfoProtoOrBuilder |
getInputOrBuilder(int index)
The inputs and outputs of the graph.
|
List<? extends OnnxProto3.ValueInfoProtoOrBuilder> |
getInputOrBuilderList()
The inputs and outputs of the graph.
|
String |
getName()
The name of the graph.
|
com.github.os72.protobuf351.ByteString |
getNameBytes()
The name of the graph.
|
OnnxProto3.NodeProto |
getNode(int index)
The nodes in the graph.
|
OnnxProto3.NodeProto.Builder |
getNodeBuilder(int index)
The nodes in the graph.
|
List<OnnxProto3.NodeProto.Builder> |
getNodeBuilderList()
The nodes in the graph.
|
int |
getNodeCount()
The nodes in the graph.
|
List<OnnxProto3.NodeProto> |
getNodeList()
The nodes in the graph.
|
OnnxProto3.NodeProtoOrBuilder |
getNodeOrBuilder(int index)
The nodes in the graph.
|
List<? extends OnnxProto3.NodeProtoOrBuilder> |
getNodeOrBuilderList()
The nodes in the graph.
|
OnnxProto3.ValueInfoProto |
getOutput(int index)
repeated .onnx.ValueInfoProto output = 12; |
OnnxProto3.ValueInfoProto.Builder |
getOutputBuilder(int index)
repeated .onnx.ValueInfoProto output = 12; |
List<OnnxProto3.ValueInfoProto.Builder> |
getOutputBuilderList()
repeated .onnx.ValueInfoProto output = 12; |
int |
getOutputCount()
repeated .onnx.ValueInfoProto output = 12; |
List<OnnxProto3.ValueInfoProto> |
getOutputList()
repeated .onnx.ValueInfoProto output = 12; |
OnnxProto3.ValueInfoProtoOrBuilder |
getOutputOrBuilder(int index)
repeated .onnx.ValueInfoProto output = 12; |
List<? extends OnnxProto3.ValueInfoProtoOrBuilder> |
getOutputOrBuilderList()
repeated .onnx.ValueInfoProto output = 12; |
OnnxProto3.ValueInfoProto |
getValueInfo(int index)
Information for the values in the graph.
|
OnnxProto3.ValueInfoProto.Builder |
getValueInfoBuilder(int index)
Information for the values in the graph.
|
List<OnnxProto3.ValueInfoProto.Builder> |
getValueInfoBuilderList()
Information for the values in the graph.
|
int |
getValueInfoCount()
Information for the values in the graph.
|
List<OnnxProto3.ValueInfoProto> |
getValueInfoList()
Information for the values in the graph.
|
OnnxProto3.ValueInfoProtoOrBuilder |
getValueInfoOrBuilder(int index)
Information for the values in the graph.
|
List<? extends OnnxProto3.ValueInfoProtoOrBuilder> |
getValueInfoOrBuilderList()
Information for the values in the graph.
|
protected com.github.os72.protobuf351.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
OnnxProto3.GraphProto.Builder |
mergeFrom(com.github.os72.protobuf351.CodedInputStream input,
com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) |
OnnxProto3.GraphProto.Builder |
mergeFrom(com.github.os72.protobuf351.Message other) |
OnnxProto3.GraphProto.Builder |
mergeFrom(OnnxProto3.GraphProto other) |
OnnxProto3.GraphProto.Builder |
mergeUnknownFields(com.github.os72.protobuf351.UnknownFieldSet unknownFields) |
OnnxProto3.GraphProto.Builder |
removeInitializer(int index)
A list of named tensor values (constants), used to specify default
values for some of the inputs of the graph.
|
OnnxProto3.GraphProto.Builder |
removeInput(int index)
The inputs and outputs of the graph.
|
OnnxProto3.GraphProto.Builder |
removeNode(int index)
The nodes in the graph.
|
OnnxProto3.GraphProto.Builder |
removeOutput(int index)
repeated .onnx.ValueInfoProto output = 12; |
OnnxProto3.GraphProto.Builder |
removeValueInfo(int index)
Information for the values in the graph.
|
OnnxProto3.GraphProto.Builder |
setDocString(String value)
A human-readable documentation for this graph.
|
OnnxProto3.GraphProto.Builder |
setDocStringBytes(com.github.os72.protobuf351.ByteString value)
A human-readable documentation for this graph.
|
OnnxProto3.GraphProto.Builder |
setField(com.github.os72.protobuf351.Descriptors.FieldDescriptor field,
Object value) |
OnnxProto3.GraphProto.Builder |
setInitializer(int index,
OnnxProto3.TensorProto.Builder builderForValue)
A list of named tensor values (constants), used to specify default
values for some of the inputs of the graph.
|
OnnxProto3.GraphProto.Builder |
setInitializer(int index,
OnnxProto3.TensorProto value)
A list of named tensor values (constants), used to specify default
values for some of the inputs of the graph.
|
OnnxProto3.GraphProto.Builder |
setInput(int index,
OnnxProto3.ValueInfoProto.Builder builderForValue)
The inputs and outputs of the graph.
|
OnnxProto3.GraphProto.Builder |
setInput(int index,
OnnxProto3.ValueInfoProto value)
The inputs and outputs of the graph.
|
OnnxProto3.GraphProto.Builder |
setName(String value)
The name of the graph.
|
OnnxProto3.GraphProto.Builder |
setNameBytes(com.github.os72.protobuf351.ByteString value)
The name of the graph.
|
OnnxProto3.GraphProto.Builder |
setNode(int index,
OnnxProto3.NodeProto.Builder builderForValue)
The nodes in the graph.
|
OnnxProto3.GraphProto.Builder |
setNode(int index,
OnnxProto3.NodeProto value)
The nodes in the graph.
|
OnnxProto3.GraphProto.Builder |
setOutput(int index,
OnnxProto3.ValueInfoProto.Builder builderForValue)
repeated .onnx.ValueInfoProto output = 12; |
OnnxProto3.GraphProto.Builder |
setOutput(int index,
OnnxProto3.ValueInfoProto value)
repeated .onnx.ValueInfoProto output = 12; |
OnnxProto3.GraphProto.Builder |
setRepeatedField(com.github.os72.protobuf351.Descriptors.FieldDescriptor field,
int index,
Object value) |
OnnxProto3.GraphProto.Builder |
setUnknownFields(com.github.os72.protobuf351.UnknownFieldSet unknownFields) |
OnnxProto3.GraphProto.Builder |
setValueInfo(int index,
OnnxProto3.ValueInfoProto.Builder builderForValue)
Information for the values in the graph.
|
OnnxProto3.GraphProto.Builder |
setValueInfo(int index,
OnnxProto3.ValueInfoProto value)
Information for the values in the graph.
|
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 com.github.os72.protobuf351.Descriptors.Descriptor getDescriptor()
protected com.github.os72.protobuf351.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<OnnxProto3.GraphProto.Builder>public OnnxProto3.GraphProto.Builder clear()
clear in interface com.github.os72.protobuf351.Message.Builderclear in interface com.github.os72.protobuf351.MessageLite.Builderclear in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<OnnxProto3.GraphProto.Builder>public com.github.os72.protobuf351.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.github.os72.protobuf351.Message.BuildergetDescriptorForType in interface com.github.os72.protobuf351.MessageOrBuildergetDescriptorForType in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<OnnxProto3.GraphProto.Builder>public OnnxProto3.GraphProto getDefaultInstanceForType()
getDefaultInstanceForType in interface com.github.os72.protobuf351.MessageLiteOrBuildergetDefaultInstanceForType in interface com.github.os72.protobuf351.MessageOrBuilderpublic OnnxProto3.GraphProto build()
build in interface com.github.os72.protobuf351.Message.Builderbuild in interface com.github.os72.protobuf351.MessageLite.Builderpublic OnnxProto3.GraphProto buildPartial()
buildPartial in interface com.github.os72.protobuf351.Message.BuilderbuildPartial in interface com.github.os72.protobuf351.MessageLite.Builderpublic OnnxProto3.GraphProto.Builder clone()
clone in interface com.github.os72.protobuf351.Message.Builderclone in interface com.github.os72.protobuf351.MessageLite.Builderclone in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<OnnxProto3.GraphProto.Builder>public OnnxProto3.GraphProto.Builder setField(com.github.os72.protobuf351.Descriptors.FieldDescriptor field, Object value)
setField in interface com.github.os72.protobuf351.Message.BuildersetField in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<OnnxProto3.GraphProto.Builder>public OnnxProto3.GraphProto.Builder clearField(com.github.os72.protobuf351.Descriptors.FieldDescriptor field)
clearField in interface com.github.os72.protobuf351.Message.BuilderclearField in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<OnnxProto3.GraphProto.Builder>public OnnxProto3.GraphProto.Builder clearOneof(com.github.os72.protobuf351.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.github.os72.protobuf351.Message.BuilderclearOneof in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<OnnxProto3.GraphProto.Builder>public OnnxProto3.GraphProto.Builder setRepeatedField(com.github.os72.protobuf351.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.github.os72.protobuf351.Message.BuildersetRepeatedField in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<OnnxProto3.GraphProto.Builder>public OnnxProto3.GraphProto.Builder addRepeatedField(com.github.os72.protobuf351.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.github.os72.protobuf351.Message.BuilderaddRepeatedField in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<OnnxProto3.GraphProto.Builder>public OnnxProto3.GraphProto.Builder mergeFrom(com.github.os72.protobuf351.Message other)
mergeFrom in interface com.github.os72.protobuf351.Message.BuildermergeFrom in class com.github.os72.protobuf351.AbstractMessage.Builder<OnnxProto3.GraphProto.Builder>public OnnxProto3.GraphProto.Builder mergeFrom(OnnxProto3.GraphProto other)
public final boolean isInitialized()
isInitialized in interface com.github.os72.protobuf351.MessageLiteOrBuilderisInitialized in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<OnnxProto3.GraphProto.Builder>public OnnxProto3.GraphProto.Builder mergeFrom(com.github.os72.protobuf351.CodedInputStream input, com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.github.os72.protobuf351.Message.BuildermergeFrom in interface com.github.os72.protobuf351.MessageLite.BuildermergeFrom in class com.github.os72.protobuf351.AbstractMessage.Builder<OnnxProto3.GraphProto.Builder>IOExceptionpublic List<OnnxProto3.NodeProto> getNodeList()
The nodes in the graph.
repeated .onnx.NodeProto node = 1;getNodeList in interface OnnxProto3.GraphProtoOrBuilderpublic int getNodeCount()
The nodes in the graph.
repeated .onnx.NodeProto node = 1;getNodeCount in interface OnnxProto3.GraphProtoOrBuilderpublic OnnxProto3.NodeProto getNode(int index)
The nodes in the graph.
repeated .onnx.NodeProto node = 1;getNode in interface OnnxProto3.GraphProtoOrBuilderpublic OnnxProto3.GraphProto.Builder setNode(int index, OnnxProto3.NodeProto value)
The nodes in the graph.
repeated .onnx.NodeProto node = 1;public OnnxProto3.GraphProto.Builder setNode(int index, OnnxProto3.NodeProto.Builder builderForValue)
The nodes in the graph.
repeated .onnx.NodeProto node = 1;public OnnxProto3.GraphProto.Builder addNode(OnnxProto3.NodeProto value)
The nodes in the graph.
repeated .onnx.NodeProto node = 1;public OnnxProto3.GraphProto.Builder addNode(int index, OnnxProto3.NodeProto value)
The nodes in the graph.
repeated .onnx.NodeProto node = 1;public OnnxProto3.GraphProto.Builder addNode(OnnxProto3.NodeProto.Builder builderForValue)
The nodes in the graph.
repeated .onnx.NodeProto node = 1;public OnnxProto3.GraphProto.Builder addNode(int index, OnnxProto3.NodeProto.Builder builderForValue)
The nodes in the graph.
repeated .onnx.NodeProto node = 1;public OnnxProto3.GraphProto.Builder addAllNode(Iterable<? extends OnnxProto3.NodeProto> values)
The nodes in the graph.
repeated .onnx.NodeProto node = 1;public OnnxProto3.GraphProto.Builder clearNode()
The nodes in the graph.
repeated .onnx.NodeProto node = 1;public OnnxProto3.GraphProto.Builder removeNode(int index)
The nodes in the graph.
repeated .onnx.NodeProto node = 1;public OnnxProto3.NodeProto.Builder getNodeBuilder(int index)
The nodes in the graph.
repeated .onnx.NodeProto node = 1;public OnnxProto3.NodeProtoOrBuilder getNodeOrBuilder(int index)
The nodes in the graph.
repeated .onnx.NodeProto node = 1;getNodeOrBuilder in interface OnnxProto3.GraphProtoOrBuilderpublic List<? extends OnnxProto3.NodeProtoOrBuilder> getNodeOrBuilderList()
The nodes in the graph.
repeated .onnx.NodeProto node = 1;getNodeOrBuilderList in interface OnnxProto3.GraphProtoOrBuilderpublic OnnxProto3.NodeProto.Builder addNodeBuilder()
The nodes in the graph.
repeated .onnx.NodeProto node = 1;public OnnxProto3.NodeProto.Builder addNodeBuilder(int index)
The nodes in the graph.
repeated .onnx.NodeProto node = 1;public List<OnnxProto3.NodeProto.Builder> getNodeBuilderList()
The nodes in the graph.
repeated .onnx.NodeProto node = 1;public String getName()
The name of the graph.
string name = 2;getName in interface OnnxProto3.GraphProtoOrBuilderpublic com.github.os72.protobuf351.ByteString getNameBytes()
The name of the graph.
string name = 2;getNameBytes in interface OnnxProto3.GraphProtoOrBuilderpublic OnnxProto3.GraphProto.Builder setName(String value)
The name of the graph.
string name = 2;public OnnxProto3.GraphProto.Builder clearName()
The name of the graph.
string name = 2;public OnnxProto3.GraphProto.Builder setNameBytes(com.github.os72.protobuf351.ByteString value)
The name of the graph.
string name = 2;public List<OnnxProto3.TensorProto> getInitializerList()
A list of named tensor values (constants), used to specify default values for some of the inputs of the graph. Each TensorProto entry must have a distinct name (within the list) that also appears in the input list. In an evaluation, the default value specified here is used if and only if user specifies no value for the corresponding input parameter. May be used to pass serialized parameters for networks.
repeated .onnx.TensorProto initializer = 5;getInitializerList in interface OnnxProto3.GraphProtoOrBuilderpublic int getInitializerCount()
A list of named tensor values (constants), used to specify default values for some of the inputs of the graph. Each TensorProto entry must have a distinct name (within the list) that also appears in the input list. In an evaluation, the default value specified here is used if and only if user specifies no value for the corresponding input parameter. May be used to pass serialized parameters for networks.
repeated .onnx.TensorProto initializer = 5;getInitializerCount in interface OnnxProto3.GraphProtoOrBuilderpublic OnnxProto3.TensorProto getInitializer(int index)
A list of named tensor values (constants), used to specify default values for some of the inputs of the graph. Each TensorProto entry must have a distinct name (within the list) that also appears in the input list. In an evaluation, the default value specified here is used if and only if user specifies no value for the corresponding input parameter. May be used to pass serialized parameters for networks.
repeated .onnx.TensorProto initializer = 5;getInitializer in interface OnnxProto3.GraphProtoOrBuilderpublic OnnxProto3.GraphProto.Builder setInitializer(int index, OnnxProto3.TensorProto value)
A list of named tensor values (constants), used to specify default values for some of the inputs of the graph. Each TensorProto entry must have a distinct name (within the list) that also appears in the input list. In an evaluation, the default value specified here is used if and only if user specifies no value for the corresponding input parameter. May be used to pass serialized parameters for networks.
repeated .onnx.TensorProto initializer = 5;public OnnxProto3.GraphProto.Builder setInitializer(int index, OnnxProto3.TensorProto.Builder builderForValue)
A list of named tensor values (constants), used to specify default values for some of the inputs of the graph. Each TensorProto entry must have a distinct name (within the list) that also appears in the input list. In an evaluation, the default value specified here is used if and only if user specifies no value for the corresponding input parameter. May be used to pass serialized parameters for networks.
repeated .onnx.TensorProto initializer = 5;public OnnxProto3.GraphProto.Builder addInitializer(OnnxProto3.TensorProto value)
A list of named tensor values (constants), used to specify default values for some of the inputs of the graph. Each TensorProto entry must have a distinct name (within the list) that also appears in the input list. In an evaluation, the default value specified here is used if and only if user specifies no value for the corresponding input parameter. May be used to pass serialized parameters for networks.
repeated .onnx.TensorProto initializer = 5;public OnnxProto3.GraphProto.Builder addInitializer(int index, OnnxProto3.TensorProto value)
A list of named tensor values (constants), used to specify default values for some of the inputs of the graph. Each TensorProto entry must have a distinct name (within the list) that also appears in the input list. In an evaluation, the default value specified here is used if and only if user specifies no value for the corresponding input parameter. May be used to pass serialized parameters for networks.
repeated .onnx.TensorProto initializer = 5;public OnnxProto3.GraphProto.Builder addInitializer(OnnxProto3.TensorProto.Builder builderForValue)
A list of named tensor values (constants), used to specify default values for some of the inputs of the graph. Each TensorProto entry must have a distinct name (within the list) that also appears in the input list. In an evaluation, the default value specified here is used if and only if user specifies no value for the corresponding input parameter. May be used to pass serialized parameters for networks.
repeated .onnx.TensorProto initializer = 5;public OnnxProto3.GraphProto.Builder addInitializer(int index, OnnxProto3.TensorProto.Builder builderForValue)
A list of named tensor values (constants), used to specify default values for some of the inputs of the graph. Each TensorProto entry must have a distinct name (within the list) that also appears in the input list. In an evaluation, the default value specified here is used if and only if user specifies no value for the corresponding input parameter. May be used to pass serialized parameters for networks.
repeated .onnx.TensorProto initializer = 5;public OnnxProto3.GraphProto.Builder addAllInitializer(Iterable<? extends OnnxProto3.TensorProto> values)
A list of named tensor values (constants), used to specify default values for some of the inputs of the graph. Each TensorProto entry must have a distinct name (within the list) that also appears in the input list. In an evaluation, the default value specified here is used if and only if user specifies no value for the corresponding input parameter. May be used to pass serialized parameters for networks.
repeated .onnx.TensorProto initializer = 5;public OnnxProto3.GraphProto.Builder clearInitializer()
A list of named tensor values (constants), used to specify default values for some of the inputs of the graph. Each TensorProto entry must have a distinct name (within the list) that also appears in the input list. In an evaluation, the default value specified here is used if and only if user specifies no value for the corresponding input parameter. May be used to pass serialized parameters for networks.
repeated .onnx.TensorProto initializer = 5;public OnnxProto3.GraphProto.Builder removeInitializer(int index)
A list of named tensor values (constants), used to specify default values for some of the inputs of the graph. Each TensorProto entry must have a distinct name (within the list) that also appears in the input list. In an evaluation, the default value specified here is used if and only if user specifies no value for the corresponding input parameter. May be used to pass serialized parameters for networks.
repeated .onnx.TensorProto initializer = 5;public OnnxProto3.TensorProto.Builder getInitializerBuilder(int index)
A list of named tensor values (constants), used to specify default values for some of the inputs of the graph. Each TensorProto entry must have a distinct name (within the list) that also appears in the input list. In an evaluation, the default value specified here is used if and only if user specifies no value for the corresponding input parameter. May be used to pass serialized parameters for networks.
repeated .onnx.TensorProto initializer = 5;public OnnxProto3.TensorProtoOrBuilder getInitializerOrBuilder(int index)
A list of named tensor values (constants), used to specify default values for some of the inputs of the graph. Each TensorProto entry must have a distinct name (within the list) that also appears in the input list. In an evaluation, the default value specified here is used if and only if user specifies no value for the corresponding input parameter. May be used to pass serialized parameters for networks.
repeated .onnx.TensorProto initializer = 5;getInitializerOrBuilder in interface OnnxProto3.GraphProtoOrBuilderpublic List<? extends OnnxProto3.TensorProtoOrBuilder> getInitializerOrBuilderList()
A list of named tensor values (constants), used to specify default values for some of the inputs of the graph. Each TensorProto entry must have a distinct name (within the list) that also appears in the input list. In an evaluation, the default value specified here is used if and only if user specifies no value for the corresponding input parameter. May be used to pass serialized parameters for networks.
repeated .onnx.TensorProto initializer = 5;getInitializerOrBuilderList in interface OnnxProto3.GraphProtoOrBuilderpublic OnnxProto3.TensorProto.Builder addInitializerBuilder()
A list of named tensor values (constants), used to specify default values for some of the inputs of the graph. Each TensorProto entry must have a distinct name (within the list) that also appears in the input list. In an evaluation, the default value specified here is used if and only if user specifies no value for the corresponding input parameter. May be used to pass serialized parameters for networks.
repeated .onnx.TensorProto initializer = 5;public OnnxProto3.TensorProto.Builder addInitializerBuilder(int index)
A list of named tensor values (constants), used to specify default values for some of the inputs of the graph. Each TensorProto entry must have a distinct name (within the list) that also appears in the input list. In an evaluation, the default value specified here is used if and only if user specifies no value for the corresponding input parameter. May be used to pass serialized parameters for networks.
repeated .onnx.TensorProto initializer = 5;public List<OnnxProto3.TensorProto.Builder> getInitializerBuilderList()
A list of named tensor values (constants), used to specify default values for some of the inputs of the graph. Each TensorProto entry must have a distinct name (within the list) that also appears in the input list. In an evaluation, the default value specified here is used if and only if user specifies no value for the corresponding input parameter. May be used to pass serialized parameters for networks.
repeated .onnx.TensorProto initializer = 5;public String getDocString()
A human-readable documentation for this graph. Markdown is allowed.
string doc_string = 10;getDocString in interface OnnxProto3.GraphProtoOrBuilderpublic com.github.os72.protobuf351.ByteString getDocStringBytes()
A human-readable documentation for this graph. Markdown is allowed.
string doc_string = 10;getDocStringBytes in interface OnnxProto3.GraphProtoOrBuilderpublic OnnxProto3.GraphProto.Builder setDocString(String value)
A human-readable documentation for this graph. Markdown is allowed.
string doc_string = 10;public OnnxProto3.GraphProto.Builder clearDocString()
A human-readable documentation for this graph. Markdown is allowed.
string doc_string = 10;public OnnxProto3.GraphProto.Builder setDocStringBytes(com.github.os72.protobuf351.ByteString value)
A human-readable documentation for this graph. Markdown is allowed.
string doc_string = 10;public List<OnnxProto3.ValueInfoProto> getInputList()
The inputs and outputs of the graph.
repeated .onnx.ValueInfoProto input = 11;getInputList in interface OnnxProto3.GraphProtoOrBuilderpublic int getInputCount()
The inputs and outputs of the graph.
repeated .onnx.ValueInfoProto input = 11;getInputCount in interface OnnxProto3.GraphProtoOrBuilderpublic OnnxProto3.ValueInfoProto getInput(int index)
The inputs and outputs of the graph.
repeated .onnx.ValueInfoProto input = 11;getInput in interface OnnxProto3.GraphProtoOrBuilderpublic OnnxProto3.GraphProto.Builder setInput(int index, OnnxProto3.ValueInfoProto value)
The inputs and outputs of the graph.
repeated .onnx.ValueInfoProto input = 11;public OnnxProto3.GraphProto.Builder setInput(int index, OnnxProto3.ValueInfoProto.Builder builderForValue)
The inputs and outputs of the graph.
repeated .onnx.ValueInfoProto input = 11;public OnnxProto3.GraphProto.Builder addInput(OnnxProto3.ValueInfoProto value)
The inputs and outputs of the graph.
repeated .onnx.ValueInfoProto input = 11;public OnnxProto3.GraphProto.Builder addInput(int index, OnnxProto3.ValueInfoProto value)
The inputs and outputs of the graph.
repeated .onnx.ValueInfoProto input = 11;public OnnxProto3.GraphProto.Builder addInput(OnnxProto3.ValueInfoProto.Builder builderForValue)
The inputs and outputs of the graph.
repeated .onnx.ValueInfoProto input = 11;public OnnxProto3.GraphProto.Builder addInput(int index, OnnxProto3.ValueInfoProto.Builder builderForValue)
The inputs and outputs of the graph.
repeated .onnx.ValueInfoProto input = 11;public OnnxProto3.GraphProto.Builder addAllInput(Iterable<? extends OnnxProto3.ValueInfoProto> values)
The inputs and outputs of the graph.
repeated .onnx.ValueInfoProto input = 11;public OnnxProto3.GraphProto.Builder clearInput()
The inputs and outputs of the graph.
repeated .onnx.ValueInfoProto input = 11;public OnnxProto3.GraphProto.Builder removeInput(int index)
The inputs and outputs of the graph.
repeated .onnx.ValueInfoProto input = 11;public OnnxProto3.ValueInfoProto.Builder getInputBuilder(int index)
The inputs and outputs of the graph.
repeated .onnx.ValueInfoProto input = 11;public OnnxProto3.ValueInfoProtoOrBuilder getInputOrBuilder(int index)
The inputs and outputs of the graph.
repeated .onnx.ValueInfoProto input = 11;getInputOrBuilder in interface OnnxProto3.GraphProtoOrBuilderpublic List<? extends OnnxProto3.ValueInfoProtoOrBuilder> getInputOrBuilderList()
The inputs and outputs of the graph.
repeated .onnx.ValueInfoProto input = 11;getInputOrBuilderList in interface OnnxProto3.GraphProtoOrBuilderpublic OnnxProto3.ValueInfoProto.Builder addInputBuilder()
The inputs and outputs of the graph.
repeated .onnx.ValueInfoProto input = 11;public OnnxProto3.ValueInfoProto.Builder addInputBuilder(int index)
The inputs and outputs of the graph.
repeated .onnx.ValueInfoProto input = 11;public List<OnnxProto3.ValueInfoProto.Builder> getInputBuilderList()
The inputs and outputs of the graph.
repeated .onnx.ValueInfoProto input = 11;public List<OnnxProto3.ValueInfoProto> getOutputList()
repeated .onnx.ValueInfoProto output = 12;getOutputList in interface OnnxProto3.GraphProtoOrBuilderpublic int getOutputCount()
repeated .onnx.ValueInfoProto output = 12;getOutputCount in interface OnnxProto3.GraphProtoOrBuilderpublic OnnxProto3.ValueInfoProto getOutput(int index)
repeated .onnx.ValueInfoProto output = 12;getOutput in interface OnnxProto3.GraphProtoOrBuilderpublic OnnxProto3.GraphProto.Builder setOutput(int index, OnnxProto3.ValueInfoProto value)
repeated .onnx.ValueInfoProto output = 12;public OnnxProto3.GraphProto.Builder setOutput(int index, OnnxProto3.ValueInfoProto.Builder builderForValue)
repeated .onnx.ValueInfoProto output = 12;public OnnxProto3.GraphProto.Builder addOutput(OnnxProto3.ValueInfoProto value)
repeated .onnx.ValueInfoProto output = 12;public OnnxProto3.GraphProto.Builder addOutput(int index, OnnxProto3.ValueInfoProto value)
repeated .onnx.ValueInfoProto output = 12;public OnnxProto3.GraphProto.Builder addOutput(OnnxProto3.ValueInfoProto.Builder builderForValue)
repeated .onnx.ValueInfoProto output = 12;public OnnxProto3.GraphProto.Builder addOutput(int index, OnnxProto3.ValueInfoProto.Builder builderForValue)
repeated .onnx.ValueInfoProto output = 12;public OnnxProto3.GraphProto.Builder addAllOutput(Iterable<? extends OnnxProto3.ValueInfoProto> values)
repeated .onnx.ValueInfoProto output = 12;public OnnxProto3.GraphProto.Builder clearOutput()
repeated .onnx.ValueInfoProto output = 12;public OnnxProto3.GraphProto.Builder removeOutput(int index)
repeated .onnx.ValueInfoProto output = 12;public OnnxProto3.ValueInfoProto.Builder getOutputBuilder(int index)
repeated .onnx.ValueInfoProto output = 12;public OnnxProto3.ValueInfoProtoOrBuilder getOutputOrBuilder(int index)
repeated .onnx.ValueInfoProto output = 12;getOutputOrBuilder in interface OnnxProto3.GraphProtoOrBuilderpublic List<? extends OnnxProto3.ValueInfoProtoOrBuilder> getOutputOrBuilderList()
repeated .onnx.ValueInfoProto output = 12;getOutputOrBuilderList in interface OnnxProto3.GraphProtoOrBuilderpublic OnnxProto3.ValueInfoProto.Builder addOutputBuilder()
repeated .onnx.ValueInfoProto output = 12;public OnnxProto3.ValueInfoProto.Builder addOutputBuilder(int index)
repeated .onnx.ValueInfoProto output = 12;public List<OnnxProto3.ValueInfoProto.Builder> getOutputBuilderList()
repeated .onnx.ValueInfoProto output = 12;public List<OnnxProto3.ValueInfoProto> getValueInfoList()
Information for the values in the graph. The ValueInfoProto.name's must be distinct. It is optional for a value to appear in value_info list.
repeated .onnx.ValueInfoProto value_info = 13;getValueInfoList in interface OnnxProto3.GraphProtoOrBuilderpublic int getValueInfoCount()
Information for the values in the graph. The ValueInfoProto.name's must be distinct. It is optional for a value to appear in value_info list.
repeated .onnx.ValueInfoProto value_info = 13;getValueInfoCount in interface OnnxProto3.GraphProtoOrBuilderpublic OnnxProto3.ValueInfoProto getValueInfo(int index)
Information for the values in the graph. The ValueInfoProto.name's must be distinct. It is optional for a value to appear in value_info list.
repeated .onnx.ValueInfoProto value_info = 13;getValueInfo in interface OnnxProto3.GraphProtoOrBuilderpublic OnnxProto3.GraphProto.Builder setValueInfo(int index, OnnxProto3.ValueInfoProto value)
Information for the values in the graph. The ValueInfoProto.name's must be distinct. It is optional for a value to appear in value_info list.
repeated .onnx.ValueInfoProto value_info = 13;public OnnxProto3.GraphProto.Builder setValueInfo(int index, OnnxProto3.ValueInfoProto.Builder builderForValue)
Information for the values in the graph. The ValueInfoProto.name's must be distinct. It is optional for a value to appear in value_info list.
repeated .onnx.ValueInfoProto value_info = 13;public OnnxProto3.GraphProto.Builder addValueInfo(OnnxProto3.ValueInfoProto value)
Information for the values in the graph. The ValueInfoProto.name's must be distinct. It is optional for a value to appear in value_info list.
repeated .onnx.ValueInfoProto value_info = 13;public OnnxProto3.GraphProto.Builder addValueInfo(int index, OnnxProto3.ValueInfoProto value)
Information for the values in the graph. The ValueInfoProto.name's must be distinct. It is optional for a value to appear in value_info list.
repeated .onnx.ValueInfoProto value_info = 13;public OnnxProto3.GraphProto.Builder addValueInfo(OnnxProto3.ValueInfoProto.Builder builderForValue)
Information for the values in the graph. The ValueInfoProto.name's must be distinct. It is optional for a value to appear in value_info list.
repeated .onnx.ValueInfoProto value_info = 13;public OnnxProto3.GraphProto.Builder addValueInfo(int index, OnnxProto3.ValueInfoProto.Builder builderForValue)
Information for the values in the graph. The ValueInfoProto.name's must be distinct. It is optional for a value to appear in value_info list.
repeated .onnx.ValueInfoProto value_info = 13;public OnnxProto3.GraphProto.Builder addAllValueInfo(Iterable<? extends OnnxProto3.ValueInfoProto> values)
Information for the values in the graph. The ValueInfoProto.name's must be distinct. It is optional for a value to appear in value_info list.
repeated .onnx.ValueInfoProto value_info = 13;public OnnxProto3.GraphProto.Builder clearValueInfo()
Information for the values in the graph. The ValueInfoProto.name's must be distinct. It is optional for a value to appear in value_info list.
repeated .onnx.ValueInfoProto value_info = 13;public OnnxProto3.GraphProto.Builder removeValueInfo(int index)
Information for the values in the graph. The ValueInfoProto.name's must be distinct. It is optional for a value to appear in value_info list.
repeated .onnx.ValueInfoProto value_info = 13;public OnnxProto3.ValueInfoProto.Builder getValueInfoBuilder(int index)
Information for the values in the graph. The ValueInfoProto.name's must be distinct. It is optional for a value to appear in value_info list.
repeated .onnx.ValueInfoProto value_info = 13;public OnnxProto3.ValueInfoProtoOrBuilder getValueInfoOrBuilder(int index)
Information for the values in the graph. The ValueInfoProto.name's must be distinct. It is optional for a value to appear in value_info list.
repeated .onnx.ValueInfoProto value_info = 13;getValueInfoOrBuilder in interface OnnxProto3.GraphProtoOrBuilderpublic List<? extends OnnxProto3.ValueInfoProtoOrBuilder> getValueInfoOrBuilderList()
Information for the values in the graph. The ValueInfoProto.name's must be distinct. It is optional for a value to appear in value_info list.
repeated .onnx.ValueInfoProto value_info = 13;getValueInfoOrBuilderList in interface OnnxProto3.GraphProtoOrBuilderpublic OnnxProto3.ValueInfoProto.Builder addValueInfoBuilder()
Information for the values in the graph. The ValueInfoProto.name's must be distinct. It is optional for a value to appear in value_info list.
repeated .onnx.ValueInfoProto value_info = 13;public OnnxProto3.ValueInfoProto.Builder addValueInfoBuilder(int index)
Information for the values in the graph. The ValueInfoProto.name's must be distinct. It is optional for a value to appear in value_info list.
repeated .onnx.ValueInfoProto value_info = 13;public List<OnnxProto3.ValueInfoProto.Builder> getValueInfoBuilderList()
Information for the values in the graph. The ValueInfoProto.name's must be distinct. It is optional for a value to appear in value_info list.
repeated .onnx.ValueInfoProto value_info = 13;public final OnnxProto3.GraphProto.Builder setUnknownFields(com.github.os72.protobuf351.UnknownFieldSet unknownFields)
setUnknownFields in interface com.github.os72.protobuf351.Message.BuildersetUnknownFields in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<OnnxProto3.GraphProto.Builder>public final OnnxProto3.GraphProto.Builder mergeUnknownFields(com.github.os72.protobuf351.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.github.os72.protobuf351.Message.BuildermergeUnknownFields in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<OnnxProto3.GraphProto.Builder>Copyright © 2018. All rights reserved.