OpDef.AttrDef

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

 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.OpDef.AttrDef

คลาสที่ซ้อนกัน

ระดับ OpDef.AttrDef.Builder
 Description of the graph-construction-time configuration of this
 Op. 

ค่าคงที่

ภายใน ALLOWED_VALUES_FIELD_NUMBER
ภายใน DEFAULT_VALUE_FIELD_NUMBER
ภายใน DESCRIPTION_FIELD_NUMBER
ภายใน HAS_MINIMUM_FIELD_NUMBER
ภายใน MINIMUM_FIELD_NUMBER
ภายใน NAME_FIELD_NUMBER
ภายใน TYPE_FIELD_NUMBER

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

บูลีน
เท่ากับ (วัตถุ obj)
AttrValue
รับค่าที่อนุญาต ()
 The set of allowed values.
AttrValueOrBuilder
getAllowedValuesOrBuilder ()
 The set of allowed values.
OpDef.AttrDef แบบคงที่
OpDef.AttrDef
AttrValue
getDefaultValue ()
 A reasonable default for this attribute if the user does not supply
 a value.
AttrValueOrBuilder
getDefaultValueOrBuilder ()
 A reasonable default for this attribute if the user does not supply
 a value.
สตริง
รับคำอธิบาย ()
 Human-readable description.
com.google.protobuf.ByteString
getDescriptionBytes ()
 Human-readable description.
com.google.protobuf.Descriptors.Descriptor แบบคงที่ขั้นสุดท้าย
บูลีน
getHasขั้นต่ำ ()
 For type == "int", this is a minimum value.
ยาว
รับขั้นต่ำ ()
int64 minimum = 6;
สตริง
รับชื่อ ()
 A descriptive name for the argument.
com.google.protobuf.ByteString
getNameBytes ()
 A descriptive name for the argument.
ภายใน
สตริง
รับประเภท ()
 One of the type names from attr_value.proto ("string", "list(string)",
 "int", etc.).
com.google.protobuf.ByteString
getTypeBytes ()
 One of the type names from attr_value.proto ("string", "list(string)",
 "int", etc.).
สุดท้าย com.google.protobuf.UnknownFieldSet
บูลีน
มีค่าที่อนุญาต ()
 The set of allowed values.
บูลีน
มีค่าเริ่มต้น ()
 A reasonable default for this attribute if the user does not supply
 a value.
