ApiDef.Attr.Builder

classe finale statica pubblica 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.
 
Tipo protobuf tensorflow.ApiDef.Attr

Metodi pubblici

ApiDef.Attr.Builder
addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valore oggetto)
ApiDef.Attr
ApiDef.Attr
ApiDef.Attr.Builder
chiaro ()
ApiDef.Attr.Builder
clearDefaultValue ()
 Specify a new default value to use for this attr.
ApiDef.Attr.Builder
clearDescrizione ()
 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
nomechiaro ()
string name = 1;
ApiDef.Attr.Builder
clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
ApiDef.Attr.Builder
clearRinominaIn ()
 Change the name used to access this attr in the API from what
 is used in the GraphDef.
ApiDef.Attr.Builder
clone ()
ApiDef.Attr
AttrValue
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
getDescrizione ()
 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
getDescrizioneBytes ()
 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 statico finale
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.
booleano
hasDefaultValue ()
 Specify a new default value to use for this attr.
booleano finale
ApiDef.Attr.Builder
mergeDefaultValue (valore AttrValue )
 Specify a new default value to use for this attr.
ApiDef.Attr.Builder
mergeFrom (input com.google.protobuf.CodedInputStream, estensione com.google.protobuf.ExtensionRegistryLiteRegistry)
ApiDef.Attr.Builder
mergeFrom (com.google.protobuf.Message altro)
finale ApiDef.Attr.Builder
mergeUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields)
ApiDef.Attr.Builder
setDefaultValue ( AttrValue.Builder builderForValue)
 Specify a new default value to use for this attr.
ApiDef.Attr.Builder
setDefaultValue (valore AttrValue )
 Specify a new default value to use for this attr.
ApiDef.Attr.Builder
setDescription (valore stringa)
 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 (valore 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, valore oggetto)
ApiDef.Attr.Builder
setName (valore stringa)
string name = 1;
ApiDef.Attr.Builder
setNameBytes (valore com.google.protobuf.ByteString)
string name = 1;
ApiDef.Attr.Builder
setRenameTo (valore stringa)
 Change the name used to access this attr in the API from what
 is used in the GraphDef.
ApiDef.Attr.Builder
setRenameToBytes (valore 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, indice int, valore oggetto)
finale ApiDef.Attr.Builder
setUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields)

Metodi ereditati

Metodi pubblici

public ApiDef.Attr.Builder addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valore oggetto)

build pubblica ApiDef.Attr ()

public ApiDef.Attr buildPartial ()

public ApiDef.Attr.Builder cancella ()

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

public ApiDef.Attr.Builder clearDescription ()

descrizione stringa

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

public ApiDef.Attr.Builder clearName ()

string name = 1;

public ApiDef.Attr.Builder clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)

public 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 pubblico ApiDef.Attr.Builder ()

public ApiDef.Attr getDefaultInstanceForType ()

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

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

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

stringa pubblica getDescription ()

descrizione stringa

 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;

pubblico com.google.protobuf.ByteString getDescriptionBytes ()

descrizione stringa

 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 static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

pubblico com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()

stringa pubblica getName ()

string name = 1;

pubblico com.google.protobuf.ByteString getNameBytes ()

string name = 1;

stringa pubblica 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;

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

pubblico booleano hasDefaultValue ()

 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 final booleano isInitialized ()

public ApiDef.Attr.Builder mergeDefaultValue (valore 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 (input com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lancia
IOException

pubblico ApiDef.Attr.Builder mergeFrom (com.google.protobuf.Message altro)

pubblico finale ApiDef.Attr.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields)

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

public ApiDef.Attr.Builder setDefaultValue (valore 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 (valore stringa)

descrizione stringa

 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;

pubblico ApiDef.Attr.Builder setDescriptionBytes (valore com.google.protobuf.ByteString)

descrizione stringa

 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, valore oggetto)

public ApiDef.Attr.Builder setName (valore stringa)

string name = 1;

pubblico ApiDef.Attr.Builder setNameBytes (valore com.google.protobuf.ByteString)

string name = 1;

public ApiDef.Attr.Builder setRenameTo (valore stringa)

 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 setRenameToBytes (valore 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, indice int, valore oggetto)

pubblico finale ApiDef.Attr.Builder setUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)