ApiDef.Attr.Builder

classe 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 do objeto)
ApiDef.Attr
ApiDef.Attr
ApiDef.Attr.Builder
claro ()
ApiDef.Attr.Builder
clearDefaultValue ()
 Specify a new default value to use for this attr.
ApiDef.Attr.Builder
limparDescrição ()
 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
limparNome ()
string name = 1;
ApiDef.Attr.Builder
clearOneof (com.google.protobuf.Descriptors.OneofDescriptor umof)
ApiDef.Attr.Builder
limparRenameTo ()
 Change the name used to access this attr in the API from what
 is used in the GraphDef.
ApiDef.Attr.Builder
clonar ()
ApiDef.Attr
Valor de atributo
getDefaultValue ()
 Specify a new default value to use for this attr.
AttrValue.Builder
getDefaultValueBuilder ()
 Specify a new default value to use for this attr.
AttrValueOrBuilder
getDefaultValueOrBuilder ()
 Specify a new default value to use for this attr.
Corda
getDescrição ()
 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
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.
final estático com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
Corda
getNome ()
string name = 1;
com.google.protobuf.ByteString
getNomeBytes ()
string name = 1;
Corda
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.
boleano
hasDefaultValue ()
 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 extensionRegistry)
ApiDef.Attr.Builder
mergeFrom (com.google.protobuf.Message outro)
final ApiDef.Attr.Builder
mesclarUnknownFields (com.google.protobuf.UnknownFieldSet desconhecidoFields)
ApiDef.Attr.Builder
setDefaultValue ( AttrValue.Builder construtorForValue)
 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 da string)
 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 do objeto)
ApiDef.Attr.Builder
setName (valor da string)
string name = 1;
ApiDef.Attr.Builder
setNameBytes (valor com.google.protobuf.ByteString)
string name = 1;
ApiDef.Attr.Builder
setRenameTo (valor da string)
 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 do objeto)
final ApiDef.Attr.Builder
setUnknownFields (com.google.protobuf.UnknownFieldSet desconhecidoFields)

Métodos herdados

Métodos Públicos

public ApiDef.Attr.Builder addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto)

compilação 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úblico ApiDef.Attr.Builder clearDescription ()

descrição da string

 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;

clone público ApiDef.Attr.Builder ()

público ApiDef.Attr getDefaultInstanceForType ()

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

String pública getDescrição ()

descrição da string

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

descrição da string

 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;

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

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

String pública getNome ()

string name = 1;

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

string name = 1;

String 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 booleano 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;

público final booleano isInitialized ()

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

public ApiDef.Attr.Builder mergeFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
IOException

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

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

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;

público ApiDef.Attr.Builder setDescription (valor da string)

 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)

descrição da string

 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;

public ApiDef.Attr.Builder setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto)

público ApiDef.Attr.Builder setName (valor da string)

string name = 1;

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

string name = 1;

público ApiDef.Attr.Builder setRenameTo (valor da string)

 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;

public ApiDef.Attr.Builder setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, índice int, valor do objeto)

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