ApiDef.AttrOrBuilder

publiczny interfejs statyczny ApiDef.AttrOrBuilder
Znane podklasy pośrednie

Metody publiczne

abstrakcyjna wartość atrybutu
pobierz wartość domyślną ()
 Specify a new default value to use for this attr.
streszczenie AttrValueOrBuilder
getDefaultValueOrBuilder ()
 Specify a new default value to use for this attr.
abstrakcyjny ciąg
pobierz opis ()
 Note: this will replace any inherited attr doc, there is no current
 way of modifying attr descriptions as can be done with op descriptions.
streszczenie 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.
abstrakcyjny ciąg
pobierz nazwę ()
string name = 1;
streszczenie com.google.protobuf.ByteString
getNameBytes ()
string name = 1;
abstrakcyjny ciąg
getRenameTo ()
 Change the name used to access this attr in the API from what
 is used in the GraphDef.
streszczenie com.google.protobuf.ByteString
getRenameToBytes ()
 Change the name used to access this attr in the API from what
 is used in the GraphDef.
abstrakcyjna wartość logiczna
ma wartość domyślną ()
 Specify a new default value to use for this attr.

Metody publiczne

publiczne streszczenie 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;

publiczne streszczenie 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;

publiczna abstrakcja String 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;

publiczne streszczenie 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;

publiczna abstrakcja String getName ()

string name = 1;

publiczne streszczenie com.google.protobuf.ByteString getNameBytes ()

string name = 1;

publiczny ciąg abstrakcyjny 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;

publiczne streszczenie 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;

publiczna wartość logiczna abstrakcyjna maDefaultValue ()

 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;