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.
tensorflow.ApiDef.Attr
Clases anidadas
clase | ApiDef.Attr.Builder | Description of the graph-construction-time configuration of this Op. |
Constantes
entero | DEFAULT_VALUE_FIELD_NUMBER | |
entero | DESCRIPTION_FIELD_NUMBER | |
entero | NOMBRE_CAMPO_NÚMERO | |
entero | 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. |
entero | |
com.google.protobuf.UnknownFieldSet final | |
booleano | tiene valor predeterminado () Specify a new default value to use for this attr. |
entero | código hash () |
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 | analizador () |
ApiDef.Attr.Builder | |
vacío | writeTo (salida de com.google.protobuf.CodedOutputStream) |
Métodos heredados
booleano | es igual (Objeto arg0) |
Clase final<?> | obtenerclase () |
entero | código hash () |
vacío final | notificar () |
vacío final | notificar a todos () |
Cadena | a cadena () |
vacío final | esperar (arg0 largo, int arg1) |
vacío final | espera (arg0 largo) |
vacío final | esperar () |
valor de atributo abstracto | obtenerValorPredeterminado () Specify a new default value to use for this attr. |
resumen AttrValueOrBuilder | getDefaultValueOrBuilder () Specify a new default value to use for this attr. |
cadena abstracta | 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. |
resumen 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. |
cadena abstracta | obtenerNombre () string name = 1; |
resumen com.google.protobuf.ByteString | getNombreBytes () string name = 1; |
cadena abstracta | getRenameTo () Change the name used to access this attr in the API from what is used in the GraphDef. |
resumen com.google.protobuf.ByteString | getRenameToBytes () Change the name used to access this attr in the API from what is used in the GraphDef. |
booleano abstracto | tiene valor predeterminado () Specify a new default value to use for this attr. |
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 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 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 ()
escritura vacía pública (salida de com.google.protobuf.CodedOutputStream)
Lanza
IOExcepción |
---|