public static final class Onnx.GraphProto.Builder extends org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<Onnx.GraphProto.Builder> implements Onnx.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 |
|---|---|
Onnx.GraphProto.Builder |
addAllInitializer(Iterable<? extends Onnx.TensorProto> values)
A list of named tensor values (constants), used to specify default
values for some of the inputs of the graph.
|
Onnx.GraphProto.Builder |
addAllInput(Iterable<? extends Onnx.ValueInfoProto> values)
The inputs and outputs of the graph.
|
Onnx.GraphProto.Builder |
addAllNode(Iterable<? extends Onnx.NodeProto> values)
The nodes in the graph.
|
Onnx.GraphProto.Builder |
addAllOutput(Iterable<? extends Onnx.ValueInfoProto> values)
repeated .onnx.ValueInfoProto output = 12; |
Onnx.GraphProto.Builder |
addAllValueInfo(Iterable<? extends Onnx.ValueInfoProto> values)
Information for the values in the graph.
|
Onnx.GraphProto.Builder |
addInitializer(int index,
Onnx.TensorProto.Builder builderForValue)
A list of named tensor values (constants), used to specify default
values for some of the inputs of the graph.
|
Onnx.GraphProto.Builder |
addInitializer(int index,
Onnx.TensorProto value)
A list of named tensor values (constants), used to specify default
values for some of the inputs of the graph.
|
Onnx.GraphProto.Builder |
addInitializer(Onnx.TensorProto.Builder builderForValue)
A list of named tensor values (constants), used to specify default
values for some of the inputs of the graph.
|
Onnx.GraphProto.Builder |
addInitializer(Onnx.TensorProto value)
A list of named tensor values (constants), used to specify default
values for some of the inputs of the graph.
|
Onnx.TensorProto.Builder |
addInitializerBuilder()
A list of named tensor values (constants), used to specify default
values for some of the inputs of the graph.
|
Onnx.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.
|
Onnx.GraphProto.Builder |
addInput(int index,
Onnx.ValueInfoProto.Builder builderForValue)
The inputs and outputs of the graph.
|
Onnx.GraphProto.Builder |
addInput(int index,
Onnx.ValueInfoProto value)
The inputs and outputs of the graph.
|
Onnx.GraphProto.Builder |
addInput(Onnx.ValueInfoProto.Builder builderForValue)
The inputs and outputs of the graph.
|
Onnx.GraphProto.Builder |
addInput(Onnx.ValueInfoProto value)
The inputs and outputs of the graph.
|
Onnx.ValueInfoProto.Builder |
addInputBuilder()
The inputs and outputs of the graph.
|
Onnx.ValueInfoProto.Builder |
addInputBuilder(int index)
The inputs and outputs of the graph.
|
Onnx.GraphProto.Builder |
addNode(int index,
Onnx.NodeProto.Builder builderForValue)
The nodes in the graph.
|
Onnx.GraphProto.Builder |
addNode(int index,
Onnx.NodeProto value)
The nodes in the graph.
|
Onnx.GraphProto.Builder |
addNode(Onnx.NodeProto.Builder builderForValue)
The nodes in the graph.
|
Onnx.GraphProto.Builder |
addNode(Onnx.NodeProto value)
The nodes in the graph.
|
Onnx.NodeProto.Builder |
addNodeBuilder()
The nodes in the graph.
|
Onnx.NodeProto.Builder |
addNodeBuilder(int index)
The nodes in the graph.
|
Onnx.GraphProto.Builder |
addOutput(int index,
Onnx.ValueInfoProto.Builder builderForValue)
repeated .onnx.ValueInfoProto output = 12; |
Onnx.GraphProto.Builder |
addOutput(int index,
Onnx.ValueInfoProto value)
repeated .onnx.ValueInfoProto output = 12; |
Onnx.GraphProto.Builder |
addOutput(Onnx.ValueInfoProto.Builder builderForValue)
repeated .onnx.ValueInfoProto output = 12; |
Onnx.GraphProto.Builder |
addOutput(Onnx.ValueInfoProto value)
repeated .onnx.ValueInfoProto output = 12; |
Onnx.ValueInfoProto.Builder |
addOutputBuilder()
repeated .onnx.ValueInfoProto output = 12; |
Onnx.ValueInfoProto.Builder |
addOutputBuilder(int index)
repeated .onnx.ValueInfoProto output = 12; |
Onnx.GraphProto.Builder |
addRepeatedField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Onnx.GraphProto.Builder |
addValueInfo(int index,
Onnx.ValueInfoProto.Builder builderForValue)
Information for the values in the graph.
|
Onnx.GraphProto.Builder |
addValueInfo(int index,
Onnx.ValueInfoProto value)
Information for the values in the graph.
|
Onnx.GraphProto.Builder |
addValueInfo(Onnx.ValueInfoProto.Builder builderForValue)
Information for the values in the graph.
|
Onnx.GraphProto.Builder |
addValueInfo(Onnx.ValueInfoProto value)
Information for the values in the graph.
|
Onnx.ValueInfoProto.Builder |
addValueInfoBuilder()
Information for the values in the graph.
|
Onnx.ValueInfoProto.Builder |
addValueInfoBuilder(int index)
Information for the values in the graph.
|
Onnx.GraphProto |
build() |
Onnx.GraphProto |
buildPartial() |
Onnx.GraphProto.Builder |
clear() |
Onnx.GraphProto.Builder |
clearDocString()
A human-readable documentation for this graph.
|
Onnx.GraphProto.Builder |
clearField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field) |
Onnx.GraphProto.Builder |
clearInitializer()
A list of named tensor values (constants), used to specify default
values for some of the inputs of the graph.
|
Onnx.GraphProto.Builder |
clearInput()
The inputs and outputs of the graph.
|
Onnx.GraphProto.Builder |
clearName()
The name of the graph.
|
Onnx.GraphProto.Builder |
clearNode()
The nodes in the graph.
|
Onnx.GraphProto.Builder |
clearOneof(org.nd4j.shade.protobuf.Descriptors.OneofDescriptor oneof) |
Onnx.GraphProto.Builder |
clearOutput()
repeated .onnx.ValueInfoProto output = 12; |
Onnx.GraphProto.Builder |
clearValueInfo()
Information for the values in the graph.
|
Onnx.GraphProto.Builder |
clone() |
Onnx.GraphProto |
getDefaultInstanceForType() |
static org.nd4j.shade.protobuf.Descriptors.Descriptor |
getDescriptor() |
org.nd4j.shade.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
String |
getDocString()
A human-readable documentation for this graph.
|
org.nd4j.shade.protobuf.ByteString |
getDocStringBytes()
A human-readable documentation for this graph.
|
Onnx.TensorProto |
getInitializer(int index)
A list of named tensor values (constants), used to specify default
values for some of the inputs of the graph.
|
Onnx.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<Onnx.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<Onnx.TensorProto> |
getInitializerList()
A list of named tensor values (constants), used to specify default
values for some of the inputs of the graph.
|
Onnx.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 Onnx.TensorProtoOrBuilder> |
getInitializerOrBuilderList()
A list of named tensor values (constants), used to specify default
values for some of the inputs of the graph.
|
Onnx.ValueInfoProto |
getInput(int index)
The inputs and outputs of the graph.
|
Onnx.ValueInfoProto.Builder |
getInputBuilder(int index)
The inputs and outputs of the graph.
|
List<Onnx.ValueInfoProto.Builder> |
getInputBuilderList()
The inputs and outputs of the graph.
|
int |
getInputCount()
The inputs and outputs of the graph.
|
List<Onnx.ValueInfoProto> |
getInputList()
The inputs and outputs of the graph.
|
Onnx.ValueInfoProtoOrBuilder |
getInputOrBuilder(int index)
The inputs and outputs of the graph.
|
List<? extends Onnx.ValueInfoProtoOrBuilder> |
getInputOrBuilderList()
The inputs and outputs of the graph.
|
String |
getName()
The name of the graph.
|
org.nd4j.shade.protobuf.ByteString |
getNameBytes()
The name of the graph.
|
Onnx.NodeProto |
getNode(int index)
The nodes in the graph.
|
Onnx.NodeProto.Builder |
getNodeBuilder(int index)
The nodes in the graph.
|
List<Onnx.NodeProto.Builder> |
getNodeBuilderList()
The nodes in the graph.
|
int |
getNodeCount()
The nodes in the graph.
|
List<Onnx.NodeProto> |
getNodeList()
The nodes in the graph.
|
Onnx.NodeProtoOrBuilder |
getNodeOrBuilder(int index)
The nodes in the graph.
|
List<? extends Onnx.NodeProtoOrBuilder> |
getNodeOrBuilderList()
The nodes in the graph.
|
Onnx.ValueInfoProto |
getOutput(int index)
repeated .onnx.ValueInfoProto output = 12; |
Onnx.ValueInfoProto.Builder |
getOutputBuilder(int index)
repeated .onnx.ValueInfoProto output = 12; |
List<Onnx.ValueInfoProto.Builder> |
getOutputBuilderList()
repeated .onnx.ValueInfoProto output = 12; |
int |
getOutputCount()
repeated .onnx.ValueInfoProto output = 12; |
List<Onnx.ValueInfoProto> |
getOutputList()
repeated .onnx.ValueInfoProto output = 12; |
Onnx.ValueInfoProtoOrBuilder |
getOutputOrBuilder(int index)
repeated .onnx.ValueInfoProto output = 12; |
List<? extends Onnx.ValueInfoProtoOrBuilder> |
getOutputOrBuilderList()
repeated .onnx.ValueInfoProto output = 12; |
Onnx.ValueInfoProto |
getValueInfo(int index)
Information for the values in the graph.
|
Onnx.ValueInfoProto.Builder |
getValueInfoBuilder(int index)
Information for the values in the graph.
|
List<Onnx.ValueInfoProto.Builder> |
getValueInfoBuilderList()
Information for the values in the graph.
|
int |
getValueInfoCount()
Information for the values in the graph.
|
List<Onnx.ValueInfoProto> |
getValueInfoList()
Information for the values in the graph.
|
Onnx.ValueInfoProtoOrBuilder |
getValueInfoOrBuilder(int index)
Information for the values in the graph.
|
List<? extends Onnx.ValueInfoProtoOrBuilder> |
getValueInfoOrBuilderList()
Information for the values in the graph.
|
protected org.nd4j.shade.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
Onnx.GraphProto.Builder |
mergeFrom(org.nd4j.shade.protobuf.CodedInputStream input,
org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry) |
Onnx.GraphProto.Builder |
mergeFrom(org.nd4j.shade.protobuf.Message other) |
Onnx.GraphProto.Builder |
mergeFrom(Onnx.GraphProto other) |
Onnx.GraphProto.Builder |
mergeUnknownFields(org.nd4j.shade.protobuf.UnknownFieldSet unknownFields) |
Onnx.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.
|
Onnx.GraphProto.Builder |
removeInput(int index)
The inputs and outputs of the graph.
|
Onnx.GraphProto.Builder |
removeNode(int index)
The nodes in the graph.
|
Onnx.GraphProto.Builder |
removeOutput(int index)
repeated .onnx.ValueInfoProto output = 12; |
Onnx.GraphProto.Builder |
removeValueInfo(int index)
Information for the values in the graph.
|
Onnx.GraphProto.Builder |
setDocString(String value)
A human-readable documentation for this graph.
|
Onnx.GraphProto.Builder |
setDocStringBytes(org.nd4j.shade.protobuf.ByteString value)
A human-readable documentation for this graph.
|
Onnx.GraphProto.Builder |
setField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Onnx.GraphProto.Builder |
setInitializer(int index,
Onnx.TensorProto.Builder builderForValue)
A list of named tensor values (constants), used to specify default
values for some of the inputs of the graph.
|
Onnx.GraphProto.Builder |
setInitializer(int index,
Onnx.TensorProto value)
A list of named tensor values (constants), used to specify default
values for some of the inputs of the graph.
|
Onnx.GraphProto.Builder |
setInput(int index,
Onnx.ValueInfoProto.Builder builderForValue)
The inputs and outputs of the graph.
|
Onnx.GraphProto.Builder |
setInput(int index,
Onnx.ValueInfoProto value)
The inputs and outputs of the graph.
|
Onnx.GraphProto.Builder |
setName(String value)
The name of the graph.
|
Onnx.GraphProto.Builder |
setNameBytes(org.nd4j.shade.protobuf.ByteString value)
The name of the graph.
|
Onnx.GraphProto.Builder |
setNode(int index,
Onnx.NodeProto.Builder builderForValue)
The nodes in the graph.
|
Onnx.GraphProto.Builder |
setNode(int index,
Onnx.NodeProto value)
The nodes in the graph.
|
Onnx.GraphProto.Builder |
setOutput(int index,
Onnx.ValueInfoProto.Builder builderForValue)
repeated .onnx.ValueInfoProto output = 12; |
Onnx.GraphProto.Builder |
setOutput(int index,
Onnx.ValueInfoProto value)
repeated .onnx.ValueInfoProto output = 12; |
Onnx.GraphProto.Builder |
setRepeatedField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
Onnx.GraphProto.Builder |
setUnknownFields(org.nd4j.shade.protobuf.UnknownFieldSet unknownFields) |
Onnx.GraphProto.Builder |
setValueInfo(int index,
Onnx.ValueInfoProto.Builder builderForValue)
Information for the values in the graph.
|
Onnx.GraphProto.Builder |
setValueInfo(int index,
Onnx.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 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.GraphProto.Builder>public Onnx.GraphProto.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.GraphProto.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.GraphProto.Builder>public Onnx.GraphProto getDefaultInstanceForType()
getDefaultInstanceForType in interface org.nd4j.shade.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface org.nd4j.shade.protobuf.MessageOrBuilderpublic Onnx.GraphProto build()
build in interface org.nd4j.shade.protobuf.Message.Builderbuild in interface org.nd4j.shade.protobuf.MessageLite.Builderpublic Onnx.GraphProto buildPartial()
buildPartial in interface org.nd4j.shade.protobuf.Message.BuilderbuildPartial in interface org.nd4j.shade.protobuf.MessageLite.Builderpublic Onnx.GraphProto.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.GraphProto.Builder>public Onnx.GraphProto.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.GraphProto.Builder>public Onnx.GraphProto.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.GraphProto.Builder>public Onnx.GraphProto.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.GraphProto.Builder>public Onnx.GraphProto.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.GraphProto.Builder>public Onnx.GraphProto.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.GraphProto.Builder>public Onnx.GraphProto.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.GraphProto.Builder>public Onnx.GraphProto.Builder mergeFrom(Onnx.GraphProto other)
public final boolean isInitialized()
isInitialized in interface org.nd4j.shade.protobuf.MessageLiteOrBuilderisInitialized in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<Onnx.GraphProto.Builder>public Onnx.GraphProto.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.GraphProto.Builder>IOExceptionpublic List<Onnx.NodeProto> getNodeList()
The nodes in the graph.
repeated .onnx.NodeProto node = 1;getNodeList in interface Onnx.GraphProtoOrBuilderpublic int getNodeCount()
The nodes in the graph.
repeated .onnx.NodeProto node = 1;getNodeCount in interface Onnx.GraphProtoOrBuilderpublic Onnx.NodeProto getNode(int index)
The nodes in the graph.
repeated .onnx.NodeProto node = 1;getNode in interface Onnx.GraphProtoOrBuilderpublic Onnx.GraphProto.Builder setNode(int index, Onnx.NodeProto value)
The nodes in the graph.
repeated .onnx.NodeProto node = 1;public Onnx.GraphProto.Builder setNode(int index, Onnx.NodeProto.Builder builderForValue)
The nodes in the graph.
repeated .onnx.NodeProto node = 1;public Onnx.GraphProto.Builder addNode(Onnx.NodeProto value)
The nodes in the graph.
repeated .onnx.NodeProto node = 1;public Onnx.GraphProto.Builder addNode(int index, Onnx.NodeProto value)
The nodes in the graph.
repeated .onnx.NodeProto node = 1;public Onnx.GraphProto.Builder addNode(Onnx.NodeProto.Builder builderForValue)
The nodes in the graph.
repeated .onnx.NodeProto node = 1;public Onnx.GraphProto.Builder addNode(int index, Onnx.NodeProto.Builder builderForValue)
The nodes in the graph.
repeated .onnx.NodeProto node = 1;public Onnx.GraphProto.Builder addAllNode(Iterable<? extends Onnx.NodeProto> values)
The nodes in the graph.
repeated .onnx.NodeProto node = 1;public Onnx.GraphProto.Builder clearNode()
The nodes in the graph.
repeated .onnx.NodeProto node = 1;public Onnx.GraphProto.Builder removeNode(int index)
The nodes in the graph.
repeated .onnx.NodeProto node = 1;public Onnx.NodeProto.Builder getNodeBuilder(int index)
The nodes in the graph.
repeated .onnx.NodeProto node = 1;public Onnx.NodeProtoOrBuilder getNodeOrBuilder(int index)
The nodes in the graph.
repeated .onnx.NodeProto node = 1;getNodeOrBuilder in interface Onnx.GraphProtoOrBuilderpublic List<? extends Onnx.NodeProtoOrBuilder> getNodeOrBuilderList()
The nodes in the graph.
repeated .onnx.NodeProto node = 1;getNodeOrBuilderList in interface Onnx.GraphProtoOrBuilderpublic Onnx.NodeProto.Builder addNodeBuilder()
The nodes in the graph.
repeated .onnx.NodeProto node = 1;public Onnx.NodeProto.Builder addNodeBuilder(int index)
The nodes in the graph.
repeated .onnx.NodeProto node = 1;public List<Onnx.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 Onnx.GraphProtoOrBuilderpublic org.nd4j.shade.protobuf.ByteString getNameBytes()
The name of the graph.
string name = 2;getNameBytes in interface Onnx.GraphProtoOrBuilderpublic Onnx.GraphProto.Builder setName(String value)
The name of the graph.
string name = 2;public Onnx.GraphProto.Builder clearName()
The name of the graph.
string name = 2;public Onnx.GraphProto.Builder setNameBytes(org.nd4j.shade.protobuf.ByteString value)
The name of the graph.
string name = 2;public List<Onnx.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 Onnx.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 Onnx.GraphProtoOrBuilderpublic Onnx.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 Onnx.GraphProtoOrBuilderpublic Onnx.GraphProto.Builder setInitializer(int index, Onnx.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 Onnx.GraphProto.Builder setInitializer(int index, Onnx.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 Onnx.GraphProto.Builder addInitializer(Onnx.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 Onnx.GraphProto.Builder addInitializer(int index, Onnx.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 Onnx.GraphProto.Builder addInitializer(Onnx.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 Onnx.GraphProto.Builder addInitializer(int index, Onnx.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 Onnx.GraphProto.Builder addAllInitializer(Iterable<? extends Onnx.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 Onnx.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 Onnx.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 Onnx.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 Onnx.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 Onnx.GraphProtoOrBuilderpublic List<? extends Onnx.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 Onnx.GraphProtoOrBuilderpublic Onnx.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 Onnx.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<Onnx.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 Onnx.GraphProtoOrBuilderpublic org.nd4j.shade.protobuf.ByteString getDocStringBytes()
A human-readable documentation for this graph. Markdown is allowed.
string doc_string = 10;getDocStringBytes in interface Onnx.GraphProtoOrBuilderpublic Onnx.GraphProto.Builder setDocString(String value)
A human-readable documentation for this graph. Markdown is allowed.
string doc_string = 10;public Onnx.GraphProto.Builder clearDocString()
A human-readable documentation for this graph. Markdown is allowed.
string doc_string = 10;public Onnx.GraphProto.Builder setDocStringBytes(org.nd4j.shade.protobuf.ByteString value)
A human-readable documentation for this graph. Markdown is allowed.
string doc_string = 10;public List<Onnx.ValueInfoProto> getInputList()
The inputs and outputs of the graph.
repeated .onnx.ValueInfoProto input = 11;getInputList in interface Onnx.GraphProtoOrBuilderpublic int getInputCount()
The inputs and outputs of the graph.
repeated .onnx.ValueInfoProto input = 11;getInputCount in interface Onnx.GraphProtoOrBuilderpublic Onnx.ValueInfoProto getInput(int index)
The inputs and outputs of the graph.
repeated .onnx.ValueInfoProto input = 11;getInput in interface Onnx.GraphProtoOrBuilderpublic Onnx.GraphProto.Builder setInput(int index, Onnx.ValueInfoProto value)
The inputs and outputs of the graph.
repeated .onnx.ValueInfoProto input = 11;public Onnx.GraphProto.Builder setInput(int index, Onnx.ValueInfoProto.Builder builderForValue)
The inputs and outputs of the graph.
repeated .onnx.ValueInfoProto input = 11;public Onnx.GraphProto.Builder addInput(Onnx.ValueInfoProto value)
The inputs and outputs of the graph.
repeated .onnx.ValueInfoProto input = 11;public Onnx.GraphProto.Builder addInput(int index, Onnx.ValueInfoProto value)
The inputs and outputs of the graph.
repeated .onnx.ValueInfoProto input = 11;public Onnx.GraphProto.Builder addInput(Onnx.ValueInfoProto.Builder builderForValue)
The inputs and outputs of the graph.
repeated .onnx.ValueInfoProto input = 11;public Onnx.GraphProto.Builder addInput(int index, Onnx.ValueInfoProto.Builder builderForValue)
The inputs and outputs of the graph.
repeated .onnx.ValueInfoProto input = 11;public Onnx.GraphProto.Builder addAllInput(Iterable<? extends Onnx.ValueInfoProto> values)
The inputs and outputs of the graph.
repeated .onnx.ValueInfoProto input = 11;public Onnx.GraphProto.Builder clearInput()
The inputs and outputs of the graph.
repeated .onnx.ValueInfoProto input = 11;public Onnx.GraphProto.Builder removeInput(int index)
The inputs and outputs of the graph.
repeated .onnx.ValueInfoProto input = 11;public Onnx.ValueInfoProto.Builder getInputBuilder(int index)
The inputs and outputs of the graph.
repeated .onnx.ValueInfoProto input = 11;public Onnx.ValueInfoProtoOrBuilder getInputOrBuilder(int index)
The inputs and outputs of the graph.
repeated .onnx.ValueInfoProto input = 11;getInputOrBuilder in interface Onnx.GraphProtoOrBuilderpublic List<? extends Onnx.ValueInfoProtoOrBuilder> getInputOrBuilderList()
The inputs and outputs of the graph.
repeated .onnx.ValueInfoProto input = 11;getInputOrBuilderList in interface Onnx.GraphProtoOrBuilderpublic Onnx.ValueInfoProto.Builder addInputBuilder()
The inputs and outputs of the graph.
repeated .onnx.ValueInfoProto input = 11;public Onnx.ValueInfoProto.Builder addInputBuilder(int index)
The inputs and outputs of the graph.
repeated .onnx.ValueInfoProto input = 11;public List<Onnx.ValueInfoProto.Builder> getInputBuilderList()
The inputs and outputs of the graph.
repeated .onnx.ValueInfoProto input = 11;public List<Onnx.ValueInfoProto> getOutputList()
repeated .onnx.ValueInfoProto output = 12;getOutputList in interface Onnx.GraphProtoOrBuilderpublic int getOutputCount()
repeated .onnx.ValueInfoProto output = 12;getOutputCount in interface Onnx.GraphProtoOrBuilderpublic Onnx.ValueInfoProto getOutput(int index)
repeated .onnx.ValueInfoProto output = 12;getOutput in interface Onnx.GraphProtoOrBuilderpublic Onnx.GraphProto.Builder setOutput(int index, Onnx.ValueInfoProto value)
repeated .onnx.ValueInfoProto output = 12;public Onnx.GraphProto.Builder setOutput(int index, Onnx.ValueInfoProto.Builder builderForValue)
repeated .onnx.ValueInfoProto output = 12;public Onnx.GraphProto.Builder addOutput(Onnx.ValueInfoProto value)
repeated .onnx.ValueInfoProto output = 12;public Onnx.GraphProto.Builder addOutput(int index, Onnx.ValueInfoProto value)
repeated .onnx.ValueInfoProto output = 12;public Onnx.GraphProto.Builder addOutput(Onnx.ValueInfoProto.Builder builderForValue)
repeated .onnx.ValueInfoProto output = 12;public Onnx.GraphProto.Builder addOutput(int index, Onnx.ValueInfoProto.Builder builderForValue)
repeated .onnx.ValueInfoProto output = 12;public Onnx.GraphProto.Builder addAllOutput(Iterable<? extends Onnx.ValueInfoProto> values)
repeated .onnx.ValueInfoProto output = 12;public Onnx.GraphProto.Builder clearOutput()
repeated .onnx.ValueInfoProto output = 12;public Onnx.GraphProto.Builder removeOutput(int index)
repeated .onnx.ValueInfoProto output = 12;public Onnx.ValueInfoProto.Builder getOutputBuilder(int index)
repeated .onnx.ValueInfoProto output = 12;public Onnx.ValueInfoProtoOrBuilder getOutputOrBuilder(int index)
repeated .onnx.ValueInfoProto output = 12;getOutputOrBuilder in interface Onnx.GraphProtoOrBuilderpublic List<? extends Onnx.ValueInfoProtoOrBuilder> getOutputOrBuilderList()
repeated .onnx.ValueInfoProto output = 12;getOutputOrBuilderList in interface Onnx.GraphProtoOrBuilderpublic Onnx.ValueInfoProto.Builder addOutputBuilder()
repeated .onnx.ValueInfoProto output = 12;public Onnx.ValueInfoProto.Builder addOutputBuilder(int index)
repeated .onnx.ValueInfoProto output = 12;public List<Onnx.ValueInfoProto.Builder> getOutputBuilderList()
repeated .onnx.ValueInfoProto output = 12;public List<Onnx.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 Onnx.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 Onnx.GraphProtoOrBuilderpublic Onnx.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 Onnx.GraphProtoOrBuilderpublic Onnx.GraphProto.Builder setValueInfo(int index, Onnx.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 Onnx.GraphProto.Builder setValueInfo(int index, Onnx.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 Onnx.GraphProto.Builder addValueInfo(Onnx.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 Onnx.GraphProto.Builder addValueInfo(int index, Onnx.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 Onnx.GraphProto.Builder addValueInfo(Onnx.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 Onnx.GraphProto.Builder addValueInfo(int index, Onnx.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 Onnx.GraphProto.Builder addAllValueInfo(Iterable<? extends Onnx.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 Onnx.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 Onnx.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 Onnx.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 Onnx.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 Onnx.GraphProtoOrBuilderpublic List<? extends Onnx.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 Onnx.GraphProtoOrBuilderpublic Onnx.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 Onnx.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<Onnx.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 Onnx.GraphProto.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.GraphProto.Builder>public final Onnx.GraphProto.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.GraphProto.Builder>Copyright © 2021. All rights reserved.