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