NameAttrList

clase final pública NameAttrList

 A list of attr names and their values. The whole list is attached
 with a string name.  E.g., MatMul[T=float].
 
Protobuf tipo tensorflow.NameAttrList

Clases anidadas

clase NameAttrList.Builder
 A list of attr names and their values. 

Constantes

En t ATTR_FIELD_NUMBER
En t NAME_FIELD_NUMBER

Métodos públicos

booleano
containsAttr (clave de cadena)
map<string, .tensorflow.AttrValue> attr = 2;
booleano
es igual a (Objeto obj)
Mapa <String, AttrValue >
getAttr ()
Utilice getAttrMap() lugar.
En t
getAttrCount ()
map<string, .tensorflow.AttrValue> attr = 2;
Mapa <String, AttrValue >
getAttrMap ()
map<string, .tensorflow.AttrValue> attr = 2;
AttrValue
getAttrOrDefault (clave de cadena, AttrValue defaultValue )
map<string, .tensorflow.AttrValue> attr = 2;
AttrValue
getAttrOrThrow (clave de cadena)
map<string, .tensorflow.AttrValue> attr = 2;
estática NameAttrList
NameAttrList
com.google.protobuf.Descriptors.Descriptor estático final
Cuerda
getName ()
string name = 1;
com.google.protobuf.ByteString
getNameBytes ()
string name = 1;
En t
final com.google.protobuf.UnknownFieldSet
En t
booleano final
estático NameAttrList.Builder
newBuilder (prototipo NameAttrList )
estático NameAttrList.Builder
NameAttrList.Builder
estática NameAttrList
parseDelimitedFrom (entrada InputStream)
estática NameAttrList
parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estática NameAttrList
parseFrom (datos ByteBuffer)
estática NameAttrList
parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estática NameAttrList
parseFrom (datos ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estática NameAttrList
parseFrom (entrada com.google.protobuf.CodedInputStream)
estática NameAttrList
parseFrom (byte [] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estática NameAttrList
parseFrom (datos com.google.protobuf.ByteString)
estática NameAttrList
parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estática NameAttrList
parseFrom (datos com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático
NameAttrList.Builder
vacío
writeTo (salida de com.google.protobuf.CodedOutputStream)

Métodos heredados

Constantes

público estático 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 (clave de cadena)

map<string, .tensorflow.AttrValue> attr = 2;

public boolean es igual a (Object obj)

public Map <String, AttrValue > getAttr ()

Utilice getAttrMap() lugar.

public int getAttrCount ()

map<string, .tensorflow.AttrValue> attr = 2;

public Map <String, AttrValue > getAttrMap ()

map<string, .tensorflow.AttrValue> attr = 2;

public AttrValue getAttrOrDefault (clave de cadena, AttrValue defaultValue )

map<string, .tensorflow.AttrValue> attr = 2;

public AttrValue getAttrOrThrow (clave de cadena)

map<string, .tensorflow.AttrValue> attr = 2;

public static NameAttrList getDefaultInstance ()

public NameAttrList getDefaultInstanceForType ()

público estático 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.Builder newBuilder (prototipo NameAttrList )

public static NameAttrList.Builder newBuilder ()

public NameAttrList.Builder newBuilderForType ()

Public static NameAttrList parseDelimitedFrom (entrada InputStream)

Lanza
IOException

Public static NameAttrList parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
IOException

público estático NameAttrList parseFrom (datos ByteBuffer)

Lanza
InvalidProtocolBufferException

Public static NameAttrList parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
IOException

público estático NameAttrList parseFrom (datos de ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
InvalidProtocolBufferException

público estático NameAttrList parseFrom (entrada com.google.protobuf.CodedInputStream)

Lanza
IOException

público estático NameAttrList parseFrom (byte [] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
InvalidProtocolBufferException

público estático NameAttrList parseFrom (datos de com.google.protobuf.ByteString)

Lanza
InvalidProtocolBufferException

Public static NameAttrList parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
IOException

Public static NameAttrList parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
InvalidProtocolBufferException

público estático analizador ()

public NameAttrList.Builder toBuilder ()

public void writeTo (salida de com.google.protobuf.CodedOutputStream)

Lanza
IOException