public final class NameAttrList
A list of attr names and their values. The whole list is attached with a string name. E.g., MatMul[T=float].
tensorflow.NameAttrList type tensorflow.NameAttrList Classes aninhadas
| aula | NameAttrList.Builder | A list of attr names and their values. | |
Constantes
| int | ATTR_FIELD_NUMBER | |
| int | NAME_FIELD_NUMBER |
Métodos Públicos
| boleano | containsAttr (chave String) map<string, .tensorflow.AttrValue> attr = 2; |
| boleano | igual a (objeto obj) |
| Map <String, AttrValue > | getAttr () getAttrMap() vez disso, use getAttrMap() . |
| int | getAttrCount () map<string, .tensorflow.AttrValue> attr = 2; |
| Map <String, AttrValue > | getAttrMap () map<string, .tensorflow.AttrValue> attr = 2; |
| AttrValue | |
| AttrValue | getAttrOrThrow (String key) map<string, .tensorflow.AttrValue> attr = 2; |
| static NameAttrList | |
| NameAttrList | |
| final static com.google.protobuf.Descriptors.Descriptor | |
| Fragmento | getName () string name = 1; |
| com.google.protobuf.ByteString | getNameBytes () string name = 1; |
| int | |
| final com.google.protobuf.UnknownFieldSet | |
| int | hashCode () |
| final booleano | |
| static NameAttrList.Builder | newBuilder (protótipo NameAttrList ) |
| static NameAttrList.Builder | newBuilder () |
| NameAttrList.Builder | |
| static NameAttrList | parseDelimitedFrom (input InputStream) |
| static NameAttrList | parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| static NameAttrList | parseFrom (dados ByteBuffer) |
| static NameAttrList | parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| static NameAttrList | parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| static NameAttrList | parseFrom (com.google.protobuf.CodedInputStream input) |
| static NameAttrList | parseFrom (byte [] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| static NameAttrList | parseFrom (com.google.protobuf.ByteString data) |
| static NameAttrList | parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| static NameAttrList | parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| estático | analisador () |
| NameAttrList.Builder | toBuilder () |
| vazio | writeTo (saída com.google.protobuf.CodedOutputStream) |
Métodos herdados
Constantes
public static final int ATTR_FIELD_NUMBER
Valor constante: 2
public static final int NAME_FIELD_NUMBER
Valor Constante: 1
Métodos Públicos
public boolean containsAttr (String key)
map<string, .tensorflow.AttrValue> attr = 2;
public boolean equals (Object obj)
public int getAttrCount ()
map<string, .tensorflow.AttrValue> attr = 2;
public AttrValue getAttrOrDefault (String key, AttrValue defaultValue)
map<string, .tensorflow.AttrValue> attr = 2;
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public String getName ()
string name = 1;
public com.google.protobuf.ByteString getNameBytes ()
string name = 1;
público getParserForType ()
public int getSerializedSize ()
public final com.google.protobuf.UnknownFieldSet getUnknownFields ()
public int hashCode ()
public final boolean isInitialized ()
public static NameAttrList parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| IOException |
|---|
public static NameAttrList parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| IOException |
|---|
public static NameAttrList parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| InvalidProtocolBufferException |
|---|
public static NameAttrList parseFrom (byte [] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| InvalidProtocolBufferException |
|---|
public static NameAttrList parseFrom (com.google.protobuf.ByteString data)
Lança
| InvalidProtocolBufferException |
|---|
public static NameAttrList parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| IOException |
|---|
public static NameAttrList parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| InvalidProtocolBufferException |
|---|
estática pública analisador ()
public void writeTo (saída com.google.protobuf.CodedOutputStream)
Lança
| IOException |
|---|