Package | Description |
---|---|
onnx |
Modifier and Type | Method and Description |
---|---|
OnnxMl.ValueInfoProto |
OnnxMl.ValueInfoProto.Builder.build() |
OnnxMl.ValueInfoProto |
OnnxMl.ValueInfoProto.Builder.buildPartial() |
static OnnxMl.ValueInfoProto |
OnnxMl.ValueInfoProto.getDefaultInstance() |
OnnxMl.ValueInfoProto |
OnnxMl.ValueInfoProto.getDefaultInstanceForType() |
OnnxMl.ValueInfoProto |
OnnxMl.ValueInfoProto.Builder.getDefaultInstanceForType() |
OnnxMl.ValueInfoProto |
OnnxMl.GraphProtoOrBuilder.getInput(int index)
The inputs and outputs of the graph.
|
OnnxMl.ValueInfoProto |
OnnxMl.GraphProto.getInput(int index)
The inputs and outputs of the graph.
|
OnnxMl.ValueInfoProto |
OnnxMl.GraphProto.Builder.getInput(int index)
The inputs and outputs of the graph.
|
OnnxMl.ValueInfoProto |
OnnxMl.GraphProtoOrBuilder.getOutput(int index)
repeated .onnx.ValueInfoProto output = 12; |
OnnxMl.ValueInfoProto |
OnnxMl.GraphProto.getOutput(int index)
repeated .onnx.ValueInfoProto output = 12; |
OnnxMl.ValueInfoProto |
OnnxMl.GraphProto.Builder.getOutput(int index)
repeated .onnx.ValueInfoProto output = 12; |
OnnxMl.ValueInfoProto |
OnnxMl.GraphProtoOrBuilder.getValueInfo(int index)
Information for the values in the graph.
|
OnnxMl.ValueInfoProto |
OnnxMl.GraphProto.getValueInfo(int index)
Information for the values in the graph.
|
OnnxMl.ValueInfoProto |
OnnxMl.GraphProto.Builder.getValueInfo(int index)
Information for the values in the graph.
|
static OnnxMl.ValueInfoProto |
OnnxMl.ValueInfoProto.parseDelimitedFrom(InputStream input) |
static OnnxMl.ValueInfoProto |
OnnxMl.ValueInfoProto.parseDelimitedFrom(InputStream input,
org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry) |
static OnnxMl.ValueInfoProto |
OnnxMl.ValueInfoProto.parseFrom(byte[] data) |
static OnnxMl.ValueInfoProto |
OnnxMl.ValueInfoProto.parseFrom(byte[] data,
org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry) |
static OnnxMl.ValueInfoProto |
OnnxMl.ValueInfoProto.parseFrom(ByteBuffer data) |
static OnnxMl.ValueInfoProto |
OnnxMl.ValueInfoProto.parseFrom(ByteBuffer data,
org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry) |
static OnnxMl.ValueInfoProto |
OnnxMl.ValueInfoProto.parseFrom(org.nd4j.shade.protobuf.ByteString data) |
static OnnxMl.ValueInfoProto |
OnnxMl.ValueInfoProto.parseFrom(org.nd4j.shade.protobuf.ByteString data,
org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry) |
static OnnxMl.ValueInfoProto |
OnnxMl.ValueInfoProto.parseFrom(org.nd4j.shade.protobuf.CodedInputStream input) |
static OnnxMl.ValueInfoProto |
OnnxMl.ValueInfoProto.parseFrom(org.nd4j.shade.protobuf.CodedInputStream input,
org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry) |
static OnnxMl.ValueInfoProto |
OnnxMl.ValueInfoProto.parseFrom(InputStream input) |
static OnnxMl.ValueInfoProto |
OnnxMl.ValueInfoProto.parseFrom(InputStream input,
org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
List<OnnxMl.ValueInfoProto> |
OnnxMl.GraphProtoOrBuilder.getInputList()
The inputs and outputs of the graph.
|
List<OnnxMl.ValueInfoProto> |
OnnxMl.GraphProto.getInputList()
The inputs and outputs of the graph.
|
List<OnnxMl.ValueInfoProto> |
OnnxMl.GraphProto.Builder.getInputList()
The inputs and outputs of the graph.
|
List<OnnxMl.ValueInfoProto> |
OnnxMl.GraphProtoOrBuilder.getOutputList()
repeated .onnx.ValueInfoProto output = 12; |
List<OnnxMl.ValueInfoProto> |
OnnxMl.GraphProto.getOutputList()
repeated .onnx.ValueInfoProto output = 12; |
List<OnnxMl.ValueInfoProto> |
OnnxMl.GraphProto.Builder.getOutputList()
repeated .onnx.ValueInfoProto output = 12; |
org.nd4j.shade.protobuf.Parser<OnnxMl.ValueInfoProto> |
OnnxMl.ValueInfoProto.getParserForType() |
List<OnnxMl.ValueInfoProto> |
OnnxMl.GraphProtoOrBuilder.getValueInfoList()
Information for the values in the graph.
|
List<OnnxMl.ValueInfoProto> |
OnnxMl.GraphProto.getValueInfoList()
Information for the values in the graph.
|
List<OnnxMl.ValueInfoProto> |
OnnxMl.GraphProto.Builder.getValueInfoList()
Information for the values in the graph.
|
static org.nd4j.shade.protobuf.Parser<OnnxMl.ValueInfoProto> |
OnnxMl.ValueInfoProto.parser() |
Modifier and Type | Method and Description |
---|---|
OnnxMl.GraphProto.Builder |
OnnxMl.GraphProto.Builder.addInput(int index,
OnnxMl.ValueInfoProto value)
The inputs and outputs of the graph.
|
OnnxMl.GraphProto.Builder |
OnnxMl.GraphProto.Builder.addInput(OnnxMl.ValueInfoProto value)
The inputs and outputs of the graph.
|
OnnxMl.GraphProto.Builder |
OnnxMl.GraphProto.Builder.addOutput(int index,
OnnxMl.ValueInfoProto value)
repeated .onnx.ValueInfoProto output = 12; |
OnnxMl.GraphProto.Builder |
OnnxMl.GraphProto.Builder.addOutput(OnnxMl.ValueInfoProto value)
repeated .onnx.ValueInfoProto output = 12; |
OnnxMl.GraphProto.Builder |
OnnxMl.GraphProto.Builder.addValueInfo(int index,
OnnxMl.ValueInfoProto value)
Information for the values in the graph.
|
OnnxMl.GraphProto.Builder |
OnnxMl.GraphProto.Builder.addValueInfo(OnnxMl.ValueInfoProto value)
Information for the values in the graph.
|
OnnxMl.ValueInfoProto.Builder |
OnnxMl.ValueInfoProto.Builder.mergeFrom(OnnxMl.ValueInfoProto other) |
static OnnxMl.ValueInfoProto.Builder |
OnnxMl.ValueInfoProto.newBuilder(OnnxMl.ValueInfoProto prototype) |
OnnxMl.GraphProto.Builder |
OnnxMl.GraphProto.Builder.setInput(int index,
OnnxMl.ValueInfoProto value)
The inputs and outputs of the graph.
|
OnnxMl.GraphProto.Builder |
OnnxMl.GraphProto.Builder.setOutput(int index,
OnnxMl.ValueInfoProto value)
repeated .onnx.ValueInfoProto output = 12; |
OnnxMl.GraphProto.Builder |
OnnxMl.GraphProto.Builder.setValueInfo(int index,
OnnxMl.ValueInfoProto value)
Information for the values in the graph.
|
Modifier and Type | Method and Description |
---|---|
OnnxMl.GraphProto.Builder |
OnnxMl.GraphProto.Builder.addAllInput(Iterable<? extends OnnxMl.ValueInfoProto> values)
The inputs and outputs of the graph.
|
OnnxMl.GraphProto.Builder |
OnnxMl.GraphProto.Builder.addAllOutput(Iterable<? extends OnnxMl.ValueInfoProto> values)
repeated .onnx.ValueInfoProto output = 12; |
OnnxMl.GraphProto.Builder |
OnnxMl.GraphProto.Builder.addAllValueInfo(Iterable<? extends OnnxMl.ValueInfoProto> values)
Information for the values in the graph.
|
Copyright © 2020. All rights reserved.