public static final class
ApiDef.Arg
Protobuf type tensorflow.ApiDef.Arg
Nested Classes
class | ApiDef.Arg.Builder | Protobuf type tensorflow.ApiDef.Arg
|
Constants
int | DESCRIPTION_FIELD_NUMBER | |
int | NAME_FIELD_NUMBER | |
int | RENAME_TO_FIELD_NUMBER |
Public Methods
boolean |
equals(Object obj)
|
static ApiDef.Arg | |
ApiDef.Arg | |
String |
getDescription()
Note: this will replace any inherited arg doc. |
com.google.protobuf.ByteString |
getDescriptionBytes()
Note: this will replace any inherited arg doc. |
final static com.google.protobuf.Descriptors.Descriptor | |
String |
getName()
string name = 1;
|
com.google.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. |
com.google.protobuf.ByteString |
getRenameToBytes()
Change the name used to access this arg in the API from what is used in the GraphDef. |
int | |
final com.google.protobuf.UnknownFieldSet | |
int |
hashCode()
|
final boolean | |
static ApiDef.Arg.Builder |
newBuilder(ApiDef.Arg prototype)
|
static ApiDef.Arg.Builder | |
ApiDef.Arg.Builder | |
static ApiDef.Arg |
parseDelimitedFrom(InputStream input)
|
static ApiDef.Arg |
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static ApiDef.Arg |
parseFrom(ByteBuffer data)
|
static ApiDef.Arg |
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static ApiDef.Arg |
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static ApiDef.Arg |
parseFrom(com.google.protobuf.CodedInputStream input)
|
static ApiDef.Arg |
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static ApiDef.Arg |
parseFrom(com.google.protobuf.ByteString data)
|
static ApiDef.Arg |
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static ApiDef.Arg |
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static
|
parser()
|
ApiDef.Arg.Builder | |
void |
writeTo(com.google.protobuf.CodedOutputStream output)
|
Inherited Methods
Constants
public static final int DESCRIPTION_FIELD_NUMBER
Constant Value:
3
public static final int NAME_FIELD_NUMBER
Constant Value:
1
public static final int RENAME_TO_FIELD_NUMBER
Constant Value:
2
Public Methods
public boolean equals (Object obj)
public 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;
public com.google.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;
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public String getName ()
string name = 1;
public com.google.protobuf.ByteString getNameBytes ()
string name = 1;
public
getParserForType
()
public 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;
public com.google.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;
public int getSerializedSize ()
public final com.google.protobuf.UnknownFieldSet getUnknownFields ()
public int hashCode ()
public final boolean isInitialized ()
public static ApiDef.Arg parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
IOException |
---|
public static ApiDef.Arg parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
IOException |
---|
public static ApiDef.Arg parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
InvalidProtocolBufferException |
---|
public static ApiDef.Arg parseFrom (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
InvalidProtocolBufferException |
---|
public static ApiDef.Arg parseFrom (com.google.protobuf.ByteString data)
Throws
InvalidProtocolBufferException |
---|
public static ApiDef.Arg parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
IOException |
---|
public static ApiDef.Arg parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
InvalidProtocolBufferException |
---|
public
static
parser
()
public void writeTo (com.google.protobuf.CodedOutputStream output)
Throws
IOException |
---|