OpDef.AttrDef.Builder

genel statik son sınıf OpDef.AttrDef.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 türü tensorflow.OpDef.AttrDef

Genel Yöntemler

OpDef.AttrDef.Builder
addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor alanı, Nesne değeri)
OpDef.AttrDef
OpDef.AttrDef
OpDef.AttrDef.Builder
OpDef.AttrDef.Builder
clearAllowedValues ​​()
 The set of allowed values.
OpDef.AttrDef.Builder
clearDefaultValue ()
 A reasonable default for this attribute if the user does not supply
 a value.
OpDef.AttrDef.Builder
clearDescription ()
 Human-readable description.
OpDef.AttrDef.Builder
clearField (com.google.protobuf.Descriptors.FieldDescriptor alanı)
OpDef.AttrDef.Builder
clearHasMinimum ()
 For type == "int", this is a minimum value.
OpDef.AttrDef.Builder
clearMinimum ()
int64 minimum = 6;
OpDef.AttrDef.Builder
clearName ()
 A descriptive name for the argument.
OpDef.AttrDef.Builder
clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
OpDef.AttrDef.Builder
temiz tip ()
 One of the type names from attr_value.proto ("string", "list(string)",
 "int", etc.).
OpDef.AttrDef.Builder
klon ()
Öznitelik Değeri
getAllowedValues ​​()
 The set of allowed values.
AttrValue.Builder
getAllowedValuesBuilder ()
 The set of allowed values.
AttrValueOrBuilder
getAllowedValuesOrBuilder ()
 The set of allowed values.
OpDef.AttrDef
Öznitelik Değeri
getDefaultValue ()
 A reasonable default for this attribute if the user does not supply
 a value.
AttrValue.Builder
getDefaultValueBuilder ()
 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.
Sicim
getDescription ()
 Human-readable description.
com.google.protobuf.ByteString
getDescriptionBytes ()
 Human-readable description.
final statik com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
boolean
getHasMinimum ()
 For type == "int", this is a minimum value.
uzun
getMinimum ()
int64 minimum = 6;
Sicim
getName ()
 A descriptive name for the argument.
com.google.protobuf.ByteString
getNameBytes ()
 A descriptive name for the argument.
Sicim
getType ()
 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.).
boolean
İzin Verilen Değerler ()
 The set of allowed values.
boolean
hasDefaultValue ()
 A reasonable default for this attribute if the user does not supply
 a value.
son boole değeri
OpDef.AttrDef.Builder
mergeAllowedValues ​​( AttrValue değeri)
 The set of allowed values.
OpDef.AttrDef.Builder
mergeDefaultValue ( AttrValue değeri)
 A reasonable default for this attribute if the user does not supply
 a value.
OpDef.AttrDef.Builder
mergeFrom (com.google.protobuf.Message other)
OpDef.AttrDef.Builder
mergeFrom (com.google.protobuf.CodedInputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
son OpDef.AttrDef.Builder
mergeUnknownFields (com.google.protobuf.UnknownFieldSet bilinmiyorFields)
OpDef.AttrDef.Builder
setAllowedValues ​​( AttrValue.Builder builderForValue)
 The set of allowed values.
OpDef.AttrDef.Builder
setAllowedValues ​​( AttrValue değeri)
 The set of allowed values.
OpDef.AttrDef.Builder
setDefaultValue ( AttrValue değeri)
 A reasonable default for this attribute if the user does not supply
 a value.
OpDef.AttrDef.Builder
setDefaultValue ( AttrValue.Builder builderForValue)
 A reasonable default for this attribute if the user does not supply
 a value.
OpDef.AttrDef.Builder
setDescription (Dize değeri)
 Human-readable description.
OpDef.AttrDef.Builder
setDescriptionBytes (com.google.protobuf.ByteString değeri)
 Human-readable description.
OpDef.AttrDef.Builder
setField (com.google.protobuf.Descriptors.FieldDescriptor alanı, Nesne değeri)
OpDef.AttrDef.Builder
setHasMinimum (boole değeri)
 For type == "int", this is a minimum value.
OpDef.AttrDef.Builder
setMinimum (uzun değer)
int64 minimum = 6;
OpDef.AttrDef.Builder
setName (Dize değeri)
 A descriptive name for the argument.
OpDef.AttrDef.Builder
setNameBytes (com.google.protobuf.ByteString değeri)
 A descriptive name for the argument.
OpDef.AttrDef.Builder
setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor alanı, int dizini, Nesne değeri)
OpDef.AttrDef.Builder
setType (Dize değeri)
 One of the type names from attr_value.proto ("string", "list(string)",
 "int", etc.).
