ApiDef.AttrOrBuilder

interfaz estática pública ApiDef.AttrOrBuilder
Subclases indirectas conocidas

Métodos públicos

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.

Métodos públicos

resumen 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;

resumen 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 abstracta 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;

resumen 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;

Cadena abstracta pública getName ()

string name = 1;

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

string name = 1;

Cadena abstracta 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;

resumen 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;

hasDefaultValue booleano abstracto público ()

 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;