public static final class OpNamespace.ArgDescriptor extends org.nd4j.shade.protobuf.GeneratedMessageV3 implements OpNamespace.ArgDescriptorOrBuilder
org.nd4j.ir.ArgDescriptor| Modifier and Type | Class and Description |
|---|---|
static class |
OpNamespace.ArgDescriptor.ArgType
Protobuf enum
org.nd4j.ir.ArgDescriptor.ArgType |
static class |
OpNamespace.ArgDescriptor.Builder
Protobuf type
org.nd4j.ir.ArgDescriptor |
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| Modifier and Type | Field and Description |
|---|---|
static int |
ARGINDEX_FIELD_NUMBER |
static int |
ARGOPTIONAL_FIELD_NUMBER |
static int |
ARGTYPE_FIELD_NUMBER |
static int |
BOOLVALUE_FIELD_NUMBER |
static int |
CONVERTBOOLTOINT_FIELD_NUMBER |
static int |
DATATYPEVALUE_FIELD_NUMBER |
static int |
DOUBLEVALUE_FIELD_NUMBER |
static int |
FLOATVALUE_FIELD_NUMBER |
static int |
INPUTVALUE_FIELD_NUMBER |
static int |
INT32VALUE_FIELD_NUMBER |
static int |
INT64VALUE_FIELD_NUMBER |
static int |
ISARRAY_FIELD_NUMBER |
static int |
NAME_FIELD_NUMBER |
static int |
OUTPUTVALUE_FIELD_NUMBER |
static int |
STRINGVALUE_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
getArgIndex()
int32 argIndex = 11; |
boolean |
getArgOptional()
bool argOptional = 13; |
OpNamespace.ArgDescriptor.ArgType |
getArgType()
.org.nd4j.ir.ArgDescriptor.ArgType argType = 10; |
int |
getArgTypeValue()
.org.nd4j.ir.ArgDescriptor.ArgType argType = 10; |
boolean |
getBoolValue()
bool boolValue = 6; |
boolean |
getConvertBoolToInt()
bool convertBoolToInt = 14; |
TensorNamespace.DataType |
getDataTypeValue()
.org.nd4j.ir.DataType dataTypeValue = 7; |
int |
getDataTypeValueValue()
.org.nd4j.ir.DataType dataTypeValue = 7; |
static OpNamespace.ArgDescriptor |
getDefaultInstance() |
OpNamespace.ArgDescriptor |
getDefaultInstanceForType() |
static org.nd4j.shade.protobuf.Descriptors.Descriptor |
getDescriptor() |
double |
getDoubleValue()
double doubleValue = 3; |
float |
getFloatValue()
float floatValue = 2; |
TensorNamespace.TensorProto |
getInputValue()
.org.nd4j.ir.TensorProto inputValue = 8; |
TensorNamespace.TensorProtoOrBuilder |
getInputValueOrBuilder()
.org.nd4j.ir.TensorProto inputValue = 8; |
int |
getInt32Value()
int32 int32Value = 4; |
long |
getInt64Value()
int64 int64Value = 5; |
boolean |
getIsArray()
bool isArray = 15; |
String |
getName()
string name = 1; |
org.nd4j.shade.protobuf.ByteString |
getNameBytes()
string name = 1; |
TensorNamespace.TensorProto |
getOutputValue()
.org.nd4j.ir.TensorProto outputValue = 9; |
TensorNamespace.TensorProtoOrBuilder |
getOutputValueOrBuilder()
.org.nd4j.ir.TensorProto outputValue = 9; |
org.nd4j.shade.protobuf.Parser<OpNamespace.ArgDescriptor> |
getParserForType() |
int |
getSerializedSize() |
String |
getStringValue()
string stringValue = 12; |
org.nd4j.shade.protobuf.ByteString |
getStringValueBytes()
string stringValue = 12; |
org.nd4j.shade.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
boolean |
hasInputValue()
.org.nd4j.ir.TensorProto inputValue = 8; |
boolean |
hasOutputValue()
.org.nd4j.ir.TensorProto outputValue = 9; |
protected org.nd4j.shade.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static OpNamespace.ArgDescriptor.Builder |
newBuilder() |
static OpNamespace.ArgDescriptor.Builder |
newBuilder(OpNamespace.ArgDescriptor prototype) |
OpNamespace.ArgDescriptor.Builder |
newBuilderForType() |
protected OpNamespace.ArgDescriptor.Builder |
newBuilderForType(org.nd4j.shade.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(org.nd4j.shade.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static OpNamespace.ArgDescriptor |
parseDelimitedFrom(InputStream input) |
static OpNamespace.ArgDescriptor |
parseDelimitedFrom(InputStream input,
org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry) |
static OpNamespace.ArgDescriptor |
parseFrom(byte[] data) |
static OpNamespace.ArgDescriptor |
parseFrom(byte[] data,
org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry) |
static OpNamespace.ArgDescriptor |
parseFrom(ByteBuffer data) |
static OpNamespace.ArgDescriptor |
parseFrom(ByteBuffer data,
org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry) |
static OpNamespace.ArgDescriptor |
parseFrom(org.nd4j.shade.protobuf.ByteString data) |
static OpNamespace.ArgDescriptor |
parseFrom(org.nd4j.shade.protobuf.ByteString data,
org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry) |
static OpNamespace.ArgDescriptor |
parseFrom(org.nd4j.shade.protobuf.CodedInputStream input) |
static OpNamespace.ArgDescriptor |
parseFrom(org.nd4j.shade.protobuf.CodedInputStream input,
org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry) |
static OpNamespace.ArgDescriptor |
parseFrom(InputStream input) |
static OpNamespace.ArgDescriptor |
parseFrom(InputStream input,
org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry) |
static org.nd4j.shade.protobuf.Parser<OpNamespace.ArgDescriptor> |
parser() |
OpNamespace.ArgDescriptor.Builder |
toBuilder() |
void |
writeTo(org.nd4j.shade.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 FLOATVALUE_FIELD_NUMBER
public static final int DOUBLEVALUE_FIELD_NUMBER
public static final int INT32VALUE_FIELD_NUMBER
public static final int INT64VALUE_FIELD_NUMBER
public static final int BOOLVALUE_FIELD_NUMBER
public static final int DATATYPEVALUE_FIELD_NUMBER
public static final int INPUTVALUE_FIELD_NUMBER
public static final int OUTPUTVALUE_FIELD_NUMBER
public static final int ARGTYPE_FIELD_NUMBER
public static final int ARGINDEX_FIELD_NUMBER
public static final int STRINGVALUE_FIELD_NUMBER
public static final int ARGOPTIONAL_FIELD_NUMBER
public static final int CONVERTBOOLTOINT_FIELD_NUMBER
public static final int ISARRAY_FIELD_NUMBER
protected Object newInstance(org.nd4j.shade.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class org.nd4j.shade.protobuf.GeneratedMessageV3public final org.nd4j.shade.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface org.nd4j.shade.protobuf.MessageOrBuildergetUnknownFields in class org.nd4j.shade.protobuf.GeneratedMessageV3public static final org.nd4j.shade.protobuf.Descriptors.Descriptor getDescriptor()
protected org.nd4j.shade.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class org.nd4j.shade.protobuf.GeneratedMessageV3public String getName()
string name = 1;getName in interface OpNamespace.ArgDescriptorOrBuilderpublic org.nd4j.shade.protobuf.ByteString getNameBytes()
string name = 1;getNameBytes in interface OpNamespace.ArgDescriptorOrBuilderpublic float getFloatValue()
float floatValue = 2;getFloatValue in interface OpNamespace.ArgDescriptorOrBuilderpublic double getDoubleValue()
double doubleValue = 3;getDoubleValue in interface OpNamespace.ArgDescriptorOrBuilderpublic int getInt32Value()
int32 int32Value = 4;getInt32Value in interface OpNamespace.ArgDescriptorOrBuilderpublic long getInt64Value()
int64 int64Value = 5;getInt64Value in interface OpNamespace.ArgDescriptorOrBuilderpublic boolean getBoolValue()
bool boolValue = 6;getBoolValue in interface OpNamespace.ArgDescriptorOrBuilderpublic int getDataTypeValueValue()
.org.nd4j.ir.DataType dataTypeValue = 7;getDataTypeValueValue in interface OpNamespace.ArgDescriptorOrBuilderpublic TensorNamespace.DataType getDataTypeValue()
.org.nd4j.ir.DataType dataTypeValue = 7;getDataTypeValue in interface OpNamespace.ArgDescriptorOrBuilderpublic boolean hasInputValue()
.org.nd4j.ir.TensorProto inputValue = 8;hasInputValue in interface OpNamespace.ArgDescriptorOrBuilderpublic TensorNamespace.TensorProto getInputValue()
.org.nd4j.ir.TensorProto inputValue = 8;getInputValue in interface OpNamespace.ArgDescriptorOrBuilderpublic TensorNamespace.TensorProtoOrBuilder getInputValueOrBuilder()
.org.nd4j.ir.TensorProto inputValue = 8;getInputValueOrBuilder in interface OpNamespace.ArgDescriptorOrBuilderpublic boolean hasOutputValue()
.org.nd4j.ir.TensorProto outputValue = 9;hasOutputValue in interface OpNamespace.ArgDescriptorOrBuilderpublic TensorNamespace.TensorProto getOutputValue()
.org.nd4j.ir.TensorProto outputValue = 9;getOutputValue in interface OpNamespace.ArgDescriptorOrBuilderpublic TensorNamespace.TensorProtoOrBuilder getOutputValueOrBuilder()
.org.nd4j.ir.TensorProto outputValue = 9;getOutputValueOrBuilder in interface OpNamespace.ArgDescriptorOrBuilderpublic int getArgTypeValue()
.org.nd4j.ir.ArgDescriptor.ArgType argType = 10;getArgTypeValue in interface OpNamespace.ArgDescriptorOrBuilderpublic OpNamespace.ArgDescriptor.ArgType getArgType()
.org.nd4j.ir.ArgDescriptor.ArgType argType = 10;getArgType in interface OpNamespace.ArgDescriptorOrBuilderpublic int getArgIndex()
int32 argIndex = 11;getArgIndex in interface OpNamespace.ArgDescriptorOrBuilderpublic String getStringValue()
string stringValue = 12;getStringValue in interface OpNamespace.ArgDescriptorOrBuilderpublic org.nd4j.shade.protobuf.ByteString getStringValueBytes()
string stringValue = 12;getStringValueBytes in interface OpNamespace.ArgDescriptorOrBuilderpublic boolean getArgOptional()
bool argOptional = 13;getArgOptional in interface OpNamespace.ArgDescriptorOrBuilderpublic boolean getConvertBoolToInt()
bool convertBoolToInt = 14;getConvertBoolToInt in interface OpNamespace.ArgDescriptorOrBuilderpublic boolean getIsArray()
bool isArray = 15;getIsArray in interface OpNamespace.ArgDescriptorOrBuilderpublic final boolean isInitialized()
isInitialized in interface org.nd4j.shade.protobuf.MessageLiteOrBuilderisInitialized in class org.nd4j.shade.protobuf.GeneratedMessageV3public void writeTo(org.nd4j.shade.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface org.nd4j.shade.protobuf.MessageLitewriteTo in class org.nd4j.shade.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface org.nd4j.shade.protobuf.MessageLitegetSerializedSize in class org.nd4j.shade.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface org.nd4j.shade.protobuf.Messageequals in class org.nd4j.shade.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface org.nd4j.shade.protobuf.MessagehashCode in class org.nd4j.shade.protobuf.AbstractMessagepublic static OpNamespace.ArgDescriptor parseFrom(ByteBuffer data) throws org.nd4j.shade.protobuf.InvalidProtocolBufferException
org.nd4j.shade.protobuf.InvalidProtocolBufferExceptionpublic static OpNamespace.ArgDescriptor parseFrom(ByteBuffer data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry) throws org.nd4j.shade.protobuf.InvalidProtocolBufferException
org.nd4j.shade.protobuf.InvalidProtocolBufferExceptionpublic static OpNamespace.ArgDescriptor parseFrom(org.nd4j.shade.protobuf.ByteString data) throws org.nd4j.shade.protobuf.InvalidProtocolBufferException
org.nd4j.shade.protobuf.InvalidProtocolBufferExceptionpublic static OpNamespace.ArgDescriptor parseFrom(org.nd4j.shade.protobuf.ByteString data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry) throws org.nd4j.shade.protobuf.InvalidProtocolBufferException
org.nd4j.shade.protobuf.InvalidProtocolBufferExceptionpublic static OpNamespace.ArgDescriptor parseFrom(byte[] data) throws org.nd4j.shade.protobuf.InvalidProtocolBufferException
org.nd4j.shade.protobuf.InvalidProtocolBufferExceptionpublic static OpNamespace.ArgDescriptor parseFrom(byte[] data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry) throws org.nd4j.shade.protobuf.InvalidProtocolBufferException
org.nd4j.shade.protobuf.InvalidProtocolBufferExceptionpublic static OpNamespace.ArgDescriptor parseFrom(InputStream input) throws IOException
IOExceptionpublic static OpNamespace.ArgDescriptor parseFrom(InputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static OpNamespace.ArgDescriptor parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static OpNamespace.ArgDescriptor parseDelimitedFrom(InputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static OpNamespace.ArgDescriptor parseFrom(org.nd4j.shade.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static OpNamespace.ArgDescriptor parseFrom(org.nd4j.shade.protobuf.CodedInputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic OpNamespace.ArgDescriptor.Builder newBuilderForType()
newBuilderForType in interface org.nd4j.shade.protobuf.MessagenewBuilderForType in interface org.nd4j.shade.protobuf.MessageLitepublic static OpNamespace.ArgDescriptor.Builder newBuilder()
public static OpNamespace.ArgDescriptor.Builder newBuilder(OpNamespace.ArgDescriptor prototype)
public OpNamespace.ArgDescriptor.Builder toBuilder()
toBuilder in interface org.nd4j.shade.protobuf.MessagetoBuilder in interface org.nd4j.shade.protobuf.MessageLiteprotected OpNamespace.ArgDescriptor.Builder newBuilderForType(org.nd4j.shade.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class org.nd4j.shade.protobuf.GeneratedMessageV3public static OpNamespace.ArgDescriptor getDefaultInstance()
public static org.nd4j.shade.protobuf.Parser<OpNamespace.ArgDescriptor> parser()
public org.nd4j.shade.protobuf.Parser<OpNamespace.ArgDescriptor> getParserForType()
getParserForType in interface org.nd4j.shade.protobuf.MessagegetParserForType in interface org.nd4j.shade.protobuf.MessageLitegetParserForType in class org.nd4j.shade.protobuf.GeneratedMessageV3public OpNamespace.ArgDescriptor getDefaultInstanceForType()
getDefaultInstanceForType in interface org.nd4j.shade.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface org.nd4j.shade.protobuf.MessageOrBuilderCopyright © 2021. All rights reserved.