FunctionDef.ArgAttrs

classe final estática pública FunctionDef.ArgAttrs

 Attributes for function arguments. These attributes are the same set of
 valid attributes as to _Arg nodes.
 
Tipo de protobuf tensorflow.FunctionDef.ArgAttrs

Classes aninhadas

aula FunctionDef.ArgAttrs.Builder
 Attributes for function arguments. 

Constantes

Métodos Públicos

booleano
contémAttr (chave de string)
map<string, .tensorflow.AttrValue> attr = 1;
booleano
é igual (objeto obj)
Mapa<String, AttrValue >
getAttr ()
Use getAttrMap() em vez disso.
interno
getAttrCount ()
map<string, .tensorflow.AttrValue> attr = 1;
Mapa<String, AttrValue >
getAttrMap ()
map<string, .tensorflow.AttrValue> attr = 1;
ValorAtributo
getAttrOrDefault (chave de string, AttrValue defaultValue)
map<string, .tensorflow.AttrValue> attr = 1;
ValorAtributo
getAttrOrThrow (chave de string)
map<string, .tensorflow.AttrValue> attr = 1;
Função estáticaDef.ArgAttrs
FunçãoDef.ArgAttrs
final estático com.google.protobuf.Descriptors.Descriptor
interno
final com.google.protobuf.UnknownFieldSet
interno
booleano final
FunctionDef.ArgAttrs.Builder estático
FunctionDef.ArgAttrs.Builder estático
FunctionDef.ArgAttrs.Builder
Função estáticaDef.ArgAttrs
parseDelimitedFrom (entrada InputStream)
Função estáticaDef.ArgAttrs
parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Função estáticaDef.ArgAttrs
parseFrom (dados de ByteBuffer)
Função estáticaDef.ArgAttrs
parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Função estáticaDef.ArgAttrs
parseFrom (dados de ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Função estáticaDef.ArgAttrs
parseFrom (entrada com.google.protobuf.CodedInputStream)
Função estáticaDef.ArgAttrs
parseFrom (byte[] dados, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Função estáticaDef.ArgAttrs
parseFrom (dados com.google.protobuf.ByteString)
Função estáticaDef.ArgAttrs
parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Função estáticaDef.ArgAttrs
parseFrom (dados com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático
FunctionDef.ArgAttrs.Builder
vazio
writeTo (saída com.google.protobuf.CodedOutputStream)

Métodos herdados

booleano
é igual (objeto arg0)
aula final<?>
getClass ()
interno
código hash ()
vazio final
notificar ()
vazio final
notificar todos ()
Corda
toString ()
vazio final
espere (long arg0, int arg1)
vazio final
espere (arg0 longo)
vazio final
espere ()
org.tensorflow.proto.framework.FunctionDef.ArgAttrsOrBuilder
booleano abstrato
contémAttr (chave de string)
map<string, .tensorflow.AttrValue> attr = 1;
mapa abstrato<String, AttrValue >
getAttr ()
Use getAttrMap() em vez disso.
abstrato int
getAttrCount ()
map<string, .tensorflow.AttrValue> attr = 1;
mapa abstrato<String, AttrValue >
getAttrMap ()
map<string, .tensorflow.AttrValue> attr = 1;
valor de atributo abstrato
getAttrOrDefault (chave de string, AttrValue defaultValue)
map<string, .tensorflow.AttrValue> attr = 1;
valor de atributo abstrato
getAttrOrThrow (chave de string)
map<string, .tensorflow.AttrValue> attr = 1;

Constantes

público estático final int ATTR_FIELD_NUMBER

Valor Constante: 1

Métodos Públicos

public boolean containsAttr (chave String)

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

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 = 1;

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

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

public AttrValue getAttrOrDefault (chave de string, AttrValue defaultValue)

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

público AttrValue getAttrOrThrow (chave de string)

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

função estática públicaDef.ArgAttrs getDefaultInstance ()

public FunctionDef.ArgAttrs getDefaultInstanceForType ()

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

público getParserForType ()

público int getSerializedSize ()

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

hashCode int público ()

público final booleano isInitialized ()

função estática públicaDef.ArgAttrs.Builder newBuilder ()

public static FunctionDef.ArgAttrs.Builder newBuilder ( protótipo FunctionDef.ArgAttrs )

função públicaDef.ArgAttrs.Builder newBuilderForType ()

public static FunctionDef.ArgAttrs parseDelimitedFrom (entrada InputStream)

Lança
IOException

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

Lança
IOException

public static FunctionDef.ArgAttrs parseFrom (dados ByteBuffer)

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

public static FunctionDef.ArgAttrs parseFrom (entrada com.google.protobuf.CodedInputStream)

Lança
IOException

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

Lança
InvalidProtocolBufferException

public static FunctionDef.ArgAttrs parseFrom (dados com.google.protobuf.ByteString)

Lança
InvalidProtocolBufferException

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

Lança
IOException

public static FunctionDef.ArgAttrs parseFrom (dados com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
InvalidProtocolBufferException

estática pública analisador ()

Função públicaDef.ArgAttrs.Builder toBuilder ()

public void writeTo (saída com.google.protobuf.CodedOutputStream)

Lança
IOException