ApiDef.AttrOrBuilder

interface statique publique ApiDef.AttrOrBuilder
Sous-classes indirectes connues

Méthodes publiques

valeur d'attribut abstraite
getDefaultValue ()
 Specify a new default value to use for this attr.
abstrait AttrValueOrBuilder
getDefaultValueOrBuilder ()
 Specify a new default value to use for this attr.
chaîne abstraite
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.
résumé 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.
chaîne abstraite
obtenirNom ()
string name = 1;
résumé com.google.protobuf.ByteString
getNameBytes ()
string name = 1;
chaîne abstraite
getRenameTo ()
 Change the name used to access this attr in the API from what
 is used in the GraphDef.
résumé 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 abstrait
hasDefaultValue ()
 Specify a new default value to use for this attr.

Méthodes publiques

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

résumé 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 abstraite 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;

résumé 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;

chaîne abstraite publique getName ()

string name = 1;

résumé public com.google.protobuf.ByteString getNameBytes ()

string name = 1;

chaîne abstraite publique getRenameTo ()

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;

résumé public com.google.protobuf.ByteString getRenameToBytes ()

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