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.
सार स्ट्रिंग
विवरण प्राप्त करें ()
 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
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
getNameबाइट्स ()
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;