Package onnx
Class Onnx.NodeProto
- java.lang.Object
-
- org.nd4j.shade.protobuf.AbstractMessageLite
-
- org.nd4j.shade.protobuf.AbstractMessage
-
- org.nd4j.shade.protobuf.GeneratedMessageV3
-
- onnx.Onnx.NodeProto
-
- All Implemented Interfaces:
Serializable,Onnx.NodeProtoOrBuilder,org.nd4j.shade.protobuf.Message,org.nd4j.shade.protobuf.MessageLite,org.nd4j.shade.protobuf.MessageLiteOrBuilder,org.nd4j.shade.protobuf.MessageOrBuilder
- Enclosing class:
- Onnx
public static final class Onnx.NodeProto extends org.nd4j.shade.protobuf.GeneratedMessageV3 implements Onnx.NodeProtoOrBuilder
Nodes Computation graphs are made up of a DAG of nodes, which represent what is commonly called a "layer" or "pipeline stage" in machine learning frameworks. For example, it can be a node of type "Conv" that takes in an image, a filter tensor and a bias tensor, and produces the convolved output.
Protobuf typeonnx.NodeProto- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classOnnx.NodeProto.BuilderNodes Computation graphs are made up of a DAG of nodes, which represent what is commonly called a "layer" or "pipeline stage" in machine learning frameworks.-
Nested classes/interfaces inherited from class org.nd4j.shade.protobuf.GeneratedMessageV3
org.nd4j.shade.protobuf.GeneratedMessageV3.BuilderParent, org.nd4j.shade.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends org.nd4j.shade.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends org.nd4j.shade.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, org.nd4j.shade.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends org.nd4j.shade.protobuf.GeneratedMessageV3.ExtendableMessage>, org.nd4j.shade.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends org.nd4j.shade.protobuf.GeneratedMessageV3.ExtendableMessage>, org.nd4j.shade.protobuf.GeneratedMessageV3.FieldAccessorTable, org.nd4j.shade.protobuf.GeneratedMessageV3.UnusedPrivateParameter
-
-
Field Summary
Fields Modifier and Type Field Description static intATTRIBUTE_FIELD_NUMBERstatic intDOC_STRING_FIELD_NUMBERstatic intDOMAIN_FIELD_NUMBERstatic intINPUT_FIELD_NUMBERstatic intNAME_FIELD_NUMBERstatic intOP_TYPE_FIELD_NUMBERstatic intOUTPUT_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)Onnx.AttributeProtogetAttribute(int index)Additional named attributes.intgetAttributeCount()Additional named attributes.List<Onnx.AttributeProto>getAttributeList()Additional named attributes.Onnx.AttributeProtoOrBuildergetAttributeOrBuilder(int index)Additional named attributes.List<? extends Onnx.AttributeProtoOrBuilder>getAttributeOrBuilderList()Additional named attributes.static Onnx.NodeProtogetDefaultInstance()Onnx.NodeProtogetDefaultInstanceForType()static org.nd4j.shade.protobuf.Descriptors.DescriptorgetDescriptor()StringgetDocString()A human-readable documentation for this node.org.nd4j.shade.protobuf.ByteStringgetDocStringBytes()A human-readable documentation for this node.StringgetDomain()The domain of the OperatorSet that specifies the operator named by op_type.org.nd4j.shade.protobuf.ByteStringgetDomainBytes()The domain of the OperatorSet that specifies the operator named by op_type.StringgetInput(int index)namespace Valueorg.nd4j.shade.protobuf.ByteStringgetInputBytes(int index)namespace ValueintgetInputCount()namespace Valueorg.nd4j.shade.protobuf.ProtocolStringListgetInputList()namespace ValueStringgetName()An optional identifier for this node in a graph.org.nd4j.shade.protobuf.ByteStringgetNameBytes()An optional identifier for this node in a graph.StringgetOpType()The symbolic identifier of the Operator to execute.org.nd4j.shade.protobuf.ByteStringgetOpTypeBytes()The symbolic identifier of the Operator to execute.StringgetOutput(int index)namespace Valueorg.nd4j.shade.protobuf.ByteStringgetOutputBytes(int index)namespace ValueintgetOutputCount()namespace Valueorg.nd4j.shade.protobuf.ProtocolStringListgetOutputList()namespace Valueorg.nd4j.shade.protobuf.Parser<Onnx.NodeProto>getParserForType()intgetSerializedSize()org.nd4j.shade.protobuf.UnknownFieldSetgetUnknownFields()inthashCode()protected org.nd4j.shade.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()static Onnx.NodeProto.BuildernewBuilder()static Onnx.NodeProto.BuildernewBuilder(Onnx.NodeProto prototype)Onnx.NodeProto.BuildernewBuilderForType()protected Onnx.NodeProto.BuildernewBuilderForType(org.nd4j.shade.protobuf.GeneratedMessageV3.BuilderParent parent)protected ObjectnewInstance(org.nd4j.shade.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)static Onnx.NodeProtoparseDelimitedFrom(InputStream input)static Onnx.NodeProtoparseDelimitedFrom(InputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static Onnx.NodeProtoparseFrom(byte[] data)static Onnx.NodeProtoparseFrom(byte[] data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static Onnx.NodeProtoparseFrom(InputStream input)static Onnx.NodeProtoparseFrom(InputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static Onnx.NodeProtoparseFrom(ByteBuffer data)static Onnx.NodeProtoparseFrom(ByteBuffer data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static Onnx.NodeProtoparseFrom(org.nd4j.shade.protobuf.ByteString data)static Onnx.NodeProtoparseFrom(org.nd4j.shade.protobuf.ByteString data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static Onnx.NodeProtoparseFrom(org.nd4j.shade.protobuf.CodedInputStream input)static Onnx.NodeProtoparseFrom(org.nd4j.shade.protobuf.CodedInputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static org.nd4j.shade.protobuf.Parser<Onnx.NodeProto>parser()Onnx.NodeProto.BuildertoBuilder()voidwriteTo(org.nd4j.shade.protobuf.CodedOutputStream output)-
Methods inherited from class org.nd4j.shade.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, 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, writeStringNoTag
-
Methods inherited from class org.nd4j.shade.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
-
Methods inherited from class org.nd4j.shade.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
INPUT_FIELD_NUMBER
public static final int INPUT_FIELD_NUMBER
- See Also:
- Constant Field Values
-
OUTPUT_FIELD_NUMBER
public static final int OUTPUT_FIELD_NUMBER
- See Also:
- Constant Field Values
-
NAME_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
- See Also:
- Constant Field Values
-
OP_TYPE_FIELD_NUMBER
public static final int OP_TYPE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
DOMAIN_FIELD_NUMBER
public static final int DOMAIN_FIELD_NUMBER
- See Also:
- Constant Field Values
-
ATTRIBUTE_FIELD_NUMBER
public static final int ATTRIBUTE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
DOC_STRING_FIELD_NUMBER
public static final int DOC_STRING_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
newInstance
protected Object newInstance(org.nd4j.shade.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
- Overrides:
newInstancein classorg.nd4j.shade.protobuf.GeneratedMessageV3
-
getUnknownFields
public final org.nd4j.shade.protobuf.UnknownFieldSet getUnknownFields()
- Specified by:
getUnknownFieldsin interfaceorg.nd4j.shade.protobuf.MessageOrBuilder- Overrides:
getUnknownFieldsin classorg.nd4j.shade.protobuf.GeneratedMessageV3
-
getDescriptor
public static final org.nd4j.shade.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected org.nd4j.shade.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classorg.nd4j.shade.protobuf.GeneratedMessageV3
-
getInputList
public org.nd4j.shade.protobuf.ProtocolStringList getInputList()
namespace Value
repeated string input = 1;- Specified by:
getInputListin interfaceOnnx.NodeProtoOrBuilder- Returns:
- A list containing the input.
-
getInputCount
public int getInputCount()
namespace Value
repeated string input = 1;- Specified by:
getInputCountin interfaceOnnx.NodeProtoOrBuilder- Returns:
- The count of input.
-
getInput
public String getInput(int index)
namespace Value
repeated string input = 1;- Specified by:
getInputin interfaceOnnx.NodeProtoOrBuilder- Parameters:
index- The index of the element to return.- Returns:
- The input at the given index.
-
getInputBytes
public org.nd4j.shade.protobuf.ByteString getInputBytes(int index)
namespace Value
repeated string input = 1;- Specified by:
getInputBytesin interfaceOnnx.NodeProtoOrBuilder- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the input at the given index.
-
getOutputList
public org.nd4j.shade.protobuf.ProtocolStringList getOutputList()
namespace Value
repeated string output = 2;- Specified by:
getOutputListin interfaceOnnx.NodeProtoOrBuilder- Returns:
- A list containing the output.
-
getOutputCount
public int getOutputCount()
namespace Value
repeated string output = 2;- Specified by:
getOutputCountin interfaceOnnx.NodeProtoOrBuilder- Returns:
- The count of output.
-
getOutput
public String getOutput(int index)
namespace Value
repeated string output = 2;- Specified by:
getOutputin interfaceOnnx.NodeProtoOrBuilder- Parameters:
index- The index of the element to return.- Returns:
- The output at the given index.
-
getOutputBytes
public org.nd4j.shade.protobuf.ByteString getOutputBytes(int index)
namespace Value
repeated string output = 2;- Specified by:
getOutputBytesin interfaceOnnx.NodeProtoOrBuilder- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the output at the given index.
-
getName
public String getName()
An optional identifier for this node in a graph. This field MAY be absent in ths version of the IR.
string name = 3;- Specified by:
getNamein interfaceOnnx.NodeProtoOrBuilder- Returns:
- The name.
-
getNameBytes
public org.nd4j.shade.protobuf.ByteString getNameBytes()
An optional identifier for this node in a graph. This field MAY be absent in ths version of the IR.
string name = 3;- Specified by:
getNameBytesin interfaceOnnx.NodeProtoOrBuilder- Returns:
- The bytes for name.
-
getOpType
public String getOpType()
The symbolic identifier of the Operator to execute.
string op_type = 4;- Specified by:
getOpTypein interfaceOnnx.NodeProtoOrBuilder- Returns:
- The opType.
-
getOpTypeBytes
public org.nd4j.shade.protobuf.ByteString getOpTypeBytes()
The symbolic identifier of the Operator to execute.
string op_type = 4;- Specified by:
getOpTypeBytesin interfaceOnnx.NodeProtoOrBuilder- Returns:
- The bytes for opType.
-
getDomain
public String getDomain()
The domain of the OperatorSet that specifies the operator named by op_type.
string domain = 7;- Specified by:
getDomainin interfaceOnnx.NodeProtoOrBuilder- Returns:
- The domain.
-
getDomainBytes
public org.nd4j.shade.protobuf.ByteString getDomainBytes()
The domain of the OperatorSet that specifies the operator named by op_type.
string domain = 7;- Specified by:
getDomainBytesin interfaceOnnx.NodeProtoOrBuilder- Returns:
- The bytes for domain.
-
getAttributeList
public List<Onnx.AttributeProto> getAttributeList()
Additional named attributes.
repeated .onnx.AttributeProto attribute = 5;- Specified by:
getAttributeListin interfaceOnnx.NodeProtoOrBuilder
-
getAttributeOrBuilderList
public List<? extends Onnx.AttributeProtoOrBuilder> getAttributeOrBuilderList()
Additional named attributes.
repeated .onnx.AttributeProto attribute = 5;- Specified by:
getAttributeOrBuilderListin interfaceOnnx.NodeProtoOrBuilder
-
getAttributeCount
public int getAttributeCount()
Additional named attributes.
repeated .onnx.AttributeProto attribute = 5;- Specified by:
getAttributeCountin interfaceOnnx.NodeProtoOrBuilder
-
getAttribute
public Onnx.AttributeProto getAttribute(int index)
Additional named attributes.
repeated .onnx.AttributeProto attribute = 5;- Specified by:
getAttributein interfaceOnnx.NodeProtoOrBuilder
-
getAttributeOrBuilder
public Onnx.AttributeProtoOrBuilder getAttributeOrBuilder(int index)
Additional named attributes.
repeated .onnx.AttributeProto attribute = 5;- Specified by:
getAttributeOrBuilderin interfaceOnnx.NodeProtoOrBuilder
-
getDocString
public String getDocString()
A human-readable documentation for this node. Markdown is allowed.
string doc_string = 6;- Specified by:
getDocStringin interfaceOnnx.NodeProtoOrBuilder- Returns:
- The docString.
-
getDocStringBytes
public org.nd4j.shade.protobuf.ByteString getDocStringBytes()
A human-readable documentation for this node. Markdown is allowed.
string doc_string = 6;- Specified by:
getDocStringBytesin interfaceOnnx.NodeProtoOrBuilder- Returns:
- The bytes for docString.
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfaceorg.nd4j.shade.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classorg.nd4j.shade.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(org.nd4j.shade.protobuf.CodedOutputStream output) throws IOException- Specified by:
writeToin interfaceorg.nd4j.shade.protobuf.MessageLite- Overrides:
writeToin classorg.nd4j.shade.protobuf.GeneratedMessageV3- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSizein interfaceorg.nd4j.shade.protobuf.MessageLite- Overrides:
getSerializedSizein classorg.nd4j.shade.protobuf.GeneratedMessageV3
-
equals
public boolean equals(Object obj)
- Specified by:
equalsin interfaceorg.nd4j.shade.protobuf.Message- Overrides:
equalsin classorg.nd4j.shade.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCodein interfaceorg.nd4j.shade.protobuf.Message- Overrides:
hashCodein classorg.nd4j.shade.protobuf.AbstractMessage
-
parseFrom
public static Onnx.NodeProto parseFrom(ByteBuffer data) throws org.nd4j.shade.protobuf.InvalidProtocolBufferException
- Throws:
org.nd4j.shade.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Onnx.NodeProto parseFrom(ByteBuffer data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry) throws org.nd4j.shade.protobuf.InvalidProtocolBufferException
- Throws:
org.nd4j.shade.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Onnx.NodeProto parseFrom(org.nd4j.shade.protobuf.ByteString data) throws org.nd4j.shade.protobuf.InvalidProtocolBufferException
- Throws:
org.nd4j.shade.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Onnx.NodeProto parseFrom(org.nd4j.shade.protobuf.ByteString data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry) throws org.nd4j.shade.protobuf.InvalidProtocolBufferException
- Throws:
org.nd4j.shade.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Onnx.NodeProto parseFrom(byte[] data) throws org.nd4j.shade.protobuf.InvalidProtocolBufferException
- Throws:
org.nd4j.shade.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Onnx.NodeProto parseFrom(byte[] data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry) throws org.nd4j.shade.protobuf.InvalidProtocolBufferException
- Throws:
org.nd4j.shade.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Onnx.NodeProto parseFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static Onnx.NodeProto parseFrom(InputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static Onnx.NodeProto parseDelimitedFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static Onnx.NodeProto parseDelimitedFrom(InputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseFrom
public static Onnx.NodeProto parseFrom(org.nd4j.shade.protobuf.CodedInputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static Onnx.NodeProto parseFrom(org.nd4j.shade.protobuf.CodedInputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
newBuilderForType
public Onnx.NodeProto.Builder newBuilderForType()
- Specified by:
newBuilderForTypein interfaceorg.nd4j.shade.protobuf.Message- Specified by:
newBuilderForTypein interfaceorg.nd4j.shade.protobuf.MessageLite
-
newBuilder
public static Onnx.NodeProto.Builder newBuilder()
-
newBuilder
public static Onnx.NodeProto.Builder newBuilder(Onnx.NodeProto prototype)
-
toBuilder
public Onnx.NodeProto.Builder toBuilder()
- Specified by:
toBuilderin interfaceorg.nd4j.shade.protobuf.Message- Specified by:
toBuilderin interfaceorg.nd4j.shade.protobuf.MessageLite
-
newBuilderForType
protected Onnx.NodeProto.Builder newBuilderForType(org.nd4j.shade.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForTypein classorg.nd4j.shade.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static Onnx.NodeProto getDefaultInstance()
-
parser
public static org.nd4j.shade.protobuf.Parser<Onnx.NodeProto> parser()
-
getParserForType
public org.nd4j.shade.protobuf.Parser<Onnx.NodeProto> getParserForType()
- Specified by:
getParserForTypein interfaceorg.nd4j.shade.protobuf.Message- Specified by:
getParserForTypein interfaceorg.nd4j.shade.protobuf.MessageLite- Overrides:
getParserForTypein classorg.nd4j.shade.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public Onnx.NodeProto getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfaceorg.nd4j.shade.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfaceorg.nd4j.shade.protobuf.MessageOrBuilder
-
-