public static final class
FunctionDef.ArgAttrs
Attributes for function arguments. These attributes are the same set of valid attributes as to _Arg nodes.
tensorflow.FunctionDef.ArgAttrs
Nested Classes
class | FunctionDef.ArgAttrs.Builder | Attributes for function arguments. |
Constants
int | ATTR_FIELD_NUMBER |
Public Methods
boolean |
containsAttr(String key)
map<string, .tensorflow.AttrValue> attr = 1;
|
boolean |
equals(Object obj)
|
Map<String, AttrValue> |
getAttr()
Use
getAttrMap() instead. |
int |
getAttrCount()
map<string, .tensorflow.AttrValue> attr = 1;
|
Map<String, AttrValue> |
getAttrMap()
map<string, .tensorflow.AttrValue> attr = 1;
|
AttrValue | |
AttrValue |
getAttrOrThrow(String key)
map<string, .tensorflow.AttrValue> attr = 1;
|
static FunctionDef.ArgAttrs | |
FunctionDef.ArgAttrs | |
final static com.google.protobuf.Descriptors.Descriptor | |
|
|
int | |
final com.google.protobuf.UnknownFieldSet | |
int |
hashCode()
|
final boolean | |
static FunctionDef.ArgAttrs.Builder | |
static FunctionDef.ArgAttrs.Builder |
newBuilder(FunctionDef.ArgAttrs prototype)
|
FunctionDef.ArgAttrs.Builder | |
static FunctionDef.ArgAttrs |
parseDelimitedFrom(InputStream input)
|
static FunctionDef.ArgAttrs |
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static FunctionDef.ArgAttrs |
parseFrom(ByteBuffer data)
|
static FunctionDef.ArgAttrs |
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static FunctionDef.ArgAttrs |
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static FunctionDef.ArgAttrs |
parseFrom(com.google.protobuf.CodedInputStream input)
|
static FunctionDef.ArgAttrs |
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static FunctionDef.ArgAttrs |
parseFrom(com.google.protobuf.ByteString data)
|
static FunctionDef.ArgAttrs |
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static FunctionDef.ArgAttrs |
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static
|
parser()
|
FunctionDef.ArgAttrs.Builder | |
void |
writeTo(com.google.protobuf.CodedOutputStream output)
|
Inherited Methods
Constants
public static final int ATTR_FIELD_NUMBER
Constant Value:
1
Public Methods
public boolean containsAttr (String key)
map<string, .tensorflow.AttrValue> attr = 1;
public boolean equals (Object obj)
public int getAttrCount ()
map<string, .tensorflow.AttrValue> attr = 1;
public AttrValue getAttrOrDefault (String key, AttrValue defaultValue)
map<string, .tensorflow.AttrValue> attr = 1;
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public
getParserForType
()
public int getSerializedSize ()
public final com.google.protobuf.UnknownFieldSet getUnknownFields ()
public int hashCode ()
public final boolean isInitialized ()
public static FunctionDef.ArgAttrs parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
IOException |
---|
public static FunctionDef.ArgAttrs parseFrom (ByteBuffer data)
Throws
InvalidProtocolBufferException |
---|
public static FunctionDef.ArgAttrs parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
IOException |
---|
public static FunctionDef.ArgAttrs parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
InvalidProtocolBufferException |
---|
public static FunctionDef.ArgAttrs parseFrom (com.google.protobuf.CodedInputStream input)
Throws
IOException |
---|
public static FunctionDef.ArgAttrs parseFrom (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
InvalidProtocolBufferException |
---|
public static FunctionDef.ArgAttrs parseFrom (com.google.protobuf.ByteString data)
Throws
InvalidProtocolBufferException |
---|
public static FunctionDef.ArgAttrs parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
IOException |
---|
public static FunctionDef.ArgAttrs 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 |
---|