ApiDef.Attr.Builder

clase final estática pública ApiDef.Attr.Builder

 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

Métodos públicos

ApiDef.Attr.Builder
addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto)
ApiDef.Attr
ApiDef.Attr
ApiDef.Attr.Builder
claro ()
ApiDef.Attr.Builder
borrar valor predeterminado ()
 Specify a new default value to use for this attr.
ApiDef.Attr.Builder
borrarDescripció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.
ApiDef.Attr.Builder
clearField (campo com.google.protobuf.Descriptors.FieldDescriptor)
ApiDef.Attr.Builder
borrar nombre ()
string name = 1;
ApiDef.Attr.Builder
clearOneof (com.google.protobuf.Descriptors.OneofDescriptor uno de)
ApiDef.Attr.Builder
borrarRenombrarA ()
 Change the name used to access this attr in the API from what
 is used in the GraphDef.
ApiDef.Attr.Builder
clonar ()
ApiDef.Attr
ValorAtributo
obtenerValorPredeterminado ()
 Specify a new default value to use for this attr.
AttrValue.Constructor
getDefaultValueBuilder ()
 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
com.google.protobuf.Descriptors.Descriptor
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.
booleano
tiene valor predeterminado ()
 Specify a new default value to use for this attr.
booleano final
ApiDef.Attr.Builder
mergeDefaultValue (valor AttrValue )
 Specify a new default value to use for this attr.
ApiDef.Attr.Builder
mergeFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensiónRegistry)
ApiDef.Attr.Builder
mergeFrom (com.google.protobuf.Message otro)
ApiDef.Attr.Builder final
mergeUnknownFields (com.google.protobuf.UnknownFieldSet desconocidoFields)
ApiDef.Attr.Builder
setDefaultValue ( AttrValue.Builder constructorForValue)
 Specify a new default value to use for this attr.
ApiDef.Attr.Builder
setDefaultValue (valor AttrValue )
 Specify a new default value to use for this attr.
ApiDef.Attr.Builder
setDescription (valor de cadena)
 Note: this will replace any inherited attr doc, there is no current
 way of modifying attr descriptions as can be done with op descriptions.
ApiDef.Attr.Builder
setDescriptionBytes (valor com.google.protobuf.ByteString)
 Note: this will replace any inherited attr doc, there is no current
 way of modifying attr descriptions as can be done with op descriptions.
ApiDef.Attr.Builder
setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto)
ApiDef.Attr.Builder
setName (valor de cadena)
string name = 1;
ApiDef.Attr.Builder
setNameBytes (valor com.google.protobuf.ByteString)
string name = 1;
ApiDef.Attr.Builder
setRenameTo (valor de cadena)
 Change the name used to access this attr in the API from what
 is used in the GraphDef.
ApiDef.Attr.Builder
setRenameToBytes (valor com.google.protobuf.ByteString)
 Change the name used to access this attr in the API from what
 is used in the GraphDef.
ApiDef.Attr.Builder
setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, índice int, valor del objeto)
ApiDef.Attr.Builder final
setUnknownFields (com.google.protobuf.UnknownFieldSet desconocidoFields)

Métodos heredados

Métodos públicos

público ApiDef.Attr.Builder addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto)

compilación pública ApiDef.Attr ()

público ApiDef.Attr buildPartial ()

público ApiDef.Attr.Builder claro ()

público ApiDef.Attr.Builder clearDefaultValue ()

 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ública ApiDef.Attr.Builder clearDescription ()

 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 ApiDef.Attr.Builder clearField (campo com.google.protobuf.Descriptors.FieldDescriptor)

público ApiDef.Attr.Builder clearName ()

string name = 1;

público ApiDef.Attr.Builder clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)

público ApiDef.Attr.Builder clearRenameTo ()

 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;

clon público de ApiDef.Attr.Builder ()

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 AttrValue.Builder getDefaultValueBuilder ()

 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 ()

público com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()

cadena pública getName ()

string name = 1;

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

string name = 1;

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;

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;

público final booleano isInitialized ()

público ApiDef.Attr.Builder mergeDefaultValue (valor AttrValue )

 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 ApiDef.Attr.Builder mergeFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensiónRegistry)

Lanza
IOExcepción

público ApiDef.Attr.Builder mergeFrom (com.google.protobuf.Message otro)

público final ApiDef.Attr.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet desconocidoFields)

público ApiDef.Attr.Builder setDefaultValue ( AttrValue.Builder builderForValue)

 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 ApiDef.Attr.Builder setDefaultValue (valor AttrValue )

 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;

public ApiDef.Attr.Builder setDescription (valor de cadena)

 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 ApiDef.Attr.Builder setDescriptionBytes (valor com.google.protobuf.ByteString)

 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 ApiDef.Attr.Builder setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto)

público ApiDef.Attr.Builder setName (valor de cadena)

string name = 1;

público ApiDef.Attr.Builder setNameBytes (valor com.google.protobuf.ByteString)

string name = 1;

público ApiDef.Attr.Builder setRenameTo (valor de cadena)

 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 ApiDef.Attr.Builder setRenameToBytes (valor com.google.protobuf.ByteString)

 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 ApiDef.Attr.Builder setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, índice int, valor del objeto)

público final ApiDef.Attr.Builder setUnknownFields (com.google.protobuf.UnknownFieldSet desconocidoFields)