ApiDef.Attr.Builder คลาสสุดท้ายแบบคงที่สาธารณะ
Description of the graph-construction-time configuration of this Op. That is to say, this describes the attr fields that will be specified in the NodeDef.Protobuf ประเภท
tensorflow.ApiDef.Attr
วิธีการสาธารณะ
ApiDef.Attr.Builder | addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor ช่อง ค่าอ็อบเจ็กต์) |
ApiDef.Attr | สร้าง () |
ApiDef.Attr | สร้างบางส่วน () |
ApiDef.Attr.Builder | ชัดเจน () |
ApiDef.Attr.Builder | clearDefaultValue () Specify a new default value to use for this attr. |
ApiDef.Attr.Builder | ชัดเจนคำอธิบาย () Note: this will replace any inherited attr doc, there is no current way of modifying attr descriptions as can be done with op descriptions. |
ApiDef.Attr.Builder | clearField (ฟิลด์ com.google.protobuf.Descriptors.FieldDescriptor) |
ApiDef.Attr.Builder | ชื่อที่ชัดเจน () string name = 1; |
ApiDef.Attr.Builder | clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof) |
ApiDef.Attr.Builder | clearRenameTo () Change the name used to access this attr in the API from what is used in the GraphDef. |
ApiDef.Attr.Builder | โคลน () |
ApiDef.Attr | |
AttrValue | getDefaultValue () Specify a new default value to use for this attr. |
AttrValue.ตัวสร้าง | getDefaultValueBuilder () 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 | รับคำอธิบายไบต์ () 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.Descriptors.Descriptor แบบคงที่ขั้นสุดท้าย | รับคำอธิบาย () |
com.google.protobuf.Descriptors.Descriptor | |
สตริง | รับชื่อ () 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. |
บูลีนสุดท้าย | |
ApiDef.Attr.Builder | |
ApiDef.Attr.Builder | mergeFrom (com.google.protobuf.CodedInputStream อินพุต com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ApiDef.Attr.Builder | mergeFrom (com.google.protobuf.Message อื่น ๆ ) |
ApiDef.Attr.Builder สุดท้าย | mergeUnknownFields (com.google.protobuf.UnknownFieldSetknownFields) |
ApiDef.Attr.Builder | setDefaultValue ( AttrValue.Builder builderForValue) Specify a new default value to use for this attr. |
ApiDef.Attr.Builder | |
ApiDef.Attr.Builder | setDescription (ค่าสตริง) Note: this will replace any inherited attr doc, there is no current way of modifying attr descriptions as can be done with op descriptions. |
ApiDef.Attr.Builder | setDescriptionBytes (ค่า com.google.protobuf.ByteString) Note: this will replace any inherited attr doc, there is no current way of modifying attr descriptions as can be done with op descriptions. |
ApiDef.Attr.Builder | setField (ฟิลด์ com.google.protobuf.Descriptors.FieldDescriptor ค่าอ็อบเจ็กต์) |
ApiDef.Attr.Builder | setName (ค่าสตริง) string name = 1; |
ApiDef.Attr.Builder | setNameBytes (ค่า com.google.protobuf.ByteString) string name = 1; |
ApiDef.Attr.Builder | setRenameTo (ค่าสตริง) Change the name used to access this attr in the API from what is used in the GraphDef. |
ApiDef.Attr.Builder | setRenameToBytes (ค่า com.google.protobuf.ByteString) Change the name used to access this attr in the API from what is used in the GraphDef. |
ApiDef.Attr.Builder | setRepeatedField (ฟิลด์ com.google.protobuf.Descriptors.FieldDescriptor, ดัชนี int, ค่าอ็อบเจ็กต์) |
ApiDef.Attr.Builder สุดท้าย | setUnknownFields (com.google.protobuf.UnknownFieldSetknownFields) |
วิธีการสืบทอด
วิธีการสาธารณะ
ApiDef.Attr.Builder สาธารณะ addRepeatedField (ฟิลด์ com.google.protobuf.Descriptors.FieldDescriptor ค่าอ็อบเจ็กต์)
ApiDef.Attr.Builder สาธารณะ clearDefaultValue ()
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;
ApiDef.Attr.Builder สาธารณะ clearDescription ()
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;
ApiDef.Attr.Builder สาธารณะ clearRenameTo ()
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;
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;
AttrValue.Builder สาธารณะ getDefaultValueBuilder ()
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;
สาธารณะคงที่สุดท้าย com.google.protobuf.Descriptors.Descriptor getDescriptor ()
สาธารณะ com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
สตริงสาธารณะ 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;
บูลีนสุดท้ายสาธารณะ isInitialized ()
ApiDef.Attr.Builder สาธารณะ ผสานDefaultValue (ค่า AttrValue )
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;
ApiDef.Attr.Builder สาธารณะ ผสานจาก (com.google.protobuf.CodedInputStream อินพุต com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ขว้าง
IOข้อยกเว้น |
---|
ApiDef.Attr.Builder สุดท้ายสาธารณะ ผสาน UnknownFields (com.google.protobuf.UnknownFieldSetknownFields)
ApiDef.Attr.Builder สาธารณะ setDefaultValue ( AttrValue.Builder builderForValue)
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;
ApiDef.Attr.Builder สาธารณะ setDefaultValue (ค่า AttrValue )
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;
ApiDef.Attr.Builder setDescription สาธารณะ (ค่าสตริง)
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;
ApiDef.Attr.Builder สาธารณะ setDescriptionBytes (ค่า com.google.protobuf.ByteString)
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;
ApiDef.Attr.Builder setField สาธารณะ (ฟิลด์ com.google.protobuf.Descriptors.FieldDescriptor ค่าอ็อบเจ็กต์)
ApiDef.Attr.Builder สาธารณะ setRenameTo (ค่าสตริง)
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;
ApiDef.Attr.Builder สาธารณะ setRenameToBytes (ค่า com.google.protobuf.ByteString)
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;