ApiDef.Attr

clase final estática pública ApiDef.Attr

 Description of the graph-construction-time configuration of this
 Op.  That is to say, this describes the attr fields that will
 be specified in the NodeDef.
 
Protobuf tipo tensorflow.ApiDef.Attr

Clases anidadas

clase ApiDef.Attr.Builder
 Description of the graph-construction-time configuration of this
 Op. 

Constantes

En t DEFAULT_VALUE_FIELD_NUMBER
En t DESCRIPTION_FIELD_NUMBER
En t NOMBRE_CAMPO_NÚMERO
En t RENAME_TO_FIELD_NUMBER

Métodos públicos

booleano
es igual (Objeto obj)
ApiDef.Attr estático
ApiDef.Attr
ValorAtributo
obtenerValorPredeterminado ()
 Specify a new default value to use for this attr.
AttrValueOrBuilder
getDefaultValueOrBuilder ()
 Specify a new default value to use for this attr.
Cadena
obtener descripción ()
 Note: this will replace any inherited attr doc, there is no current
 way of modifying attr descriptions as can be done with op descriptions.
com.google.protobuf.ByteString
obtenerDescripciónBytes ()
 Note: this will replace any inherited attr doc, there is no current
 way of modifying attr descriptions as can be done with op descriptions.
com.google.protobuf.Descriptors.Descriptor estático final
Cadena
obtenerNombre ()
string name = 1;
com.google.protobuf.ByteString
getNombreBytes ()
string name = 1;
Cadena
getRenameTo ()
 Change the name used to access this attr in the API from what
 is used in the GraphDef.
com.google.protobuf.ByteString
getRenameToBytes ()
 Change the name used to access this attr in the API from what
 is used in the GraphDef.
En t
com.google.protobuf.UnknownFieldSet final
booleano
tiene valor predeterminado ()
 Specify a new default value to use for this attr.
En t
booleano final
ApiDef.Attr.Builder estático
newBuilder (prototipo ApiDef.Attr )
ApiDef.Attr.Builder estático
ApiDef.Attr.Builder
ApiDef.Attr estático
parseDelimitedFrom (entrada de InputStream)
ApiDef.Attr estático
parseDelimitedFrom (entrada de InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ApiDef.Attr estático
parseFrom (datos de ByteBuffer)
ApiDef.Attr estático
parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensiónRegistry)
ApiDef.Attr estático
parseFrom (datos de ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ApiDef.Attr estático
parseFrom (entrada com.google.protobuf.CodedInputStream)
ApiDef.Attr estático
parseFrom (byte[] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ApiDef.Attr estático
parseFrom (datos com.google.protobuf.ByteString)
ApiDef.Attr estático
parseFrom (entrada de InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ApiDef.Attr estático
parseFrom (com.google.protobuf.ByteString datos, com.google.protobuf.ExtensionRegistryLite extensiónRegistry)
estático
ApiDef.Attr.Builder
vacío
writeTo (salida de com.google.protobuf.CodedOutputStream)

Métodos heredados

Constantes

int final estático público DEFAULT_VALUE_FIELD_NUMBER

Valor constante: 3

int final estático público DESCRIPTION_FIELD_NUMBER

Valor constante: 4

público estático final int NAME_FIELD_NUMBER

Valor constante: 1

int final estático público RENAME_TO_FIELD_NUMBER

Valor constante: 2

Métodos públicos

público booleano es igual (Objeto obj)

público estático ApiDef.Attr getDefaultInstance ()

público ApiDef.Attr getDefaultInstanceForType ()

público AttrValue getDefaultValue ()

 Specify a new default value to use for this attr.  This default
 will be used when creating new graphs, as opposed to the
 default in the OpDef, which will be used when interpreting old
 GraphDefs.
 
.tensorflow.AttrValue default_value = 3;

público AttrValueOrBuilder getDefaultValueOrBuilder ()

 Specify a new default value to use for this attr.  This default
 will be used when creating new graphs, as opposed to the
 default in the OpDef, which will be used when interpreting old
 GraphDefs.
 
.tensorflow.AttrValue default_value = 3;

cadena pública getDescription ()

 Note: this will replace any inherited attr doc, there is no current
 way of modifying attr descriptions as can be done with op descriptions.
 
string description = 4;

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

 Note: this will replace any inherited attr doc, there is no current
 way of modifying attr descriptions as can be done with op descriptions.
 
string description = 4;

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

cadena pública getName ()

string name = 1;

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

string name = 1;

público getParserForType ()

cadena pública getRenameTo ()

 Change the name used to access this attr in the API from what
 is used in the GraphDef.  Note that these names in `backticks`
 will also be replaced in the summary & description fields.
 
string rename_to = 2;

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

 Change the name used to access this attr in the API from what
 is used in the GraphDef.  Note that these names in `backticks`
 will also be replaced in the summary & description fields.
 
string rename_to = 2;

público int getSerializedSize ()

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

hasDefaultValue público booleano ()

 Specify a new default value to use for this attr.  This default
 will be used when creating new graphs, as opposed to the
 default in the OpDef, which will be used when interpreting old
 GraphDefs.
 
.tensorflow.AttrValue default_value = 3;

código hash int público ()

público final booleano isInitialized ()

público estático ApiDef.Attr.Builder newBuilder (prototipo ApiDef.Attr )

público estático ApiDef.Attr.Builder newBuilder ()

público ApiDef.Attr.Builder newBuilderForType ()

pública estática ApiDef.Attr parseDelimitedFrom (entrada de InputStream)

Lanza
IOExcepción

público estático ApiDef.Attr parseDelimitedFrom (entrada de InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
IOExcepción

público estático ApiDef.Attr parseFrom (datos ByteBuffer)

Lanza
Excepción de buffer de protocolo no válido

público estático ApiDef.Attr parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
IOExcepción

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

Lanza
Excepción de buffer de protocolo no válido

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

Lanza
IOExcepción

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

Lanza
Excepción de buffer de protocolo no válido

público estático ApiDef.Attr parseFrom (datos com.google.protobuf.ByteString)

Lanza
Excepción de buffer de protocolo no válido

público estático ApiDef.Attr parseFrom (entrada de InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
IOExcepción

público estático ApiDef.Attr parseFrom (datos com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
Excepción de buffer de protocolo no válido

estática pública analizador ()

público ApiDef.Attr.Builder toBuilder ()

escritura vacía pública (salida de com.google.protobuf.CodedOutputStream)

Lanza
IOExcepción