Package | Description |
---|---|
onnx |
Modifier and Type | Class and Description |
---|---|
static class |
OnnxMl.ValueInfoProto
Defines information on value, including the name, the type, and
the shape of the value.
|
static class |
OnnxMl.ValueInfoProto.Builder
Defines information on value, including the name, the type, and
the shape of the value.
|
Modifier and Type | Method and Description |
---|---|
OnnxMl.ValueInfoProtoOrBuilder |
OnnxMl.GraphProtoOrBuilder.getInputOrBuilder(int index)
The inputs and outputs of the graph.
|
OnnxMl.ValueInfoProtoOrBuilder |
OnnxMl.GraphProto.getInputOrBuilder(int index)
The inputs and outputs of the graph.
|
OnnxMl.ValueInfoProtoOrBuilder |
OnnxMl.GraphProto.Builder.getInputOrBuilder(int index)
The inputs and outputs of the graph.
|
OnnxMl.ValueInfoProtoOrBuilder |
OnnxMl.GraphProtoOrBuilder.getOutputOrBuilder(int index)
repeated .onnx.ValueInfoProto output = 12; |
OnnxMl.ValueInfoProtoOrBuilder |
OnnxMl.GraphProto.getOutputOrBuilder(int index)
repeated .onnx.ValueInfoProto output = 12; |
OnnxMl.ValueInfoProtoOrBuilder |
OnnxMl.GraphProto.Builder.getOutputOrBuilder(int index)
repeated .onnx.ValueInfoProto output = 12; |
OnnxMl.ValueInfoProtoOrBuilder |
OnnxMl.GraphProtoOrBuilder.getValueInfoOrBuilder(int index)
Information for the values in the graph.
|
OnnxMl.ValueInfoProtoOrBuilder |
OnnxMl.GraphProto.getValueInfoOrBuilder(int index)
Information for the values in the graph.
|
OnnxMl.ValueInfoProtoOrBuilder |
OnnxMl.GraphProto.Builder.getValueInfoOrBuilder(int index)
Information for the values in the graph.
|
Modifier and Type | Method and Description |
---|---|
List<? extends OnnxMl.ValueInfoProtoOrBuilder> |
OnnxMl.GraphProtoOrBuilder.getInputOrBuilderList()
The inputs and outputs of the graph.
|
List<? extends OnnxMl.ValueInfoProtoOrBuilder> |
OnnxMl.GraphProto.getInputOrBuilderList()
The inputs and outputs of the graph.
|
List<? extends OnnxMl.ValueInfoProtoOrBuilder> |
OnnxMl.GraphProto.Builder.getInputOrBuilderList()
The inputs and outputs of the graph.
|
List<? extends OnnxMl.ValueInfoProtoOrBuilder> |
OnnxMl.GraphProtoOrBuilder.getOutputOrBuilderList()
repeated .onnx.ValueInfoProto output = 12; |
List<? extends OnnxMl.ValueInfoProtoOrBuilder> |
OnnxMl.GraphProto.getOutputOrBuilderList()
repeated .onnx.ValueInfoProto output = 12; |
List<? extends OnnxMl.ValueInfoProtoOrBuilder> |
OnnxMl.GraphProto.Builder.getOutputOrBuilderList()
repeated .onnx.ValueInfoProto output = 12; |
List<? extends OnnxMl.ValueInfoProtoOrBuilder> |
OnnxMl.GraphProtoOrBuilder.getValueInfoOrBuilderList()
Information for the values in the graph.
|
List<? extends OnnxMl.ValueInfoProtoOrBuilder> |
OnnxMl.GraphProto.getValueInfoOrBuilderList()
Information for the values in the graph.
|
List<? extends OnnxMl.ValueInfoProtoOrBuilder> |
OnnxMl.GraphProto.Builder.getValueInfoOrBuilderList()
Information for the values in the graph.
|
Copyright © 2020. All rights reserved.