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
كثافة العمليات الحد الأدنى_FIELD_NUMBER
كثافة العمليات NAME_FIELD_NUMBER
كثافة العمليات TYPE_FIELD_NUMBER

الأساليب العامة

منطقية
يساوي (كائن كائن)
AttrValue
AttrValueOrBuilder
الحصول علىAllowedValuesOrBuilder ()
 The set of allowed values.
ثابت OpDef.AttrDef
OpDef.AttrDef
AttrValue
الحصول على القيمة الافتراضية ()
 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
الحصول على الوصف بايت ()
 Human-readable description.
النهائي الثابت com.google.protobuf.Descriptors.Descriptor
منطقية
الحصول على الحد الأدنى ()
 For type == "int", this is a minimum value.
طويل
خيط
الحصول على الاسم ()
 A descriptive name for the argument.
com.google.protobuf.ByteString
الحصول على اسم بايت ()
 A descriptive name for the argument.
كثافة العمليات
خيط
الحصول على النوع ()
 One of the type names from attr_value.proto ("string", "list(string)",
 "int", etc.).
com.google.protobuf.ByteString
الحصول علىTypeBytes ()
 One of the type names from attr_value.proto ("string", "list(string)",
 "int", etc.).
النهائي com.google.protobuf.UnknownFieldSet
منطقية
hasAllowedValues ​​()
 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 (إدخال InputStream، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
ثابت OpDef.AttrDef
parseFrom (بيانات ByteBuffer)
ثابت OpDef.AttrDef
parseFrom (com.google.protobuf.CodedInputStream input، 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 data، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
ثابتة
OpDef.AttrDef.Builder
فارغ
writeTo (com.google.protobuf.CodedOutputStream الإخراج)

الطرق الموروثة

الثوابت

العدد النهائي الثابت العام ALLOWED_VALUES_FIELD_NUMBER

القيمة الثابتة: 7

العدد النهائي الثابت العام DEFAULT_VALUE_FIELD_NUMBER

القيمة الثابتة: 3

العدد النهائي الثابت العام DESCRIPTION_FIELD_NUMBER

القيمة الثابتة: 4

العدد النهائي الثابت العام HAS_MINIMUM_FIELD_NUMBER

القيمة الثابتة: 5

العدد النهائي الثابت العام MINIMUM_FIELD_NUMBER

القيمة الثابتة: 6

int النهائي الثابت العام NAME_FIELD_NUMBER

القيمة الثابتة: 1

العدد النهائي الثابت العام 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;

GetAllowedValuesOrBuilder العامة AttrValueOrBuilder ()

 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 () الثابت العام

public 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;

GetDefaultValueOrBuilder العامة AttrValueOrBuilder ()

 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;

الحصول على سلسلة عامة ()

وصف سلسلة

 Human-readable description.
 
string description = 4;

com.google.protobuf.ByteString العامة getDescriptionBytes ()

وصف سلسلة

 Human-readable description.
 
string description = 4;

النهائي العام الثابت com.google.protobuf.Descriptors.Descriptor getDescriptor ()

الحصول على القيمة المنطقية العامة HasMinimum ()

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

الحصول على الحد الأدنى العام الطويل ()

int64 minimum = 6;

سلسلة getName العامة ()

 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_]+".
 
string name = 1;

com.google.protobuf.ByteString getNameBytes () العام

 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_]+".
 
string name = 1;

عام الحصول على بارسيرفورتيب ()

int public getSerializedSize ()

سلسلة getType العامة ()

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

com.google.protobuf.ByteString getTypeBytes () العام

 One of the type names from attr_value.proto ("string", "list(string)",
 "int", etc.).
 
string type = 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;

كود التجزئة الدولي العام ()

تمت تهيئة القيمة المنطقية النهائية العامة ()

ثابت عام OpDef.AttrDef.Builder newBuilder (النموذج الأولي OpDef.AttrDef )

ثابت عام OpDef.AttrDef.Builder newBuilder ()

OpDef.AttrDef.Builder العام newBuilderForType ()

OpDef.AttrDef الثابت العام parseDelimitedFrom (إدخال InputStream)

رميات
IOEException

OpDef.AttrDef ثابت عام parseDelimitedFrom (إدخال InputStream، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

رميات
IOEException

OpDef.AttrDef الثابت العام parseFrom (بيانات ByteBuffer)

رميات
InvalidProtocolBufferException

OpDef.AttrDef ثابت عام (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

رميات
IOEException

OpDef.AttrDef ثابت عام (بيانات ByteBuffer، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

رميات
InvalidProtocolBufferException

OpDef.AttrDef parseFrom ثابت عام (إدخال com.google.protobuf.CodedInputStream)

رميات
IOEException

OpDef.AttrDef ثابت عام ، تحليل (بايت [] البيانات، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

رميات
InvalidProtocolBufferException

تحليل OpDef.AttrDef العام الثابت (بيانات com.google.protobuf.ByteString)

رميات
InvalidProtocolBufferException

OpDef.AttrDef الثابت العام parseFrom (إدخال InputStream، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

رميات
IOEException

OpDef.AttrDef ثابت عام (بيانات com.google.protobuf.ByteString، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

رميات
InvalidProtocolBufferException

ساكنة عامة محلل ()

OpDef.AttrDef.Builder toBuilder العامة ()

الكتابة إلى الفراغ العام (إخراج com.google.protobuf.CodedOutputStream)

رميات
IOEException