ภายใน
บูลีนสุดท้าย
OpDef.AttrDef.Builder แบบคงที่
newBuilder (ต้นแบบ OpDef.AttrDef )
OpDef.AttrDef.Builder แบบคงที่
OpDef.AttrDef.Builder
OpDef.AttrDef แบบคงที่
parseDelimitedFrom (อินพุต InputStream)
OpDef.AttrDef แบบคงที่
parseDelimitedFrom (อินพุตสตรีม com.google.protobuf.ExtensionRegistryLite extensionRegistry)
OpDef.AttrDef แบบคงที่
parseFrom (ข้อมูล ByteBuffer)
OpDef.AttrDef แบบคงที่
parseFrom (อินพุต com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
OpDef.AttrDef แบบคงที่
parseFrom (ข้อมูล ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
OpDef.AttrDef แบบคงที่
parseFrom (com.google.protobuf.CodedInputStream อินพุต)
OpDef.AttrDef แบบคงที่
parseFrom (ข้อมูลไบต์ [], com.google.protobuf.ExtensionRegistryLite extensionRegistry)
OpDef.AttrDef แบบคงที่
parseFrom (ข้อมูล com.google.protobuf.ByteString)
OpDef.AttrDef แบบคงที่
parseFrom (อินพุต InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
OpDef.AttrDef แบบคงที่
parseFrom (ข้อมูล com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
คงที่
OpDef.AttrDef.Builder
เป็นโมฆะ
writeTo (com.google.protobuf.CodedOutputStream เอาต์พุต)

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

ค่าคงที่

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

ค่าคงที่: 7

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

ค่าคงที่: 3

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

ค่าคงที่: 4

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

ค่าคงที่: 5

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

ค่าคงที่: 6

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

ค่าคงที่: 1

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

ค่าคงที่: 2

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

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

AttrValue สาธารณะ getAllowedValues ​​()

 The set of allowed values.  Has type that is the "list" version
 of the "type" field above (uses the "list" field of AttrValue).
 If type == "type" or "list(type)" above, then the "type" field
 of "allowed_values.list" has the set of allowed DataTypes.
 If type == "string" or "list(string)", then the "s" field of
 "allowed_values.list" has the set of allowed strings.
 
.tensorflow.AttrValue allowed_values = 7;

AttrValueOrBuilder สาธารณะ getAllowedValuesOrBuilder ()

 The set of allowed values.  Has type that is the "list" version
 of the "type" field above (uses the "list" field of AttrValue).
 If type == "type" or "list(type)" above, then the "type" field
 of "allowed_values.list" has the set of allowed DataTypes.
 If type == "string" or "list(string)", then the "s" field of
 "allowed_values.list" has the set of allowed strings.
 
.tensorflow.AttrValue allowed_values = 7;

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

OpDef.AttrDef สาธารณะ getDefaultInstanceForType ()

AttrValue สาธารณะ getDefaultValue ()

 A reasonable default for this attribute if the user does not supply
 a value.  If not specified, the user must supply a value.
 
.tensorflow.AttrValue default_value = 3;

AttrValueOrBuilder สาธารณะ getDefaultValueOrBuilder ()

 A reasonable default for this attribute if the user does not supply
 a value.  If not specified, the user must supply a value.
 
.tensorflow.AttrValue default_value = 3;

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

คำอธิบายสตริง

 Human-readable description.
 
string description = 4;

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

คำอธิบายสตริง

 Human-readable description.
 
string description = 4;

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

บูลีนสาธารณะ getHasMinimum ()

 For type == "int", this is a minimum value.  For "list(___)"
 types, this is the minimum length.
 
bool has_minimum = 5;

สาธารณะ long getMinimum ()

int64 minimum = 6;

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

string name = 1;

 A descriptive name for the argument.  May be used, e.g. by the
 Python client, as a keyword argument name, and so should match
 the regexp "[a-z][a-z0-9_]+".
 
= 1;

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

string name = 1;

 A descriptive name for the argument.  May be used, e.g. by the
 Python client, as a keyword argument name, and so should match
 the regexp "[a-z][a-z0-9_]+".
 
= 1;

สาธารณะ getParserForType ()

สาธารณะ int getSerializedSize ()

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

string type = 2;

 One of the type names from attr_value.proto ("string", "list(string)",
 "int", etc.).
 
= 2;

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

string type = 2;

 One of the type names from attr_value.proto ("string", "list(string)",
 "int", etc.).
 
= 2;

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

บูลีนสาธารณะ hasAllowedValues ​​()

 The set of allowed values.  Has type that is the "list" version
 of the "type" field above (uses the "list" field of AttrValue).
 If type == "type" or "list(type)" above, then the "type" field
 of "allowed_values.list" has the set of allowed DataTypes.
 If type == "string" or "list(string)", then the "s" field of
 "allowed_values.list" has the set of allowed strings.
 
.tensorflow.AttrValue allowed_values = 7;

บูลีนสาธารณะ hasDefaultValue ()

 A reasonable default for this attribute if the user does not supply
 a value.  If not specified, the user must supply a value.
 
.tensorflow.AttrValue default_value = 3;

สาธารณะ int hashCode ()

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

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

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

OpDef.AttrDef.Builder สาธารณะ newBuilderForType ()

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

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

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

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

สาธารณะ OpDef.AttrDef parseFrom แบบคงที่ (ข้อมูล ByteBuffer)

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

OpDef.AttrDef.Builder สาธารณะ ถึง Builder ()

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

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