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
الحصول على الوصف بايت ()
 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
سلسلة مجردة
الحصول على إعادة تسمية ()
 Change the name used to access this attr in the API from what
 is used in the GraphDef.
مجردة com.google.protobuf.ByteString
الحصول على RenameToBytes ()
 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;