public static interface OnnxMl.ValueInfoProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDocString()
A human-readable documentation for this value.
|
com.google.protobuf.ByteString |
getDocStringBytes()
A human-readable documentation for this value.
|
java.lang.String |
getName()
This field MUST be present in this version of the IR.
|
com.google.protobuf.ByteString |
getNameBytes()
This field MUST be present in this version of the IR.
|
OnnxMl.TypeProto |
getType()
This field MUST be present in this version of the IR for
inputs and outputs of the top-level graph.
|
OnnxMl.TypeProtoOrBuilder |
getTypeOrBuilder()
This field MUST be present in this version of the IR for
inputs and outputs of the top-level graph.
|
boolean |
hasDocString()
A human-readable documentation for this value.
|
boolean |
hasName()
This field MUST be present in this version of the IR.
|
boolean |
hasType()
This field MUST be present in this version of the IR for
inputs and outputs of the top-level graph.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasName()
This field MUST be present in this version of the IR.
optional string name = 1;java.lang.String getName()
This field MUST be present in this version of the IR.
optional string name = 1;com.google.protobuf.ByteString getNameBytes()
This field MUST be present in this version of the IR.
optional string name = 1;boolean hasType()
This field MUST be present in this version of the IR for inputs and outputs of the top-level graph.
optional .onnx.TypeProto type = 2;OnnxMl.TypeProto getType()
This field MUST be present in this version of the IR for inputs and outputs of the top-level graph.
optional .onnx.TypeProto type = 2;OnnxMl.TypeProtoOrBuilder getTypeOrBuilder()
This field MUST be present in this version of the IR for inputs and outputs of the top-level graph.
optional .onnx.TypeProto type = 2;boolean hasDocString()
A human-readable documentation for this value. Markdown is allowed.
optional string doc_string = 3;java.lang.String getDocString()
A human-readable documentation for this value. Markdown is allowed.
optional string doc_string = 3;com.google.protobuf.ByteString getDocStringBytes()
A human-readable documentation for this value. Markdown is allowed.
optional string doc_string = 3;