ApiDef.AttrOrBuilder

общедоступный статический интерфейс ApiDef.AttrOrBuilder
Известные косвенные подклассы

Публичные методы

абстрактный атрибут AttrValue
получить значение по умолчанию ()
 Specify a new default value to use for this attr.
абстрактный AttrValueOrBuilder
getDefaultValueOrBuilder ()
 Specify a new default value to use for this attr.
абстрактная строка
получитьОписание ()
 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.
абстрактная строка
получитьИмя ()
string name = 1;
абстрактный com.google.protobuf.ByteString
getNameBytes ()
string name = 1;
абстрактная строка
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.
абстрактное логическое значение
имеет значение по умолчанию ()
 Specify a new default value to use for this attr.

Публичные методы

общедоступный абстрактный 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;

общедоступный абстрактный 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;

общедоступная абстрактная строка 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;

публичный абстрактный 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;

общедоступная абстрактная строка getName ()

string name = 1;

общедоступный абстрактный com.google.protobuf.ByteString getNameBytes ()

string name = 1;

общедоступная абстрактная строка 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;

публичный абстрактный 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;

общедоступное абстрактное логическое значение 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;