classe finale statique publique 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.
tensorflow.ApiDef.Attr
de type Protobuf Méthodes publiques
ApiDef.Attr.Builder | addRepeatedField (champ com.google.protobuf.Descriptors.FieldDescriptor, valeur de l'objet) |
ApiDef.Attr | construire () |
ApiDef.Attr | buildPartial () |
ApiDef.Attr.Builder | clair () |
ApiDef.Attr.Builder | clearDefaultValue () Specify a new default value to use for this attr. |
ApiDef.Attr.Builder | effacerDescription () 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 (champ com.google.protobuf.Descriptors.FieldDescriptor) |
ApiDef.Attr.Builder | nom clair () string name = 1; |
ApiDef.Attr.Builder | clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof) |
ApiDef.Attr.Builder | clearRenameTo () Change the name used to access this attr in the API from what is used in the GraphDef. |
ApiDef.Attr.Builder | cloner () |
ApiDef.Attr | |
Valeur d'attribut | 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. |
Chaîne | obtenirDescription () 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 statique com.google.protobuf.Descriptors.Descriptor | |
com.google.protobuf.Descriptors.Descriptor | |
Chaîne | obtenirNom () string name = 1; |
com.google.protobuf.ByteString | getNameBytes () string name = 1; |
Chaîne | 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. |
booléen | hasDefaultValue () Specify a new default value to use for this attr. |
booléen final | |
ApiDef.Attr.Builder | |
ApiDef.Attr.Builder | mergeFrom (entrée com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ApiDef.Attr.Builder | mergeFrom (com.google.protobuf.Message autre) |
ApiDef.Attr.Builder final | mergeUnknownFields (com.google.protobuf.UnknownFieldSet inconnuFields) |
ApiDef.Attr.Builder | setDefaultValue ( AttrValue.Builder builderForValue) Specify a new default value to use for this attr. |
ApiDef.Attr.Builder | |
ApiDef.Attr.Builder | setDescription (valeur de chaîne) 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 (valeur 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 (champ com.google.protobuf.Descriptors.FieldDescriptor, valeur de l'objet) |
ApiDef.Attr.Builder | setName (valeur de chaîne) string name = 1; |
ApiDef.Attr.Builder | setNameBytes (valeur com.google.protobuf.ByteString) string name = 1; |
ApiDef.Attr.Builder | setRenameTo (valeur de chaîne) Change the name used to access this attr in the API from what is used in the GraphDef. |
ApiDef.Attr.Builder | setRenameToBytes (valeur 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 (champ com.google.protobuf.Descriptors.FieldDescriptor, index int, valeur de l'objet) |
ApiDef.Attr.Builder final | setUnknownFields (com.google.protobuf.UnknownFieldSet inconnuFields) |
Méthodes héritées
Méthodes publiques
public ApiDef.Attr.Builder addRepeatedField (champ com.google.protobuf.Descriptors.FieldDescriptor, valeur de l'objet)
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 ()
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 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;
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;
public 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;
chaîne publique 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;
public 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;
public statique final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
chaîne publique getName ()
string name = 1;
public com.google.protobuf.ByteString getNameBytes ()
string name = 1;
chaîne publique 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;
public 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;
public booléen 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 booléen isInitialized ()
public ApiDef.Attr.Builder mergeDefaultValue (valeur 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 (entrée com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Jetés
IOException |
---|
public final 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 (valeur 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 (valeur de chaîne)
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 setDescriptionBytes (valeur 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;
public ApiDef.Attr.Builder setField (champ com.google.protobuf.Descriptors.FieldDescriptor, valeur de l'objet)
public ApiDef.Attr.Builder setRenameTo (valeur de chaîne)
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 (valeur 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;