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;