Onnx.GraphProto.Builder |
Onnx.GraphProto.Builder.addAllInitializer(Iterable<? extends Onnx.TensorProto> values) |
A list of named tensor values, used to specify constant inputs of the graph.
|
Onnx.GraphProto.Builder |
Onnx.GraphProto.Builder.addAllInput(Iterable<? extends Onnx.ValueInfoProto> values) |
The inputs and outputs of the graph.
|
Onnx.GraphProto.Builder |
Onnx.GraphProto.Builder.addAllNode(Iterable<? extends Onnx.NodeProto> values) |
The nodes in the graph, sorted topologically.
|
Onnx.GraphProto.Builder |
Onnx.GraphProto.Builder.addAllOutput(Iterable<? extends Onnx.ValueInfoProto> values) |
repeated .onnx.ValueInfoProto output = 12;
|
Onnx.GraphProto.Builder |
Onnx.GraphProto.Builder.addAllQuantizationAnnotation(Iterable<? extends Onnx.TensorAnnotation> values) |
This field carries information to indicate the mapping among a tensor and its
quantization parameter tensors.
|
Onnx.GraphProto.Builder |
Onnx.GraphProto.Builder.addAllSparseInitializer(Iterable<? extends Onnx.SparseTensorProto> values) |
Initializers (see above) stored in sparse format.
|
Onnx.GraphProto.Builder |
Onnx.GraphProto.Builder.addAllValueInfo(Iterable<? extends Onnx.ValueInfoProto> values) |
Information for the values in the graph.
|
Onnx.GraphProto.Builder |
Onnx.AttributeProto.Builder.addGraphsBuilder() |
list of graph
|
Onnx.GraphProto.Builder |
Onnx.AttributeProto.Builder.addGraphsBuilder(int index) |
list of graph
|
Onnx.GraphProto.Builder |
Onnx.GraphProto.Builder.addInitializer(int index,
Onnx.TensorProto value) |
A list of named tensor values, used to specify constant inputs of the graph.
|
Onnx.GraphProto.Builder |
Onnx.GraphProto.Builder.addInitializer(int index,
Onnx.TensorProto.Builder builderForValue) |
A list of named tensor values, used to specify constant inputs of the graph.
|
Onnx.GraphProto.Builder |
Onnx.GraphProto.Builder.addInitializer(Onnx.TensorProto value) |
A list of named tensor values, used to specify constant inputs of the graph.
|
Onnx.GraphProto.Builder |
Onnx.GraphProto.Builder.addInitializer(Onnx.TensorProto.Builder builderForValue) |
A list of named tensor values, used to specify constant inputs of the graph.
|
Onnx.GraphProto.Builder |
Onnx.GraphProto.Builder.addInput(int index,
Onnx.ValueInfoProto value) |
The inputs and outputs of the graph.
|
Onnx.GraphProto.Builder |
Onnx.GraphProto.Builder.addInput(int index,
Onnx.ValueInfoProto.Builder builderForValue) |
The inputs and outputs of the graph.
|
Onnx.GraphProto.Builder |
Onnx.GraphProto.Builder.addInput(Onnx.ValueInfoProto value) |
The inputs and outputs of the graph.
|
Onnx.GraphProto.Builder |
Onnx.GraphProto.Builder.addInput(Onnx.ValueInfoProto.Builder builderForValue) |
The inputs and outputs of the graph.
|
Onnx.GraphProto.Builder |
Onnx.GraphProto.Builder.addNode(int index,
Onnx.NodeProto value) |
The nodes in the graph, sorted topologically.
|
Onnx.GraphProto.Builder |
Onnx.GraphProto.Builder.addNode(int index,
Onnx.NodeProto.Builder builderForValue) |
The nodes in the graph, sorted topologically.
|
Onnx.GraphProto.Builder |
Onnx.GraphProto.Builder.addNode(Onnx.NodeProto value) |
The nodes in the graph, sorted topologically.
|
Onnx.GraphProto.Builder |
Onnx.GraphProto.Builder.addNode(Onnx.NodeProto.Builder builderForValue) |
The nodes in the graph, sorted topologically.
|
Onnx.GraphProto.Builder |
Onnx.GraphProto.Builder.addOutput(int index,
Onnx.ValueInfoProto value) |
repeated .onnx.ValueInfoProto output = 12;
|
Onnx.GraphProto.Builder |
Onnx.GraphProto.Builder.addOutput(int index,
Onnx.ValueInfoProto.Builder builderForValue) |
repeated .onnx.ValueInfoProto output = 12;
|
Onnx.GraphProto.Builder |
Onnx.GraphProto.Builder.addOutput(Onnx.ValueInfoProto value) |
repeated .onnx.ValueInfoProto output = 12;
|
Onnx.GraphProto.Builder |
Onnx.GraphProto.Builder.addOutput(Onnx.ValueInfoProto.Builder builderForValue) |
repeated .onnx.ValueInfoProto output = 12;
|
Onnx.GraphProto.Builder |
Onnx.GraphProto.Builder.addQuantizationAnnotation(int index,
Onnx.TensorAnnotation value) |
This field carries information to indicate the mapping among a tensor and its
quantization parameter tensors.
|
Onnx.GraphProto.Builder |
Onnx.GraphProto.Builder.addQuantizationAnnotation(int index,
Onnx.TensorAnnotation.Builder builderForValue) |
This field carries information to indicate the mapping among a tensor and its
quantization parameter tensors.
|
Onnx.GraphProto.Builder |
Onnx.GraphProto.Builder.addQuantizationAnnotation(Onnx.TensorAnnotation value) |
This field carries information to indicate the mapping among a tensor and its
quantization parameter tensors.
|
Onnx.GraphProto.Builder |
Onnx.GraphProto.Builder.addQuantizationAnnotation(Onnx.TensorAnnotation.Builder builderForValue) |
This field carries information to indicate the mapping among a tensor and its
quantization parameter tensors.
|
Onnx.GraphProto.Builder |
Onnx.GraphProto.Builder.addRepeatedField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
Onnx.GraphProto.Builder |
Onnx.GraphProto.Builder.addSparseInitializer(int index,
Onnx.SparseTensorProto value) |
Initializers (see above) stored in sparse format.
|
Onnx.GraphProto.Builder |
Onnx.GraphProto.Builder.addSparseInitializer(int index,
Onnx.SparseTensorProto.Builder builderForValue) |
Initializers (see above) stored in sparse format.
|
Onnx.GraphProto.Builder |
Onnx.GraphProto.Builder.addSparseInitializer(Onnx.SparseTensorProto value) |
Initializers (see above) stored in sparse format.
|
Onnx.GraphProto.Builder |
Onnx.GraphProto.Builder.addSparseInitializer(Onnx.SparseTensorProto.Builder builderForValue) |
Initializers (see above) stored in sparse format.
|
Onnx.GraphProto.Builder |
Onnx.GraphProto.Builder.addValueInfo(int index,
Onnx.ValueInfoProto value) |
Information for the values in the graph.
|
Onnx.GraphProto.Builder |
Onnx.GraphProto.Builder.addValueInfo(int index,
Onnx.ValueInfoProto.Builder builderForValue) |
Information for the values in the graph.
|
Onnx.GraphProto.Builder |
Onnx.GraphProto.Builder.addValueInfo(Onnx.ValueInfoProto value) |
Information for the values in the graph.
|
Onnx.GraphProto.Builder |
Onnx.GraphProto.Builder.addValueInfo(Onnx.ValueInfoProto.Builder builderForValue) |
Information for the values in the graph.
|
Onnx.GraphProto.Builder |
Onnx.GraphProto.Builder.clear() |
|
Onnx.GraphProto.Builder |
Onnx.GraphProto.Builder.clearDocString() |
A human-readable documentation for this graph.
|
Onnx.GraphProto.Builder |
Onnx.GraphProto.Builder.clearField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field) |
|
Onnx.GraphProto.Builder |
Onnx.GraphProto.Builder.clearInitializer() |
A list of named tensor values, used to specify constant inputs of the graph.
|
Onnx.GraphProto.Builder |
Onnx.GraphProto.Builder.clearInput() |
The inputs and outputs of the graph.
|
Onnx.GraphProto.Builder |
Onnx.GraphProto.Builder.clearName() |
The name of the graph.
|
Onnx.GraphProto.Builder |
Onnx.GraphProto.Builder.clearNode() |
The nodes in the graph, sorted topologically.
|
Onnx.GraphProto.Builder |
Onnx.GraphProto.Builder.clearOneof(org.nd4j.shade.protobuf.Descriptors.OneofDescriptor oneof) |
|
Onnx.GraphProto.Builder |
Onnx.GraphProto.Builder.clearOutput() |
repeated .onnx.ValueInfoProto output = 12;
|
Onnx.GraphProto.Builder |
Onnx.GraphProto.Builder.clearQuantizationAnnotation() |
This field carries information to indicate the mapping among a tensor and its
quantization parameter tensors.
|
Onnx.GraphProto.Builder |
Onnx.GraphProto.Builder.clearSparseInitializer() |
Initializers (see above) stored in sparse format.
|
Onnx.GraphProto.Builder |
Onnx.GraphProto.Builder.clearValueInfo() |
Information for the values in the graph.
|
Onnx.GraphProto.Builder |
Onnx.GraphProto.Builder.clone() |
|
Onnx.GraphProto.Builder |
Onnx.TrainingInfoProto.Builder.getAlgorithmBuilder() |
This field represents a training algorithm step.
|
Onnx.GraphProto.Builder |
Onnx.AttributeProto.Builder.getGBuilder() |
graph
|
Onnx.GraphProto.Builder |
Onnx.ModelProto.Builder.getGraphBuilder() |
The parameterized graph that is evaluated to execute the model.
|
Onnx.GraphProto.Builder |
Onnx.AttributeProto.Builder.getGraphsBuilder(int index) |
list of graph
|
Onnx.GraphProto.Builder |
Onnx.TrainingInfoProto.Builder.getInitializationBuilder() |
This field describes a graph to compute the initial tensors
upon starting the training process.
|
Onnx.GraphProto.Builder |
Onnx.GraphProto.Builder.mergeFrom(Onnx.GraphProto other) |
|
Onnx.GraphProto.Builder |
Onnx.GraphProto.Builder.mergeFrom(org.nd4j.shade.protobuf.CodedInputStream input,
org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry) |
|
Onnx.GraphProto.Builder |
Onnx.GraphProto.Builder.mergeFrom(org.nd4j.shade.protobuf.Message other) |
|
Onnx.GraphProto.Builder |
Onnx.GraphProto.Builder.mergeUnknownFields(org.nd4j.shade.protobuf.UnknownFieldSet unknownFields) |
|
static Onnx.GraphProto.Builder |
Onnx.GraphProto.newBuilder() |
|
static Onnx.GraphProto.Builder |
Onnx.GraphProto.newBuilder(Onnx.GraphProto prototype) |
|
Onnx.GraphProto.Builder |
Onnx.GraphProto.newBuilderForType() |
|
protected Onnx.GraphProto.Builder |
Onnx.GraphProto.newBuilderForType(org.nd4j.shade.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
Onnx.GraphProto.Builder |
Onnx.GraphProto.Builder.removeInitializer(int index) |
A list of named tensor values, used to specify constant inputs of the graph.
|
Onnx.GraphProto.Builder |
Onnx.GraphProto.Builder.removeInput(int index) |
The inputs and outputs of the graph.
|
Onnx.GraphProto.Builder |
Onnx.GraphProto.Builder.removeNode(int index) |
The nodes in the graph, sorted topologically.
|
Onnx.GraphProto.Builder |
Onnx.GraphProto.Builder.removeOutput(int index) |
repeated .onnx.ValueInfoProto output = 12;
|
Onnx.GraphProto.Builder |
Onnx.GraphProto.Builder.removeQuantizationAnnotation(int index) |
This field carries information to indicate the mapping among a tensor and its
quantization parameter tensors.
|
Onnx.GraphProto.Builder |
Onnx.GraphProto.Builder.removeSparseInitializer(int index) |
Initializers (see above) stored in sparse format.
|
Onnx.GraphProto.Builder |
Onnx.GraphProto.Builder.removeValueInfo(int index) |
Information for the values in the graph.
|
Onnx.GraphProto.Builder |
Onnx.GraphProto.Builder.setDocString(String value) |
A human-readable documentation for this graph.
|
Onnx.GraphProto.Builder |
Onnx.GraphProto.Builder.setDocStringBytes(org.nd4j.shade.protobuf.ByteString value) |
A human-readable documentation for this graph.
|
Onnx.GraphProto.Builder |
Onnx.GraphProto.Builder.setField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
Onnx.GraphProto.Builder |
Onnx.GraphProto.Builder.setInitializer(int index,
Onnx.TensorProto value) |
A list of named tensor values, used to specify constant inputs of the graph.
|
Onnx.GraphProto.Builder |
Onnx.GraphProto.Builder.setInitializer(int index,
Onnx.TensorProto.Builder builderForValue) |
A list of named tensor values, used to specify constant inputs of the graph.
|
Onnx.GraphProto.Builder |
Onnx.GraphProto.Builder.setInput(int index,
Onnx.ValueInfoProto value) |
The inputs and outputs of the graph.
|
Onnx.GraphProto.Builder |
Onnx.GraphProto.Builder.setInput(int index,
Onnx.ValueInfoProto.Builder builderForValue) |
The inputs and outputs of the graph.
|
Onnx.GraphProto.Builder |
Onnx.GraphProto.Builder.setName(String value) |
The name of the graph.
|
Onnx.GraphProto.Builder |
Onnx.GraphProto.Builder.setNameBytes(org.nd4j.shade.protobuf.ByteString value) |
The name of the graph.
|
Onnx.GraphProto.Builder |
Onnx.GraphProto.Builder.setNode(int index,
Onnx.NodeProto value) |
The nodes in the graph, sorted topologically.
|
Onnx.GraphProto.Builder |
Onnx.GraphProto.Builder.setNode(int index,
Onnx.NodeProto.Builder builderForValue) |
The nodes in the graph, sorted topologically.
|
Onnx.GraphProto.Builder |
Onnx.GraphProto.Builder.setOutput(int index,
Onnx.ValueInfoProto value) |
repeated .onnx.ValueInfoProto output = 12;
|
Onnx.GraphProto.Builder |
Onnx.GraphProto.Builder.setOutput(int index,
Onnx.ValueInfoProto.Builder builderForValue) |
repeated .onnx.ValueInfoProto output = 12;
|
Onnx.GraphProto.Builder |
Onnx.GraphProto.Builder.setQuantizationAnnotation(int index,
Onnx.TensorAnnotation value) |
This field carries information to indicate the mapping among a tensor and its
quantization parameter tensors.
|
Onnx.GraphProto.Builder |
Onnx.GraphProto.Builder.setQuantizationAnnotation(int index,
Onnx.TensorAnnotation.Builder builderForValue) |
This field carries information to indicate the mapping among a tensor and its
quantization parameter tensors.
|
Onnx.GraphProto.Builder |
Onnx.GraphProto.Builder.setRepeatedField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
Onnx.GraphProto.Builder |
Onnx.GraphProto.Builder.setSparseInitializer(int index,
Onnx.SparseTensorProto value) |
Initializers (see above) stored in sparse format.
|
Onnx.GraphProto.Builder |
Onnx.GraphProto.Builder.setSparseInitializer(int index,
Onnx.SparseTensorProto.Builder builderForValue) |
Initializers (see above) stored in sparse format.
|
Onnx.GraphProto.Builder |
Onnx.GraphProto.Builder.setUnknownFields(org.nd4j.shade.protobuf.UnknownFieldSet unknownFields) |
|
Onnx.GraphProto.Builder |
Onnx.GraphProto.Builder.setValueInfo(int index,
Onnx.ValueInfoProto value) |
Information for the values in the graph.
|
Onnx.GraphProto.Builder |
Onnx.GraphProto.Builder.setValueInfo(int index,
Onnx.ValueInfoProto.Builder builderForValue) |
Information for the values in the graph.
|
Onnx.GraphProto.Builder |
Onnx.GraphProto.toBuilder() |
|