public static interface OnnxMl.NodeProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
OnnxMl.AttributeProto |
getAttribute(int index)
Additional named attributes.
|
int |
getAttributeCount()
Additional named attributes.
|
java.util.List<OnnxMl.AttributeProto> |
getAttributeList()
Additional named attributes.
|
OnnxMl.AttributeProtoOrBuilder |
getAttributeOrBuilder(int index)
Additional named attributes.
|
java.util.List<? extends OnnxMl.AttributeProtoOrBuilder> |
getAttributeOrBuilderList()
Additional named attributes.
|
java.lang.String |
getDocString()
A human-readable documentation for this node.
|
com.google.protobuf.ByteString |
getDocStringBytes()
A human-readable documentation for this node.
|
java.lang.String |
getDomain()
The domain of the OperatorSet that specifies the operator named by op_type.
|
com.google.protobuf.ByteString |
getDomainBytes()
The domain of the OperatorSet that specifies the operator named by op_type.
|
java.lang.String |
getInput(int index)
namespace Value
|
com.google.protobuf.ByteString |
getInputBytes(int index)
namespace Value
|
int |
getInputCount()
namespace Value
|
java.util.List<java.lang.String> |
getInputList()
namespace Value
|
java.lang.String |
getName()
An optional identifier for this node in a graph.
|
com.google.protobuf.ByteString |
getNameBytes()
An optional identifier for this node in a graph.
|
java.lang.String |
getOpType()
The symbolic identifier of the Operator to execute.
|
com.google.protobuf.ByteString |
getOpTypeBytes()
The symbolic identifier of the Operator to execute.
|
java.lang.String |
getOutput(int index)
namespace Value
|
com.google.protobuf.ByteString |
getOutputBytes(int index)
namespace Value
|
int |
getOutputCount()
namespace Value
|
java.util.List<java.lang.String> |
getOutputList()
namespace Value
|
boolean |
hasDocString()
A human-readable documentation for this node.
|
boolean |
hasDomain()
The domain of the OperatorSet that specifies the operator named by op_type.
|
boolean |
hasName()
An optional identifier for this node in a graph.
|
boolean |
hasOpType()
The symbolic identifier of the Operator to execute.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.util.List<java.lang.String> getInputList()
namespace Value
repeated string input = 1;int getInputCount()
namespace Value
repeated string input = 1;java.lang.String getInput(int index)
namespace Value
repeated string input = 1;index - The index of the element to return.com.google.protobuf.ByteString getInputBytes(int index)
namespace Value
repeated string input = 1;index - The index of the value to return.java.util.List<java.lang.String> getOutputList()
namespace Value
repeated string output = 2;int getOutputCount()
namespace Value
repeated string output = 2;java.lang.String getOutput(int index)
namespace Value
repeated string output = 2;index - The index of the element to return.com.google.protobuf.ByteString getOutputBytes(int index)
namespace Value
repeated string output = 2;index - The index of the value to return.boolean hasName()
An optional identifier for this node in a graph. This field MAY be absent in ths version of the IR.
optional string name = 3;java.lang.String getName()
An optional identifier for this node in a graph. This field MAY be absent in ths version of the IR.
optional string name = 3;com.google.protobuf.ByteString getNameBytes()
An optional identifier for this node in a graph. This field MAY be absent in ths version of the IR.
optional string name = 3;boolean hasOpType()
The symbolic identifier of the Operator to execute.
optional string op_type = 4;java.lang.String getOpType()
The symbolic identifier of the Operator to execute.
optional string op_type = 4;com.google.protobuf.ByteString getOpTypeBytes()
The symbolic identifier of the Operator to execute.
optional string op_type = 4;boolean hasDomain()
The domain of the OperatorSet that specifies the operator named by op_type.
optional string domain = 7;java.lang.String getDomain()
The domain of the OperatorSet that specifies the operator named by op_type.
optional string domain = 7;com.google.protobuf.ByteString getDomainBytes()
The domain of the OperatorSet that specifies the operator named by op_type.
optional string domain = 7;java.util.List<OnnxMl.AttributeProto> getAttributeList()
Additional named attributes.
repeated .onnx.AttributeProto attribute = 5;OnnxMl.AttributeProto getAttribute(int index)
Additional named attributes.
repeated .onnx.AttributeProto attribute = 5;int getAttributeCount()
Additional named attributes.
repeated .onnx.AttributeProto attribute = 5;java.util.List<? extends OnnxMl.AttributeProtoOrBuilder> getAttributeOrBuilderList()
Additional named attributes.
repeated .onnx.AttributeProto attribute = 5;OnnxMl.AttributeProtoOrBuilder getAttributeOrBuilder(int index)
Additional named attributes.
repeated .onnx.AttributeProto attribute = 5;boolean hasDocString()
A human-readable documentation for this node. Markdown is allowed.
optional string doc_string = 6;java.lang.String getDocString()
A human-readable documentation for this node. Markdown is allowed.
optional string doc_string = 6;com.google.protobuf.ByteString getDocStringBytes()
A human-readable documentation for this node. Markdown is allowed.
optional string doc_string = 6;