lớp cuối cùng tĩnh công khai OpDef.ArgDef
For describing inputs and outputs.
tensorflow.OpDef.ArgDef
Các lớp lồng nhau
lớp học | OpDef.ArgDef.Builder | For describing inputs and outputs. |
Hằng số
int | DESCRIPTION_FIELD_NUMBER | |
int | IS_REF_FIELD_NUMBER | |
int | NAME_FIELD_NUMBER | |
int | NUMBER_ATTR_FIELD_NUMBER | |
int | TYPE_ATTR_FIELD_NUMBER | |
int | TYPE_FIELD_NUMBER | |
int | TYPE_LIST_ATTR_FIELD_NUMBER |
Phương pháp công cộng
boolean | bằng (Đối tượng obj) |
OpDef tĩnh.ArgDef | |
OpDef.ArgDef | |
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 | getIsRef () For inputs: if true, the inputs are required to be refs. |
Sợi dây | lấy Tên () Name for the input/output. |
com.google.protobuf.ByteString | getNameBytes () Name for the input/output. |
Sợi dây | getNumberAttr () if specified, attr must have type "int" string number_attr = 5; |
com.google.protobuf.ByteString | getNumberAttrBytes () if specified, attr must have type "int" string number_attr = 5; |
int | |
Kiểu dữ liệu | getType () Describes the type of one or more tensors that are accepted/produced by this input/output arg. |
Sợi dây | getTypeAttr () if specified, attr must have type "type" string type_attr = 4; |
com.google.protobuf.ByteString | getTypeAttrBytes () if specified, attr must have type "type" string type_attr = 4; |
Sợi dây | getTypeListAttr () If specified, attr must have type "list(type)", and none of type, type_attr, and number_attr may be specified. |
com.google.protobuf.ByteString | getTypeListAttrBytes () If specified, attr must have type "list(type)", and none of type, type_attr, and number_attr may be specified. |
int | getTypeValue () Describes the type of one or more tensors that are accepted/produced by this input/output arg. |
com.google.protobuf.UnknownFieldSet cuối cùng | |
int | mã băm () |
boolean cuối cùng | |
OpDef.ArgDef.Builder tĩnh | newBuilder ( nguyên mẫu OpDef.ArgDef ) |
OpDef.ArgDef.Builder tĩnh | |
OpDef.ArgDef.Builder | |
OpDef tĩnh.ArgDef | phân tích cú phápDelimitedFrom (Đầu vào luồng đầu vào) |
OpDef tĩnh.ArgDef | 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.ArgDef | ParseFrom (dữ liệu ByteBuffer) |
OpDef tĩnh.ArgDef | ParseFrom (đầu vào com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
OpDef tĩnh.ArgDef | ParseFrom (Dữ liệu ByteBuffer, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
OpDef tĩnh.ArgDef | ParseFrom (đầu vào com.google.protobuf.CodedInputStream) |
OpDef tĩnh.ArgDef | ParseFrom (dữ liệu byte[], com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
OpDef tĩnh.ArgDef | ParseFrom (dữ liệu com.google.protobuf.ByteString) |
OpDef tĩnh.ArgDef | ParseFrom (Đầu vào inputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
OpDef tĩnh.ArgDef | ParsFrom (dữ liệu com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
tĩnh | |
OpDef.ArgDef.Builder | toBuilder () |
trống rỗng | writeTo (đầu ra com.google.protobuf.CodedOutputStream) |
Phương pháp kế thừa
Hằng số
int cuối cùng tĩnh công khai DESCRIPTION_FIELD_NUMBER
Giá trị không đổi: 2
int cuối cùng tĩnh công khai IS_REF_FIELD_NUMBER
Giá trị không đổi: 16
int cuối cùng tĩnh công khai NAME_FIELD_NUMBER
Giá trị không đổi: 1
int cuối cùng tĩnh công khai NUMBER_ATTR_FIELD_NUMBER
Giá trị không đổi: 5
int tĩnh công khai TYPE_ATTR_FIELD_NUMBER
Giá trị không đổi: 4
int tĩnh công khai TYPE_FIELD_NUMBER
Giá trị không đổi: 3
int tĩnh công khai TYPE_LIST_ATTR_FIELD_NUMBER
Giá trị không đổi: 6
Phương pháp công cộng
boolean công khai bằng (Object obj)
Chuỗi công khai getDescription ()
Human readable description.
string description = 2;
com.google.protobuf.ByteString getDescriptionBytes công khai ()
Human readable description.
string description = 2;
công khai tĩnh cuối cùng com.google.protobuf.Descriptors.Descriptor getDescriptor ()
boolean công khai getIsRef ()
For inputs: if true, the inputs are required to be refs. By default, inputs can be either refs or non-refs. For outputs: if true, outputs are refs, otherwise they are not.
bool is_ref = 16;
Chuỗi công khai getName ()
Name for the input/output. Should match the regexp "[a-z][a-z0-9_]*".
string name = 1;
com.google.protobuf.ByteString getNameBytes công khai ()
Name for the input/output. Should match the regexp "[a-z][a-z0-9_]*".
string name = 1;
Chuỗi công khai getNumberAttr ()
if specified, attr must have type "int"
string number_attr = 5;
com.google.protobuf.ByteString getNumberAttrBytes công khai ()
if specified, attr must have type "int"
string number_attr = 5;
công cộng getParserForType ()
int công khai getSerializedSize ()
getType kiểu dữ liệu công khai ()
Describes the type of one or more tensors that are accepted/produced by this input/output arg. The only legal combinations are: * For a single tensor: either the "type" field is set or the "type_attr" field is set to the name of an attr with type "type". * For a sequence of tensors with the same type: the "number_attr" field will be set to the name of an attr with type "int", and either the "type" or "type_attr" field will be set as for single tensors. * For a sequence of tensors, the "type_list_attr" field will be set to the name of an attr with type "list(type)".
.tensorflow.DataType type = 3;
Chuỗi công khai getTypeAttr ()
if specified, attr must have type "type"
string type_attr = 4;
com.google.protobuf.ByteString getTypeAttrBytes công khai ()
if specified, attr must have type "type"
string type_attr = 4;
Chuỗi công khai getTypeListAttr ()
If specified, attr must have type "list(type)", and none of type, type_attr, and number_attr may be specified.
string type_list_attr = 6;
com.google.protobuf.ByteString công khai getTypeListAttrBytes ()
If specified, attr must have type "list(type)", and none of type, type_attr, and number_attr may be specified.
string type_list_attr = 6;
int công khai getTypeValue ()
Describes the type of one or more tensors that are accepted/produced by this input/output arg. The only legal combinations are: * For a single tensor: either the "type" field is set or the "type_attr" field is set to the name of an attr with type "type". * For a sequence of tensors with the same type: the "number_attr" field will be set to the name of an attr with type "int", and either the "type" or "type_attr" field will be set as for single tensors. * For a sequence of tensors, the "type_list_attr" field will be set to the name of an attr with type "list(type)".
.tensorflow.DataType type = 3;
trận chung kết công khai com.google.protobuf.UnknownFieldSet getUnknownFields ()
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.ArgDef ParseDelimitedFrom (đầu vào InputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Ném
IOException |
---|
tĩnh công khai OpDef.ArgDef phân tích 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.ArgDef phân tích cú phápFrom (đầu vào com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Ném
IOException |
---|
tĩnh công khai OpDef.ArgDef phân tích cú phápFrom (Dữ liệu ByteBuffer, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Ném
Giao thức đệm ngoại lệ không hợp lệ |
---|
công khai phân tích cú pháp OpDef.ArgDef tĩnh (đầu vào com.google.protobuf.CodedInputStream)
Ném
IOException |
---|
tĩnh công khai OpDef.ArgDef 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ệ |
---|
công khai phân tích cú pháp OpDef.ArgDef tĩnh từ (dữ liệu com.google.protobuf.ByteString)
Ném
Giao thức đệm ngoại lệ không hợp lệ |
---|
tĩnh công khai OpDef.ArgDef phân tích cú phápFrom (đầu vào InputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Ném
IOException |
---|
tĩnh công khai OpDef.ArgDef phân tích cú phápFrom (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 |
---|