อินเทอร์เฟซแบบคงที่สาธารณะ 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 | 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 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;