public static interface ApiDef.ArgOrBuilder
extends org.nd4j.shade.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Note: this will replace any inherited arg doc.
|
org.nd4j.shade.protobuf.ByteString |
getDescriptionBytes()
Note: this will replace any inherited arg doc.
|
String |
getName()
string name = 1; |
org.nd4j.shade.protobuf.ByteString |
getNameBytes()
string name = 1; |
String |
getRenameTo()
Change the name used to access this arg in the API from what
is used in the GraphDef.
|
org.nd4j.shade.protobuf.ByteString |
getRenameToBytes()
Change the name used to access this arg in the API from what
is used in the GraphDef.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
String getName()
string name = 1;
org.nd4j.shade.protobuf.ByteString getNameBytes()
string name = 1;
String getRenameTo()
Change the name used to access this arg in the API from what is used in the GraphDef. Note that these names in `backticks` will also be replaced in the summary & description fields.
string rename_to = 2;
org.nd4j.shade.protobuf.ByteString getRenameToBytes()
Change the name used to access this arg in the API from what is used in the GraphDef. Note that these names in `backticks` will also be replaced in the summary & description fields.
string rename_to = 2;
String getDescription()
Note: this will replace any inherited arg doc. There is no current way of modifying arg descriptions (other than replacing them entirely) as can be done with op descriptions.
string description = 3;
org.nd4j.shade.protobuf.ByteString getDescriptionBytes()
Note: this will replace any inherited arg doc. There is no current way of modifying arg descriptions (other than replacing them entirely) as can be done with op descriptions.
string description = 3;
Copyright © 2019. All rights reserved.