Package ai.onnx.proto
Interface OnnxMl.ValueInfoProtoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
OnnxMl.ValueInfoProto
,OnnxMl.ValueInfoProto.Builder
- Enclosing class:
- OnnxMl
public static interface OnnxMl.ValueInfoProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionA human-readable documentation for this value.com.google.protobuf.ByteString
A human-readable documentation for this value.getName()
This field MUST be present in this version of the IR.com.google.protobuf.ByteString
This field MUST be present in this version of the IR.getType()
This field MUST be present in this version of the IR for inputs and outputs of the top-level graph.This field MUST be present in this version of the IR for inputs and outputs of the top-level graph.boolean
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.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasName
boolean hasName()This field MUST be present in this version of the IR.
optional string name = 1;
- Returns:
- Whether the name field is set.
-
getName
String getName()This field MUST be present in this version of the IR.
optional string name = 1;
- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()This field MUST be present in this version of the IR.
optional string name = 1;
- Returns:
- The bytes for name.
-
hasType
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;
- Returns:
- Whether the type field is set.
-
getType
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;
- Returns:
- The type.
-
getTypeOrBuilder
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;
-
hasDocString
boolean hasDocString()A human-readable documentation for this value. Markdown is allowed.
optional string doc_string = 3;
- Returns:
- Whether the docString field is set.
-
getDocString
String getDocString()A human-readable documentation for this value. Markdown is allowed.
optional string doc_string = 3;
- Returns:
- The docString.
-
getDocStringBytes
com.google.protobuf.ByteString getDocStringBytes()A human-readable documentation for this value. Markdown is allowed.
optional string doc_string = 3;
- Returns:
- The bytes for docString.
-