ApiDef.AttrOrBuilder

رابط استاتیک عمومی ApiDef.AttrOrBuilder
زیر کلاس های غیر مستقیم شناخته شده

روش های عمومی

AttrValue انتزاعی
getDefaultValue ()
 Specify a new default value to use for this attr.
AttrValueOrBuilder انتزاعی
getDefaultValueOrBuilder ()
 Specify a new default value to use for this attr.
رشته انتزاعی
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.
چکیده 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.
رشته انتزاعی
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.
چکیده com.google.protobuf.ByteString
getRenameToBytes ()
 Change the name used to access this attr in the API from what
 is used in the GraphDef.
بولی انتزاعی
hasDefaultValue ()
 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;