ApiDef.Attr

ApiDef.Attr คลาสสุดท้ายแบบคงที่สาธารณะ

 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
 Description of the graph-construction-time configuration of this
 Op. 

ค่าคงที่

ภายใน DEFAULT_VALUE_FIELD_NUMBER
ภายใน DESCRIPTION_FIELD_NUMBER
ภายใน NAME_FIELD_NUMBER
ภายใน RENAME_TO_FIELD_NUMBER

วิธีการสาธารณะ

บูลีน
เท่ากับ (วัตถุ obj)
ApiDef.Attr แบบคงที่
ApiDef.Attr
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.
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.
ภายใน
สุดท้าย com.google.protobuf.UnknownFieldSet
บูลีน
มีค่าเริ่มต้น ()
 Specify a new default value to use for this attr.
ภายใน
บูลีนสุดท้าย
ApiDef.Attr.Builder แบบคงที่
newBuilder (ต้นแบบ ApiDef.Attr )
ApiDef.Attr.Builder แบบคงที่
ApiDef.Attr.Builder
ApiDef.Attr แบบคงที่
parseDelimitedFrom (อินพุต InputStream)
ApiDef.Attr แบบคงที่
parseDelimitedFrom (อินพุตสตรีม com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ApiDef.Attr แบบคงที่
parseFrom (ข้อมูล ByteBuffer)
ApiDef.Attr แบบคงที่
parseFrom (อินพุต com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ApiDef.Attr แบบคงที่
parseFrom (ข้อมูล ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ApiDef.Attr แบบคงที่
parseFrom (com.google.protobuf.CodedInputStream อินพุต)
ApiDef.Attr แบบคงที่
parseFrom (ข้อมูลไบต์ [], com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ApiDef.Attr แบบคงที่
parseFrom (ข้อมูล com.google.protobuf.ByteString)
ApiDef.Attr แบบคงที่
parseFrom (อินพุต InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ApiDef.Attr แบบคงที่
parseFrom (ข้อมูล com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
คงที่
ApiDef.Attr.Builder
เป็นโมฆะ
writeTo (com.google.protobuf.CodedOutputStream เอาต์พุต)

วิธีการสืบทอด

ค่าคงที่

สาธารณะคงสุดท้าย int DEFAULT_VALUE_FIELD_NUMBER

ค่าคงที่: 3

สาธารณะคงที่ขั้นสุดท้าย int DESCRIPTION_FIELD_NUMBER

ค่าคงที่: 4

รอบชิงชนะเลิศแบบคงที่สาธารณะ NAME_FIELD_NUMBER

ค่าคงที่: 1

int สุดท้ายแบบคงที่สาธารณะ RENAME_TO_FIELD_NUMBER

ค่าคงที่: 2

วิธีการสาธารณะ

บูลีนสาธารณะ เท่ากับ (Object obj)

ApiDef.Attr getDefaultInstance สาธารณะแบบคงที่ ()

ApiDef.Attr สาธารณะ getDefaultInstanceForType ()

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;

สาธารณะคงที่สุดท้าย com.google.protobuf.Descriptors.Descriptor getDescriptor ()

สตริงสาธารณะ getName ()

string name = 1;

สาธารณะ com.google.protobuf.ByteString getNameBytes ()

string name = 1;

สาธารณะ getParserForType ()

สตริงสาธารณะ 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;

สาธารณะ int getSerializedSize ()

สาธารณะสุดท้าย com.google.protobuf.UnknownFieldSet getUnknownFields ()

บูลีนสาธารณะ 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;

สาธารณะ int hashCode ()

บูลีนสุดท้ายสาธารณะ isInitialized ()

ApiDef.Attr.Builder สาธารณะแบบคงที่ newBuilder (ต้นแบบ ApiDef.Attr )

ApiDef.Attr.Builder สาธารณะแบบคงที่ newBuilder ()

ApiDef.Attr.Builder สาธารณะ newBuilderForType ()

ApiDef.Attr แบบคงที่สาธารณะ parseDelimitedFrom (อินพุต InputStream)

ขว้าง
IOข้อยกเว้น

ApiDef.Attr แบบคงที่สาธารณะ parseDelimitedFrom (อินพุต InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

ขว้าง
IOข้อยกเว้น

ApiDef.Attr แบบคงที่สาธารณะ แยกวิเคราะห์ (ข้อมูล ByteBuffer)

ขว้าง
ProtocolBufferException ไม่ถูกต้อง

ApiDef.Attr แบบคงที่สาธารณะ parseFrom (com.google.protobuf.CodedInputStream อินพุต com.google.protobuf.ExtensionRegistryLite extensionRegistry)

ขว้าง
IOข้อยกเว้น

ApiDef.Attr parseFrom แบบคงที่สาธารณะ (ข้อมูล ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

ขว้าง
ProtocolBufferException ไม่ถูกต้อง

ApiDef.Attr parseFrom แบบคงที่สาธารณะ (อินพุต com.google.protobuf.CodedInputStream)

ขว้าง
IOข้อยกเว้น

ApiDef.Attr parseFrom แบบคงที่สาธารณะ (ข้อมูลไบต์ [], com.google.protobuf.ExtensionRegistryLite extensionRegistry)

ขว้าง
ProtocolBufferException ไม่ถูกต้อง

ApiDef.Attr parseFrom แบบคงที่สาธารณะ (ข้อมูล com.google.protobuf.ByteString)

ขว้าง
ProtocolBufferException ไม่ถูกต้อง

ApiDef.Attr parseFrom แบบคงที่สาธารณะ (อินพุต InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

ขว้าง
IOข้อยกเว้น

ApiDef.Attr parseFrom แบบคงที่สาธารณะ (ข้อมูล com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

ขว้าง
ProtocolBufferException ไม่ถูกต้อง

สาธารณะคงที่ ตัวแยกวิเคราะห์ ()

ApiDef.Attr.Builder สาธารณะ ถึง Builder ()

โมฆะสาธารณะ writeTo (com.google.protobuf.CodedOutputStream เอาต์พุต)

ขว้าง
IOข้อยกเว้น