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;