public static final class OnnxMl.AttributeProto extends com.google.protobuf.GeneratedMessageV3 implements OnnxMl.AttributeProtoOrBuilder
Attributes A named attribute containing either singular float, integer, string, graph, and tensor values, or repeated float, integer, string, graph, and tensor values. An AttributeProto MUST contain the name field, and *only one* of the following content fields, effectively enforcing a C/C++ union equivalent.Protobuf type
onnx.AttributeProto| Modifier and Type | Class and Description |
|---|---|
static class |
OnnxMl.AttributeProto.AttributeType
Note: this enum is structurally identical to the OpSchema::AttrType
enum defined in schema.h.
|
static class |
OnnxMl.AttributeProto.Builder
Attributes
A named attribute containing either singular float, integer, string, graph,
and tensor values, or repeated float, integer, string, graph, and tensor values.
|
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
DOC_STRING_FIELD_NUMBER |
static int |
F_FIELD_NUMBER |
static int |
FLOATS_FIELD_NUMBER |
static int |
G_FIELD_NUMBER |
static int |
GRAPHS_FIELD_NUMBER |
static int |
I_FIELD_NUMBER |
static int |
INTS_FIELD_NUMBER |
static int |
NAME_FIELD_NUMBER |
static com.google.protobuf.Parser<OnnxMl.AttributeProto> |
PARSER
Deprecated.
|
static int |
REF_ATTR_NAME_FIELD_NUMBER |
static int |
S_FIELD_NUMBER |
static int |
SPARSE_TENSOR_FIELD_NUMBER |
static int |
SPARSE_TENSORS_FIELD_NUMBER |
static int |
STRINGS_FIELD_NUMBER |
static int |
T_FIELD_NUMBER |
static int |
TENSORS_FIELD_NUMBER |
static int |
TYPE_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
static OnnxMl.AttributeProto |
getDefaultInstance() |
OnnxMl.AttributeProto |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
java.lang.String |
getDocString()
A human-readable documentation for this attribute.
|
com.google.protobuf.ByteString |
getDocStringBytes()
A human-readable documentation for this attribute.
|
float |
getF()
Exactly ONE of the following fields must be present for this version of the IR
|
float |
getFloats(int index)
list of floats
|
int |
getFloatsCount()
list of floats
|
java.util.List<java.lang.Float> |
getFloatsList()
list of floats
|
OnnxMl.GraphProto |
getG()
graph
|
OnnxMl.GraphProtoOrBuilder |
getGOrBuilder()
graph
|
OnnxMl.GraphProto |
getGraphs(int index)
list of graph
|
int |
getGraphsCount()
list of graph
|
java.util.List<OnnxMl.GraphProto> |
getGraphsList()
list of graph
|
OnnxMl.GraphProtoOrBuilder |
getGraphsOrBuilder(int index)
list of graph
|
java.util.List<? extends OnnxMl.GraphProtoOrBuilder> |
getGraphsOrBuilderList()
list of graph
|
long |
getI()
int
|
long |
getInts(int index)
list of ints
|
int |
getIntsCount()
list of ints
|
java.util.List<java.lang.Long> |
getIntsList()
list of ints
|
java.lang.String |
getName()
The name field MUST be present for this version of the IR.
|
com.google.protobuf.ByteString |
getNameBytes()
The name field MUST be present for this version of the IR.
|
com.google.protobuf.Parser<OnnxMl.AttributeProto> |
getParserForType() |
java.lang.String |
getRefAttrName()
if ref_attr_name is not empty, ref_attr_name is the attribute name in parent function.
|
com.google.protobuf.ByteString |
getRefAttrNameBytes()
if ref_attr_name is not empty, ref_attr_name is the attribute name in parent function.
|
com.google.protobuf.ByteString |
getS()
UTF-8 string
|
int |
getSerializedSize() |
OnnxMl.SparseTensorProto |
getSparseTensor()
sparse tensor value
|
OnnxMl.SparseTensorProtoOrBuilder |
getSparseTensorOrBuilder()
sparse tensor value
|
OnnxMl.SparseTensorProto |
getSparseTensors(int index)
list of sparse tensors
|
int |
getSparseTensorsCount()
list of sparse tensors
|
java.util.List<OnnxMl.SparseTensorProto> |
getSparseTensorsList()
list of sparse tensors
|
OnnxMl.SparseTensorProtoOrBuilder |
getSparseTensorsOrBuilder(int index)
list of sparse tensors
|
java.util.List<? extends OnnxMl.SparseTensorProtoOrBuilder> |
getSparseTensorsOrBuilderList()
list of sparse tensors
|
com.google.protobuf.ByteString |
getStrings(int index)
list of UTF-8 strings
|
int |
getStringsCount()
list of UTF-8 strings
|
java.util.List<com.google.protobuf.ByteString> |
getStringsList()
list of UTF-8 strings
|
OnnxMl.TensorProto |
getT()
tensor value
|
OnnxMl.TensorProto |
getTensors(int index)
list of tensors
|
int |
getTensorsCount()
list of tensors
|
java.util.List<OnnxMl.TensorProto> |
getTensorsList()
list of tensors
|
OnnxMl.TensorProtoOrBuilder |
getTensorsOrBuilder(int index)
list of tensors
|
java.util.List<? extends OnnxMl.TensorProtoOrBuilder> |
getTensorsOrBuilderList()
list of tensors
|
OnnxMl.TensorProtoOrBuilder |
getTOrBuilder()
tensor value
|
OnnxMl.AttributeProto.AttributeType |
getType()
The type field MUST be present for this version of the IR.
|
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasDocString()
A human-readable documentation for this attribute.
|
boolean |
hasF()
Exactly ONE of the following fields must be present for this version of the IR
|
boolean |
hasG()
graph
|
int |
hashCode() |
boolean |
hasI()
int
|
boolean |
hasName()
The name field MUST be present for this version of the IR.
|
boolean |
hasRefAttrName()
if ref_attr_name is not empty, ref_attr_name is the attribute name in parent function.
|
boolean |
hasS()
UTF-8 string
|
boolean |
hasSparseTensor()
sparse tensor value
|
boolean |
hasT()
tensor value
|
boolean |
hasType()
The type field MUST be present for this version of the IR.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static OnnxMl.AttributeProto.Builder |
newBuilder() |
static OnnxMl.AttributeProto.Builder |
newBuilder(OnnxMl.AttributeProto prototype) |
OnnxMl.AttributeProto.Builder |
newBuilderForType() |
protected OnnxMl.AttributeProto.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected java.lang.Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static OnnxMl.AttributeProto |
parseDelimitedFrom(java.io.InputStream input) |
static OnnxMl.AttributeProto |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static OnnxMl.AttributeProto |
parseFrom(byte[] data) |
static OnnxMl.AttributeProto |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static OnnxMl.AttributeProto |
parseFrom(java.nio.ByteBuffer data) |
static OnnxMl.AttributeProto |
parseFrom(java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static OnnxMl.AttributeProto |
parseFrom(com.google.protobuf.ByteString data) |
static OnnxMl.AttributeProto |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static OnnxMl.AttributeProto |
parseFrom(com.google.protobuf.CodedInputStream input) |
static OnnxMl.AttributeProto |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static OnnxMl.AttributeProto |
parseFrom(java.io.InputStream input) |
static OnnxMl.AttributeProto |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<OnnxMl.AttributeProto> |
parser() |
OnnxMl.AttributeProto.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int NAME_FIELD_NUMBER
public static final int REF_ATTR_NAME_FIELD_NUMBER
public static final int DOC_STRING_FIELD_NUMBER
public static final int TYPE_FIELD_NUMBER
public static final int F_FIELD_NUMBER
public static final int I_FIELD_NUMBER
public static final int S_FIELD_NUMBER
public static final int T_FIELD_NUMBER
public static final int G_FIELD_NUMBER
public static final int SPARSE_TENSOR_FIELD_NUMBER
public static final int FLOATS_FIELD_NUMBER
public static final int INTS_FIELD_NUMBER
public static final int STRINGS_FIELD_NUMBER
public static final int TENSORS_FIELD_NUMBER
public static final int GRAPHS_FIELD_NUMBER
public static final int SPARSE_TENSORS_FIELD_NUMBER
@Deprecated public static final com.google.protobuf.Parser<OnnxMl.AttributeProto> PARSER
protected java.lang.Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public boolean hasName()
The name field MUST be present for this version of the IR.
optional string name = 1;hasName in interface OnnxMl.AttributeProtoOrBuilderpublic java.lang.String getName()
The name field MUST be present for this version of the IR.
optional string name = 1;getName in interface OnnxMl.AttributeProtoOrBuilderpublic com.google.protobuf.ByteString getNameBytes()
The name field MUST be present for this version of the IR.
optional string name = 1;getNameBytes in interface OnnxMl.AttributeProtoOrBuilderpublic boolean hasRefAttrName()
if ref_attr_name is not empty, ref_attr_name is the attribute name in parent function. In this case, this AttributeProto does not contain data, and it's a reference of attribute in parent scope. NOTE: This should ONLY be used in function (sub-graph). It's invalid to be used in main graph.
optional string ref_attr_name = 21;hasRefAttrName in interface OnnxMl.AttributeProtoOrBuilderpublic java.lang.String getRefAttrName()
if ref_attr_name is not empty, ref_attr_name is the attribute name in parent function. In this case, this AttributeProto does not contain data, and it's a reference of attribute in parent scope. NOTE: This should ONLY be used in function (sub-graph). It's invalid to be used in main graph.
optional string ref_attr_name = 21;getRefAttrName in interface OnnxMl.AttributeProtoOrBuilderpublic com.google.protobuf.ByteString getRefAttrNameBytes()
if ref_attr_name is not empty, ref_attr_name is the attribute name in parent function. In this case, this AttributeProto does not contain data, and it's a reference of attribute in parent scope. NOTE: This should ONLY be used in function (sub-graph). It's invalid to be used in main graph.
optional string ref_attr_name = 21;getRefAttrNameBytes in interface OnnxMl.AttributeProtoOrBuilderpublic boolean hasDocString()
A human-readable documentation for this attribute. Markdown is allowed.
optional string doc_string = 13;hasDocString in interface OnnxMl.AttributeProtoOrBuilderpublic java.lang.String getDocString()
A human-readable documentation for this attribute. Markdown is allowed.
optional string doc_string = 13;getDocString in interface OnnxMl.AttributeProtoOrBuilderpublic com.google.protobuf.ByteString getDocStringBytes()
A human-readable documentation for this attribute. Markdown is allowed.
optional string doc_string = 13;getDocStringBytes in interface OnnxMl.AttributeProtoOrBuilderpublic boolean hasType()
The type field MUST be present for this version of the IR. For 0.0.1 versions of the IR, this field was not defined, and implementations needed to use has_field heuristics to determine which value field was in use. For IR_VERSION 0.0.2 or later, this field MUST be set and match the f|i|s|t|... field in use. This change was made to accommodate proto3 implementations.
optional .onnx.AttributeProto.AttributeType type = 20;hasType in interface OnnxMl.AttributeProtoOrBuilderpublic OnnxMl.AttributeProto.AttributeType getType()
The type field MUST be present for this version of the IR. For 0.0.1 versions of the IR, this field was not defined, and implementations needed to use has_field heuristics to determine which value field was in use. For IR_VERSION 0.0.2 or later, this field MUST be set and match the f|i|s|t|... field in use. This change was made to accommodate proto3 implementations.
optional .onnx.AttributeProto.AttributeType type = 20;getType in interface OnnxMl.AttributeProtoOrBuilderpublic boolean hasF()
Exactly ONE of the following fields must be present for this version of the IR
optional float f = 2;hasF in interface OnnxMl.AttributeProtoOrBuilderpublic float getF()
Exactly ONE of the following fields must be present for this version of the IR
optional float f = 2;getF in interface OnnxMl.AttributeProtoOrBuilderpublic boolean hasI()
int
optional int64 i = 3;hasI in interface OnnxMl.AttributeProtoOrBuilderpublic long getI()
int
optional int64 i = 3;getI in interface OnnxMl.AttributeProtoOrBuilderpublic boolean hasS()
UTF-8 string
optional bytes s = 4;hasS in interface OnnxMl.AttributeProtoOrBuilderpublic com.google.protobuf.ByteString getS()
UTF-8 string
optional bytes s = 4;getS in interface OnnxMl.AttributeProtoOrBuilderpublic boolean hasT()
tensor value
optional .onnx.TensorProto t = 5;hasT in interface OnnxMl.AttributeProtoOrBuilderpublic OnnxMl.TensorProto getT()
tensor value
optional .onnx.TensorProto t = 5;getT in interface OnnxMl.AttributeProtoOrBuilderpublic OnnxMl.TensorProtoOrBuilder getTOrBuilder()
tensor value
optional .onnx.TensorProto t = 5;getTOrBuilder in interface OnnxMl.AttributeProtoOrBuilderpublic boolean hasG()
graph
optional .onnx.GraphProto g = 6;hasG in interface OnnxMl.AttributeProtoOrBuilderpublic OnnxMl.GraphProto getG()
graph
optional .onnx.GraphProto g = 6;getG in interface OnnxMl.AttributeProtoOrBuilderpublic OnnxMl.GraphProtoOrBuilder getGOrBuilder()
graph
optional .onnx.GraphProto g = 6;getGOrBuilder in interface OnnxMl.AttributeProtoOrBuilderpublic boolean hasSparseTensor()
sparse tensor value
optional .onnx.SparseTensorProto sparse_tensor = 22;hasSparseTensor in interface OnnxMl.AttributeProtoOrBuilderpublic OnnxMl.SparseTensorProto getSparseTensor()
sparse tensor value
optional .onnx.SparseTensorProto sparse_tensor = 22;getSparseTensor in interface OnnxMl.AttributeProtoOrBuilderpublic OnnxMl.SparseTensorProtoOrBuilder getSparseTensorOrBuilder()
sparse tensor value
optional .onnx.SparseTensorProto sparse_tensor = 22;getSparseTensorOrBuilder in interface OnnxMl.AttributeProtoOrBuilderpublic java.util.List<java.lang.Float> getFloatsList()
list of floats
repeated float floats = 7;getFloatsList in interface OnnxMl.AttributeProtoOrBuilderpublic int getFloatsCount()
list of floats
repeated float floats = 7;getFloatsCount in interface OnnxMl.AttributeProtoOrBuilderpublic float getFloats(int index)
list of floats
repeated float floats = 7;getFloats in interface OnnxMl.AttributeProtoOrBuilderindex - The index of the element to return.public java.util.List<java.lang.Long> getIntsList()
list of ints
repeated int64 ints = 8;getIntsList in interface OnnxMl.AttributeProtoOrBuilderpublic int getIntsCount()
list of ints
repeated int64 ints = 8;getIntsCount in interface OnnxMl.AttributeProtoOrBuilderpublic long getInts(int index)
list of ints
repeated int64 ints = 8;getInts in interface OnnxMl.AttributeProtoOrBuilderindex - The index of the element to return.public java.util.List<com.google.protobuf.ByteString> getStringsList()
list of UTF-8 strings
repeated bytes strings = 9;getStringsList in interface OnnxMl.AttributeProtoOrBuilderpublic int getStringsCount()
list of UTF-8 strings
repeated bytes strings = 9;getStringsCount in interface OnnxMl.AttributeProtoOrBuilderpublic com.google.protobuf.ByteString getStrings(int index)
list of UTF-8 strings
repeated bytes strings = 9;getStrings in interface OnnxMl.AttributeProtoOrBuilderindex - The index of the element to return.public java.util.List<OnnxMl.TensorProto> getTensorsList()
list of tensors
repeated .onnx.TensorProto tensors = 10;getTensorsList in interface OnnxMl.AttributeProtoOrBuilderpublic java.util.List<? extends OnnxMl.TensorProtoOrBuilder> getTensorsOrBuilderList()
list of tensors
repeated .onnx.TensorProto tensors = 10;getTensorsOrBuilderList in interface OnnxMl.AttributeProtoOrBuilderpublic int getTensorsCount()
list of tensors
repeated .onnx.TensorProto tensors = 10;getTensorsCount in interface OnnxMl.AttributeProtoOrBuilderpublic OnnxMl.TensorProto getTensors(int index)
list of tensors
repeated .onnx.TensorProto tensors = 10;getTensors in interface OnnxMl.AttributeProtoOrBuilderpublic OnnxMl.TensorProtoOrBuilder getTensorsOrBuilder(int index)
list of tensors
repeated .onnx.TensorProto tensors = 10;getTensorsOrBuilder in interface OnnxMl.AttributeProtoOrBuilderpublic java.util.List<OnnxMl.GraphProto> getGraphsList()
list of graph
repeated .onnx.GraphProto graphs = 11;getGraphsList in interface OnnxMl.AttributeProtoOrBuilderpublic java.util.List<? extends OnnxMl.GraphProtoOrBuilder> getGraphsOrBuilderList()
list of graph
repeated .onnx.GraphProto graphs = 11;getGraphsOrBuilderList in interface OnnxMl.AttributeProtoOrBuilderpublic int getGraphsCount()
list of graph
repeated .onnx.GraphProto graphs = 11;getGraphsCount in interface OnnxMl.AttributeProtoOrBuilderpublic OnnxMl.GraphProto getGraphs(int index)
list of graph
repeated .onnx.GraphProto graphs = 11;getGraphs in interface OnnxMl.AttributeProtoOrBuilderpublic OnnxMl.GraphProtoOrBuilder getGraphsOrBuilder(int index)
list of graph
repeated .onnx.GraphProto graphs = 11;getGraphsOrBuilder in interface OnnxMl.AttributeProtoOrBuilderpublic java.util.List<OnnxMl.SparseTensorProto> getSparseTensorsList()
list of sparse tensors
repeated .onnx.SparseTensorProto sparse_tensors = 23;getSparseTensorsList in interface OnnxMl.AttributeProtoOrBuilderpublic java.util.List<? extends OnnxMl.SparseTensorProtoOrBuilder> getSparseTensorsOrBuilderList()
list of sparse tensors
repeated .onnx.SparseTensorProto sparse_tensors = 23;getSparseTensorsOrBuilderList in interface OnnxMl.AttributeProtoOrBuilderpublic int getSparseTensorsCount()
list of sparse tensors
repeated .onnx.SparseTensorProto sparse_tensors = 23;getSparseTensorsCount in interface OnnxMl.AttributeProtoOrBuilderpublic OnnxMl.SparseTensorProto getSparseTensors(int index)
list of sparse tensors
repeated .onnx.SparseTensorProto sparse_tensors = 23;getSparseTensors in interface OnnxMl.AttributeProtoOrBuilderpublic OnnxMl.SparseTensorProtoOrBuilder getSparseTensorsOrBuilder(int index)
list of sparse tensors
repeated .onnx.SparseTensorProto sparse_tensors = 23;getSparseTensorsOrBuilder in interface OnnxMl.AttributeProtoOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3java.io.IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(java.lang.Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static OnnxMl.AttributeProto parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static OnnxMl.AttributeProto parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static OnnxMl.AttributeProto parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static OnnxMl.AttributeProto parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static OnnxMl.AttributeProto parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static OnnxMl.AttributeProto parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static OnnxMl.AttributeProto parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static OnnxMl.AttributeProto parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static OnnxMl.AttributeProto parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static OnnxMl.AttributeProto parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static OnnxMl.AttributeProto parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static OnnxMl.AttributeProto parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic OnnxMl.AttributeProto.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static OnnxMl.AttributeProto.Builder newBuilder()
public static OnnxMl.AttributeProto.Builder newBuilder(OnnxMl.AttributeProto prototype)
public OnnxMl.AttributeProto.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected OnnxMl.AttributeProto.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static OnnxMl.AttributeProto getDefaultInstance()
public static com.google.protobuf.Parser<OnnxMl.AttributeProto> parser()
public com.google.protobuf.Parser<OnnxMl.AttributeProto> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public OnnxMl.AttributeProto getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder