ApiDef.AttrOrBuilder

interfaccia statica pubblica ApiDef.AttrOrBuilder
Sottoclassi indirette conosciute

Metodi pubblici

valore attributo astratto
getDefaultValue ()
 Specify a new default value to use for this attr.
astratto AttrValueOrBuilder
getDefaultValueOrBuilder ()
 Specify a new default value to use for this attr.
stringa astratta
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.
astratto 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.
stringa astratta
getNome ()
string name = 1;
astratto com.google.protobuf.ByteString
getNomeBytes ()
string name = 1;
stringa astratta
getRenameTo ()
 Change the name used to access this attr in the API from what
 is used in the GraphDef.
astratto com.google.protobuf.ByteString
getRenameToBytes ()
 Change the name used to access this attr in the API from what
 is used in the GraphDef.
booleano astratto
hasDefaultValue ()
 Specify a new default value to use for this attr.

Metodi pubblici

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

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

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

stringa astratta pubblica getName ()

string name = 1;

estratto pubblico com.google.protobuf.ByteString getNameBytes ()

string name = 1;

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

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

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