OpDef.AttrDef.Builder
setTypeBytes (com.google.protobuf.ByteString değeri)
 One of the type names from attr_value.proto ("string", "list(string)",
 "int", etc.).
son OpDef.AttrDef.Builder
setUnknownFields (com.google.protobuf.UnknownFieldSet bilinmeyenFields)

Kalıtsal Yöntemler

Genel Yöntemler

public OpDef.AttrDef.Builder addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor alanı, Nesne değeri)

genel OpDef.AttrDef yapısı ()

public OpDef.AttrDef buildPartial ()

genel OpDef.AttrDef.Builder clear ()

public OpDef.AttrDef.Builder clearAllowedValues ​​()

 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;

public OpDef.AttrDef.Builder clearDefaultValue ()

 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;

public OpDef.AttrDef.Builder clearDescription ()

 Human-readable description.
 
string description = 4;

genel OpDef.AttrDef.Builder clearField (com.google.protobuf.Descriptors.FieldDescriptor alanı)

genel OpDef.AttrDef.Builder clearHasMinimum ()

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

public OpDef.AttrDef.Builder clearMinimum ()

int64 minimum = 6;

public OpDef.AttrDef.Builder clearName ()

 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;

public OpDef.AttrDef.Builder clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)

public OpDef.AttrDef.Builder clearType ()

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

genel OpDef.AttrDef.Builder klonu ()

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

genel AttrValue.Builder getAllowedValuesBuilder ()

 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;

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

public OpDef.AttrDef getDefaultInstanceForType ()

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

public AttrValue.Builder getDefaultValueBuilder ()

 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;

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

genel Dize getDescription ()

 Human-readable description.
 
string description = 4;

public com.google.protobuf.ByteString getDescriptionBytes ()

 Human-readable description.
 
string description = 4;

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

public com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()

genel boolean getHasMinimum ()

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

genel uzun getMinimum ()

int64 minimum = 6;

genel Dize 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;

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

genel Dize getType ()

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

public com.google.protobuf.ByteString getTypeBytes ()

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

genel boolean 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;

genel boolean 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;

genel final boolean isInitialized ()

public OpDef.AttrDef.Builder mergeAllowedValues ​​( AttrValue değeri)

 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;

public OpDef.AttrDef.Builder mergeDefaultValue ( AttrValue değeri)

 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;

genel OpDef.AttrDef.Builder mergeFrom (com.google.protobuf.Message other)

genel OpDef.AttrDef.Builder mergeFrom (com.google.protobuf.CodedInputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Atar
IOİstisnası

genel final OpDef.AttrDef.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet bilinmiyorFields)

public OpDef.AttrDef.Builder setAllowedValues ​​( AttrValue.Builder builderForValue)

 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;

public OpDef.AttrDef.Builder setAllowedValues ​​( AttrValue değeri)

 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;

public OpDef.AttrDef.Builder setDefaultValue ( AttrValue değeri)

 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;

public OpDef.AttrDef.Builder setDefaultValue ( AttrValue.Builder builderForValue)

 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;

public OpDef.AttrDef.Builder setDescription (Dize değeri)

 Human-readable description.
 
string description = 4;

public OpDef.AttrDef.Builder setDescriptionBytes (com.google.protobuf.ByteString değeri)

 Human-readable description.
 
string description = 4;

public OpDef.AttrDef.Builder setField (com.google.protobuf.Descriptors.FieldDescriptor alanı, Nesne değeri)

public OpDef.AttrDef.Builder setHasMinimum (boole değeri)

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

public OpDef.AttrDef.Builder setMinimum (uzun değer)

int64 minimum = 6;

public OpDef.AttrDef.Builder setName (Dize değeri)

 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;

public OpDef.AttrDef.Builder setNameBytes (com.google.protobuf.ByteString değeri)

 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;

public OpDef.AttrDef.Builder setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor alanı, int dizini, Nesne değeri)

public OpDef.AttrDef.Builder setType (Dize değeri)

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

public OpDef.AttrDef.Builder setTypeBytes (com.google.protobuf.ByteString değeri)

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

genel final OpDef.AttrDef.Builder setUnknownFields (com.google.protobuf.UnknownFieldSet bilinmiyorFields)