public static interface OpNamespace.ArgDescriptorOrBuilder
extends org.nd4j.shade.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
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; |
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; |
String |
getStringValue()
string stringValue = 12; |
org.nd4j.shade.protobuf.ByteString |
getStringValueBytes()
string stringValue = 12; |
boolean |
hasInputValue()
.org.nd4j.ir.TensorProto inputValue = 8; |
boolean |
hasOutputValue()
.org.nd4j.ir.TensorProto outputValue = 9; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
string name = 1;org.nd4j.shade.protobuf.ByteString getNameBytes()
string name = 1;float getFloatValue()
float floatValue = 2;double getDoubleValue()
double doubleValue = 3;int getInt32Value()
int32 int32Value = 4;long getInt64Value()
int64 int64Value = 5;boolean getBoolValue()
bool boolValue = 6;int getDataTypeValueValue()
.org.nd4j.ir.DataType dataTypeValue = 7;TensorNamespace.DataType getDataTypeValue()
.org.nd4j.ir.DataType dataTypeValue = 7;boolean hasInputValue()
.org.nd4j.ir.TensorProto inputValue = 8;TensorNamespace.TensorProto getInputValue()
.org.nd4j.ir.TensorProto inputValue = 8;TensorNamespace.TensorProtoOrBuilder getInputValueOrBuilder()
.org.nd4j.ir.TensorProto inputValue = 8;boolean hasOutputValue()
.org.nd4j.ir.TensorProto outputValue = 9;TensorNamespace.TensorProto getOutputValue()
.org.nd4j.ir.TensorProto outputValue = 9;TensorNamespace.TensorProtoOrBuilder getOutputValueOrBuilder()
.org.nd4j.ir.TensorProto outputValue = 9;int getArgTypeValue()
.org.nd4j.ir.ArgDescriptor.ArgType argType = 10;OpNamespace.ArgDescriptor.ArgType getArgType()
.org.nd4j.ir.ArgDescriptor.ArgType argType = 10;int getArgIndex()
int32 argIndex = 11;String getStringValue()
string stringValue = 12;org.nd4j.shade.protobuf.ByteString getStringValueBytes()
string stringValue = 12;boolean getArgOptional()
bool argOptional = 13;boolean getConvertBoolToInt()
bool convertBoolToInt = 14;boolean getIsArray()
bool isArray = 15;Copyright © 2021. All rights reserved.