NameAttrList

classe 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

Classes aninhadas

aula NomeAttrList.Builder
 A list of attr names and their values. 

Constantes

interno ATTR_FIELD_NUMBER
interno NAME_FIELD_NUMBER

Métodos Públicos

boleano
contémAttr (chave de string)
map<string, .tensorflow.AttrValue> attr = 2;
boleano
é igual (objeto obj)
Mapa<String, AttrValue >
getAttr ()
Use getAttrMap() em vez disso.
interno
getAttrCount ()
map<string, .tensorflow.AttrValue> attr = 2;
Mapa<String, AttrValue >
getAttrMap ()
map<string, .tensorflow.AttrValue> attr = 2;
Valor de atributo
getAttrOrDefault (chave de string, AttrValue defaultValue)
map<string, .tensorflow.AttrValue> attr = 2;
Valor de atributo
getAttrOrThrow (chave de string)
map<string, .tensorflow.AttrValue> attr = 2;
NameAttrList estático
NomeAttrList
final estático com.google.protobuf.Descriptors.Descriptor
Corda
getNome ()
string name = 1;
com.google.protobuf.ByteString
getNomeBytes ()
string name = 1;
interno
final com.google.protobuf.UnknownFieldSet
interno
booleano final
Nome estáticoAttrList.Builder
newBuilder (protótipo NameAttrList )
Nome estáticoAttrList.Builder
NomeAttrList.Builder
NameAttrList estático
parseDelimitedFrom (entrada InputStream)
NameAttrList estático
parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
NameAttrList estático
parseFrom (dados de ByteBuffer)
NameAttrList estático
parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
NameAttrList estático
parseFrom (dados de ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
NameAttrList estático
parseFrom (entrada com.google.protobuf.CodedInputStream)
NameAttrList estático
parseFrom (byte[] dados, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
NameAttrList estático
parseFrom (dados com.google.protobuf.ByteString)
NameAttrList estático
parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
NameAttrList estático
parseFrom (dados com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático
NomeAttrList.Builder
vazio
writeTo (saída com.google.protobuf.CodedOutputStream)

Métodos herdados

Constantes

público estático final int ATTR_FIELD_NUMBER

Valor Constante: 2

int final estático público NAME_FIELD_NUMBER

Valor Constante: 1

Métodos Públicos

public boolean containsAttr (chave String)

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

booleano público é igual (Object obj)

mapa público<String, AttrValue > getAttr ()

Use getAttrMap() em vez disso.

público int getAttrCount ()

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

mapa público<String, AttrValue > getAttrMap ()

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

public AttrValue getAttrOrDefault (chave de string, AttrValue defaultValue)

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

público AttrValue getAttrOrThrow (chave de string)

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

public static NameAttrList getDefaultInstance ()

public NameAttrList getDefaultInstanceForType ()

final estático público com.google.protobuf.Descriptors.Descriptor getDescriptor ()

String pública getNome ()

string name = 1;

público com.google.protobuf.ByteString getNameBytes ()

string name = 1;

público getParserForType ()

público int getSerializedSize ()

final público com.google.protobuf.UnknownFieldSet getUnknownFields ()

hashCode int público ()

público final booleano isInitialized ()

public static NameAttrList.Builder newBuilder (protótipo NameAttrList )

público estático NameAttrList.Builder newBuilder ()

nome públicoAttrList.Builder newBuilderForType ()

public static NameAttrList parseDelimitedFrom (entrada InputStream)

Lança
IOException

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

Lança
IOException

public static NameAttrList parseFrom (dados ByteBuffer)

Lança
InvalidProtocolBufferException

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

Lança
IOException

public static NameAttrList parseFrom (dados ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
InvalidProtocolBufferException

public static NameAttrList parseFrom (entrada com.google.protobuf.CodedInputStream)

Lança
IOException

public static NameAttrList parseFrom (byte[] dados, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
InvalidProtocolBufferException

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

Lança
InvalidProtocolBufferException

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

Lança
IOException

public static NameAttrList parseFrom (dados com.google.protobuf.ByteString, 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