کلاس نهایی استاتیک عمومی 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 |
روش های عمومی
بولی | برابر است (object obj) |
AttrValue | getAllowedValues () 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. |
رشته | getDescription () Human-readable description. |
com.google.protobuf.ByteString | getDescriptionBytes () Human-readable description. |
نهایی static com.google.protobuf.Descriptors.Descriptor | |
بولی | getHasMinimum () For type == "int", this is a minimum value. |
طولانی | دریافت حداقل () int64 minimum = 6; |
رشته | getName () A descriptive name for the argument. |
com.google.protobuf.ByteString | getNameBytes () A descriptive name for the argument. |
بین المللی | |
رشته | 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.). |
com.google.protobuf.UnknownFieldSet نهایی | |
بولی | hasAllowedValues () The set of allowed values. |
بولی | hasDefaultValue () A reasonable default for this attribute if the user does not supply a value. |
بین المللی | هش کد () |
بولی نهایی | |
استاتیک OpDef.AttrDef.Builder | newBuilder (نمونه اولیه OpDef.AttrDef ) |
استاتیک OpDef.AttrDef.Builder | newBuilder () |
OpDef.AttrDef.Builder | |
استاتیک OpDef.AttrDef | parseDelimitedFrom (ورودی جریان ورودی) |
استاتیک OpDef.AttrDef | parseDelimitedFrom (ورودی InputStream، 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 | toBuilder () |
باطل | 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
نهایی استاتیک عمومی 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;
عمومی 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;
عمومی 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;
public static final 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;
دریافت طولانی مدت عمومی حداقل ()
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;
عمومی getParserForType ()
عمومی int 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;
هش کد عمومی ()
بولین نهایی عمومی isInitialized ()
عمومی ثابت OpDef.AttrDef parseDelimitedFrom (ورودی InputStream، com.google.protobuf.ExtensionRegistryLite extensionRegistry)
پرتاب می کند
IOException |
---|
عمومی استاتیک OpDef.AttrDef parseFrom (ورودی com.google.protobuf.CodedInputStream، com.google.protobuf.ExtensionRegistryLite extensionRegistry)
پرتاب می کند
IOException |
---|
عمومی استاتیک OpDef.AttrDef parseFrom (داده های ByteBuffer، com.google.protobuf.ExtensionRegistryLite extensionRegistry)
پرتاب می کند
InvalidProtocolBufferException |
---|
عمومی استاتیک OpDef.AttrDef parseFrom (ورودی com.google.protobuf.CodedInputStream)
پرتاب می کند
IOException |
---|
عمومی استاتیک OpDef.AttrDef parseFrom (بایت[] داده، com.google.protobuf.ExtensionRegistryLite extensionRegistry)
پرتاب می کند
InvalidProtocolBufferException |
---|
عمومی استاتیک OpDef.AttrDef parseFrom (داده های com.google.protobuf.ByteString)
پرتاب می کند
InvalidProtocolBufferException |
---|
عمومی استاتیک OpDef.AttrDef parseFrom (ورودی InputStream، com.google.protobuf.ExtensionRegistryLite extensionRegistry)
پرتاب می کند
IOException |
---|
عمومی استاتیک OpDef.AttrDef parseFrom (داده های com.google.protobuf.ByteString، com.google.protobuf.ExtensionRegistryLite extensionRegistry)
پرتاب می کند
InvalidProtocolBufferException |
---|
استاتیک عمومی تجزیه کننده ()
public void writeTo (خروجی com.google.protobuf.CodedOutputStream)
پرتاب می کند
IOException |
---|
کلاس نهایی استاتیک عمومی 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 |
روش های عمومی
بولی | برابر است (object obj) |
AttrValue | getAllowedValues () 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. |
رشته | getDescription () Human-readable description. |
com.google.protobuf.ByteString | getDescriptionBytes () Human-readable description. |
نهایی static com.google.protobuf.Descriptors.Descriptor | |
بولی | getHasMinimum () For type == "int", this is a minimum value. |
طولانی | دریافت حداقل () int64 minimum = 6; |
رشته | getName () A descriptive name for the argument. |
com.google.protobuf.ByteString | getNameBytes () A descriptive name for the argument. |
بین المللی | |
رشته | 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.). |
com.google.protobuf.UnknownFieldSet نهایی | |
بولی | hasAllowedValues () The set of allowed values. |
بولی | hasDefaultValue () A reasonable default for this attribute if the user does not supply a value. |
بین المللی | هش کد () |
بولی نهایی | |
استاتیک OpDef.AttrDef.Builder | newBuilder (نمونه اولیه OpDef.AttrDef ) |
استاتیک OpDef.AttrDef.Builder | newBuilder () |
OpDef.AttrDef.Builder | |
استاتیک OpDef.AttrDef | parseDelimitedFrom (ورودی جریان ورودی) |
استاتیک OpDef.AttrDef | parseDelimitedFrom (ورودی InputStream، 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 | toBuilder () |
باطل | 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
نهایی استاتیک عمومی 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;
عمومی 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;
عمومی 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;
public static final 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;
دریافت طولانی مدت عمومی حداقل ()
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;
عمومی getParserForType ()
عمومی int 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;
هش کد عمومی ()
بولین نهایی عمومی isInitialized ()
عمومی ثابت OpDef.AttrDef parseDelimitedFrom (ورودی InputStream، com.google.protobuf.ExtensionRegistryLite extensionRegistry)
پرتاب می کند
IOException |
---|
عمومی استاتیک OpDef.AttrDef parseFrom (ورودی com.google.protobuf.CodedInputStream، com.google.protobuf.ExtensionRegistryLite extensionRegistry)
پرتاب می کند
IOException |
---|
عمومی استاتیک OpDef.AttrDef parseFrom (داده های ByteBuffer، com.google.protobuf.ExtensionRegistryLite extensionRegistry)
پرتاب می کند
InvalidProtocolBufferException |
---|
عمومی استاتیک OpDef.AttrDef parseFrom (ورودی com.google.protobuf.CodedInputStream)
پرتاب می کند
IOException |
---|
عمومی استاتیک OpDef.AttrDef parseFrom (بایت[] داده، com.google.protobuf.ExtensionRegistryLite extensionRegistry)
پرتاب می کند
InvalidProtocolBufferException |
---|
عمومی استاتیک OpDef.AttrDef parseFrom (داده های com.google.protobuf.ByteString)
پرتاب می کند
InvalidProtocolBufferException |
---|
عمومی استاتیک OpDef.AttrDef parseFrom (ورودی InputStream، com.google.protobuf.ExtensionRegistryLite extensionRegistry)
پرتاب می کند
IOException |
---|
عمومی استاتیک OpDef.AttrDef parseFrom (داده های com.google.protobuf.ByteString، com.google.protobuf.ExtensionRegistryLite extensionRegistry)
پرتاب می کند
InvalidProtocolBufferException |
---|
استاتیک عمومی تجزیه کننده ()
public void writeTo (خروجی com.google.protobuf.CodedOutputStream)
پرتاب می کند
IOException |
---|