Package org.nd4j.ir
Interface OpNamespace.ArgDescriptorOrBuilder
-
- All Superinterfaces:
org.nd4j.shade.protobuf.MessageLiteOrBuilder,org.nd4j.shade.protobuf.MessageOrBuilder
- All Known Implementing Classes:
OpNamespace.ArgDescriptor,OpNamespace.ArgDescriptor.Builder
- Enclosing class:
- OpNamespace
public static interface OpNamespace.ArgDescriptorOrBuilder extends org.nd4j.shade.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetArgIndex()int32 argIndex = 11;booleangetArgOptional()bool argOptional = 13;OpNamespace.ArgDescriptor.ArgTypegetArgType().org.nd4j.ir.ArgDescriptor.ArgType argType = 10;intgetArgTypeValue().org.nd4j.ir.ArgDescriptor.ArgType argType = 10;booleangetBoolValue()bool boolValue = 6;booleangetConvertBoolToInt()bool convertBoolToInt = 14;TensorNamespace.DataTypegetDataTypeValue().org.nd4j.ir.DataType dataTypeValue = 7;intgetDataTypeValueValue().org.nd4j.ir.DataType dataTypeValue = 7;doublegetDoubleValue()double doubleValue = 3;floatgetFloatValue()float floatValue = 2;TensorNamespace.TensorProtogetInputValue().org.nd4j.ir.TensorProto inputValue = 8;TensorNamespace.TensorProtoOrBuildergetInputValueOrBuilder().org.nd4j.ir.TensorProto inputValue = 8;intgetInt32Value()int32 int32Value = 4;longgetInt64Value()int64 int64Value = 5;booleangetIsArray()bool isArray = 15;StringgetName()string name = 1;org.nd4j.shade.protobuf.ByteStringgetNameBytes()string name = 1;TensorNamespace.TensorProtogetOutputValue().org.nd4j.ir.TensorProto outputValue = 9;TensorNamespace.TensorProtoOrBuildergetOutputValueOrBuilder().org.nd4j.ir.TensorProto outputValue = 9;StringgetStringValue()string stringValue = 12;org.nd4j.shade.protobuf.ByteStringgetStringValueBytes()string stringValue = 12;booleanhasInputValue().org.nd4j.ir.TensorProto inputValue = 8;booleanhasOutputValue().org.nd4j.ir.TensorProto outputValue = 9;-
Methods inherited from interface org.nd4j.shade.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getName
String getName()
string name = 1;- Returns:
- The name.
-
getNameBytes
org.nd4j.shade.protobuf.ByteString getNameBytes()
string name = 1;- Returns:
- The bytes for name.
-
getFloatValue
float getFloatValue()
float floatValue = 2;- Returns:
- The floatValue.
-
getDoubleValue
double getDoubleValue()
double doubleValue = 3;- Returns:
- The doubleValue.
-
getInt32Value
int getInt32Value()
int32 int32Value = 4;- Returns:
- The int32Value.
-
getInt64Value
long getInt64Value()
int64 int64Value = 5;- Returns:
- The int64Value.
-
getBoolValue
boolean getBoolValue()
bool boolValue = 6;- Returns:
- The boolValue.
-
getDataTypeValueValue
int getDataTypeValueValue()
.org.nd4j.ir.DataType dataTypeValue = 7;- Returns:
- The enum numeric value on the wire for dataTypeValue.
-
getDataTypeValue
TensorNamespace.DataType getDataTypeValue()
.org.nd4j.ir.DataType dataTypeValue = 7;- Returns:
- The dataTypeValue.
-
hasInputValue
boolean hasInputValue()
.org.nd4j.ir.TensorProto inputValue = 8;- Returns:
- Whether the inputValue field is set.
-
getInputValue
TensorNamespace.TensorProto getInputValue()
.org.nd4j.ir.TensorProto inputValue = 8;- Returns:
- The inputValue.
-
getInputValueOrBuilder
TensorNamespace.TensorProtoOrBuilder getInputValueOrBuilder()
.org.nd4j.ir.TensorProto inputValue = 8;
-
hasOutputValue
boolean hasOutputValue()
.org.nd4j.ir.TensorProto outputValue = 9;- Returns:
- Whether the outputValue field is set.
-
getOutputValue
TensorNamespace.TensorProto getOutputValue()
.org.nd4j.ir.TensorProto outputValue = 9;- Returns:
- The outputValue.
-
getOutputValueOrBuilder
TensorNamespace.TensorProtoOrBuilder getOutputValueOrBuilder()
.org.nd4j.ir.TensorProto outputValue = 9;
-
getArgTypeValue
int getArgTypeValue()
.org.nd4j.ir.ArgDescriptor.ArgType argType = 10;- Returns:
- The enum numeric value on the wire for argType.
-
getArgType
OpNamespace.ArgDescriptor.ArgType getArgType()
.org.nd4j.ir.ArgDescriptor.ArgType argType = 10;- Returns:
- The argType.
-
getArgIndex
int getArgIndex()
int32 argIndex = 11;- Returns:
- The argIndex.
-
getStringValue
String getStringValue()
string stringValue = 12;- Returns:
- The stringValue.
-
getStringValueBytes
org.nd4j.shade.protobuf.ByteString getStringValueBytes()
string stringValue = 12;- Returns:
- The bytes for stringValue.
-
getArgOptional
boolean getArgOptional()
bool argOptional = 13;- Returns:
- The argOptional.
-
getConvertBoolToInt
boolean getConvertBoolToInt()
bool convertBoolToInt = 14;- Returns:
- The convertBoolToInt.
-
getIsArray
boolean getIsArray()
bool isArray = 15;- Returns:
- The isArray.
-
-