lớp cuối cùng tĩnh công khai 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.
tensorflow.OpDef.AttrDef
Các lớp lồng nhau
lớp học | OpDef.AttrDef.Builder | Description of the graph-construction-time configuration of this Op. |
Hằng số
int | ALLOWED_VALUES_FIELD_NUMBER | |
int | DEFAULT_VALUE_FIELD_NUMBER | |
int | DESCRIPTION_FIELD_NUMBER | |
int | HAS_MINIMUM_FIELD_NUMBER | |
int | MINIMUM_FIELD_NUMBER | |
int | NAME_FIELD_NUMBER | |
int | TYPE_FIELD_NUMBER |
Phương pháp công khai
boolean | bằng (Đối tượng obj) |
Giá trị Attr | getAllowedValues () The set of allowed values. |
AttrValueOrBuilder | getAllowedValuesOrBuilder () The set of allowed values. |
OpDef tĩnh.AttrDef | |
OpDef.AttrDef | |
Giá trị Attr | 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. |
Sợi dây | getDescription () Human-readable description. |
com.google.protobuf.ByteString | getDescriptionBytes () Human-readable description. |
com.google.protobuf.Descriptors.Descriptor tĩnh cuối cùng | |
boolean | getHasMinimum () For type == "int", this is a minimum value. |
dài | lấyTối thiểu () int64 minimum = 6; |
Sợi dây | lấy Tên () A descriptive name for the argument. |
com.google.protobuf.ByteString | getNameBytes () A descriptive name for the argument. |
int | |
Sợi dây | 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.). |
cuối cùng com.google.protobuf.UnknownFieldSet | |
boolean | hasAllowedValues () The set of allowed values. |
boolean | hasDefaultValue () A reasonable default for this attribute if the user does not supply a value. |
int | mã băm () |
boolean cuối cùng | |
OpDef.AttrDef.Builder tĩnh | newBuilder ( nguyên mẫu OpDef.AttrDef ) |
OpDef.AttrDef.Builder tĩnh | |
OpDef.AttrDef.Builder | |
OpDef tĩnh.AttrDef | phân tích cú phápDelimitedFrom (Đầu vào luồng đầu vào) |
OpDef tĩnh.AttrDef | phân tích cú phápDelimitedFrom (Đầu vào luồng đầu vào, com.google.protobuf.ExtensionRegistryLite tiện ích mở rộngRegistry) |
OpDef tĩnh.AttrDef | ParseFrom (dữ liệu ByteBuffer) |
OpDef tĩnh.AttrDef | ParseFrom (đầu vào com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
OpDef tĩnh.AttrDef | ParseFrom (Dữ liệu ByteBuffer, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
OpDef tĩnh.AttrDef | ParseFrom (đầu vào com.google.protobuf.CodedInputStream) |
OpDef tĩnh.AttrDef | ParseFrom (dữ liệu byte[], com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
OpDef tĩnh.AttrDef | ParseFrom (dữ liệu com.google.protobuf.ByteString) |
OpDef tĩnh.AttrDef | ParseFrom (Đầu vào inputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
OpDef tĩnh.AttrDef | ParseFrom (dữ liệu com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
tĩnh | |
OpDef.AttrDef.Builder | toBuilder () |
trống rỗng | writeTo (đầu ra com.google.protobuf.CodedOutputStream) |
Phương pháp kế thừa
Hằng số
int tĩnh công khai ALLOWED_VALUES_FIELD_NUMBER
Giá trị không đổi: 7
int tĩnh công khai DEFAULT_VALUE_FIELD_NUMBER
Giá trị không đổi: 3
int cuối cùng tĩnh công khai DESCRIPTION_FIELD_NUMBER
Giá trị không đổi: 4
int tĩnh cuối cùng HAS_MINIMUM_FIELD_NUMBER
Giá trị không đổi: 5
int cuối cùng tĩnh công khai MINIMUM_FIELD_NUMBER
Giá trị không đổi: 6
int cuối cùng tĩnh công khai NAME_FIELD_NUMBER
Giá trị không đổi: 1
int tĩnh cuối cùng TYPE_FIELD_NUMBER
Giá trị không đổi: 2
Phương pháp công khai
boolean công khai bằng (Object obj)
AttrValue công khai 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;
công khai 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 công khai 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;
công khai 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;
Chuỗi công khai getDescription ()
Human-readable description.
string description = 4;
com.google.protobuf.ByteString getDescriptionBytes công khai ()
Human-readable description.
string description = 4;
công khai tĩnh cuối cùng com.google.protobuf.Descriptors.Descriptor getDescriptor ()
boolean công khai getHasMinimum ()
For type == "int", this is a minimum value. For "list(___)" types, this is the minimum length.
bool has_minimum = 5;
công khai dài getMinimum ()
int64 minimum = 6;
Chuỗi công khai 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 công khai ()
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;
công cộng getParserForType ()
int công khai getSerializedSize ()
Chuỗi công khai getType ()
One of the type names from attr_value.proto ("string", "list(string)", "int", etc.).
string type = 2;
com.google.protobuf.ByteString getTypeBytes công khai ()
One of the type names from attr_value.proto ("string", "list(string)", "int", etc.).
string type = 2;
trận chung kết công khai com.google.protobuf.UnknownFieldSet getUnknownFields ()
boolean công khai 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;
boolean công khai 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;
mã băm int công khai ()
boolean cuối cùng công khai được khởi tạo ()
tĩnh công khai OpDef.AttrDef ParseDelimitedFrom (đầu vào InputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Ném
IOException |
---|
công khai OpDef.AttrDef phân tích cú pháp từ (dữ liệu ByteBuffer)
Ném
Giao thức đệm ngoại lệ không hợp lệ |
---|
tĩnh công khai OpDef.AttrDef ParsFrom (đầu vào com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Ném
IOException |
---|
tĩnh công khai OpDef.AttrDef ParsFrom (Dữ liệu ByteBuffer, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Ném
Giao thức đệm ngoại lệ không hợp lệ |
---|
tĩnh công khai OpDef.AttrDef ParsFrom (đầu vào com.google.protobuf.CodedInputStream)
Ném
IOException |
---|
tĩnh công khai OpDef.AttrDef phân tích cú phápFrom (dữ liệu byte[], com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Ném
Giao thức đệm ngoại lệ không hợp lệ |
---|
tĩnh công khai OpDef.AttrDef ParsFrom (dữ liệu com.google.protobuf.ByteString)
Ném
Giao thức đệm ngoại lệ không hợp lệ |
---|
công khai OpDef.AttrDef phân tích cú pháp từ (đầu vào InputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Ném
IOException |
---|
tĩnh công khai OpDef.AttrDef ParsFrom (dữ liệu com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Ném
Giao thức đệm ngoại lệ không hợp lệ |
---|
công cộng tĩnh trình phân tích cú pháp ()
public void writeTo (đầu ra com.google.protobuf.CodedOutputStream)
Ném
IOException |
---|