ApiDef.AttrOrBuilder

giao diện tĩnh công cộng ApiDef.AttrOrBuilder
Các lớp con gián tiếp đã biết

Phương pháp công khai

trừu tượng AttrValue
getDefaultValue ()
 Specify a new default value to use for this attr.
trừu tượng AttrValueOrBuilder
getDefaultValueOrBuilder ()
 Specify a new default value to use for this attr.
chuỗi trừu tượng
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.
tóm tắt 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.
chuỗi trừu tượng
lấy Tên ()
string name = 1;
tóm tắt com.google.protobuf.ByteString
getNameBytes ()
string name = 1;
chuỗi trừu tượng
getRenameTo ()
 Change the name used to access this attr in the API from what
 is used in the GraphDef.
tóm tắt com.google.protobuf.ByteString
getRenameToBytes ()
 Change the name used to access this attr in the API from what
 is used in the GraphDef.
trừu tượng boolean
hasDefaultValue ()
 Specify a new default value to use for this attr.

Phương pháp công khai

tóm tắt công khai 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;

tóm tắt công khai 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;

Chuỗi tóm tắt công khai getDescription ()

mô tả chuỗi

 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;

tóm tắt công khai com.google.protobuf.ByteString getDescriptionBytes ()

mô tả chuỗi

 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;

Chuỗi tóm tắt công khai getName ()

string name = 1;

tóm tắt công khai com.google.protobuf.ByteString getNameBytes ()

string name = 1;

Chuỗi tóm tắt công khai 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;

tóm tắt công khai 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;

boolean trừu tượng công khai 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;