الطبقة النهائية العامة الثابتة OpDef.ArgDef
For describing inputs and outputs.
tensorflow.OpDef.ArgDef فئات متداخلة
| فصل | OpDef.ArgDef.Builder | For describing inputs and outputs. | |
الثوابت
| كثافة العمليات | DESCRIPTION_FIELD_NUMBER | |
| كثافة العمليات | IS_REF_FIELD_NUMBER | |
| كثافة العمليات | NAME_FIELD_NUMBER | |
| كثافة العمليات | NUMBER_ATTR_FIELD_NUMBER | |
| كثافة العمليات | TYPE_ATTR_FIELD_NUMBER | |
| كثافة العمليات | TYPE_FIELD_NUMBER | |
| كثافة العمليات | TYPE_LIST_ATTR_FIELD_NUMBER |
الأساليب العامة
| منطقية | يساوي (كائن كائن) |
| ثابت OpDef.ArgDef | |
| OpDef.ArgDef | |
| خيط | الحصول على الوصف () Human readable description. |
| com.google.protobuf.ByteString | الحصول على الوصف بايت () Human readable description. |
| النهائي الثابت com.google.protobuf.Descriptors.Descriptor | |
| منطقية | getIsRef () For inputs: if true, the inputs are required to be refs. |
| خيط | الحصول على الاسم () Name for the input/output. |
| com.google.protobuf.ByteString | الحصول على اسم بايت () Name for the input/output. |
| خيط | getNumberAttr () if specified, attr must have type "int" string number_attr = 5; |
| com.google.protobuf.ByteString | الحصول علىNumberAttrBytes () if specified, attr must have type "int" string number_attr = 5; |
| كثافة العمليات | |
| نوع البيانات | الحصول على النوع () Describes the type of one or more tensors that are accepted/produced by this input/output arg. |
| خيط | الحصول علىTypeAttr () if specified, attr must have type "type" string type_attr = 4; |
| com.google.protobuf.ByteString | الحصول علىTypeAttrBytes () if specified, attr must have type "type" string type_attr = 4; |
| خيط | 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. |
| كثافة العمليات | الحصول علىTypeValue () Describes the type of one or more tensors that are accepted/produced by this input/output arg. |
| النهائي com.google.protobuf.UnknownFieldSet | |
| كثافة العمليات | رمز التجزئة () |
| منطقية نهائية | تمت التهيئة () |
| ثابت OpDef.ArgDef.Builder | newBuilder (النموذج الأولي OpDef.ArgDef ) |
| ثابت OpDef.ArgDef.Builder | منشئ جديد () |
| OpDef.ArgDef.Builder | |
| ثابت OpDef.ArgDef | parseDelimitedFrom (إدخال InputStream) |
| ثابت OpDef.ArgDef | parseDelimitedFrom (إدخال InputStream، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
| ثابت OpDef.ArgDef | parseFrom (بيانات ByteBuffer) |
| ثابت OpDef.ArgDef | parseFrom (com.google.protobuf.CodedInputStream input، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
| ثابت OpDef.ArgDef | parseFrom (بيانات ByteBuffer، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
| ثابت OpDef.ArgDef | parseFrom (com.google.protobuf.CodedInputStream الإدخال) |
| ثابت OpDef.ArgDef | parseFrom (بيانات البايت[]، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
| ثابت OpDef.ArgDef | parseFrom (بيانات com.google.protobuf.ByteString) |
| ثابت OpDef.ArgDef | parseFrom (إدخال InputStream، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
| ثابت OpDef.ArgDef | parseFrom (com.google.protobuf.ByteString data، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
| ثابت | محلل () |
| OpDef.ArgDef.Builder | إلى البناء () |
| فارغ | writeTo (إخراج com.google.protobuf.CodedOutputStream) |
الطرق الموروثة
الثوابت
العدد النهائي الثابت العام DESCRIPTION_FIELD_NUMBER
القيمة الثابتة: 2
العدد النهائي الثابت العام هو IS_REF_FIELD_NUMBER
القيمة الثابتة: 16
int النهائي الثابت العام NAME_FIELD_NUMBER
القيمة الثابتة: 1
العدد النهائي الثابت العام NUMBER_ATTR_FIELD_NUMBER
القيمة الثابتة: 5
العدد النهائي الثابت العام TYPE_ATTR_FIELD_NUMBER
القيمة الثابتة: 4
العدد النهائي الثابت العام TYPE_FIELD_NUMBER
القيمة الثابتة: 3
العدد النهائي الثابت العام TYPE_LIST_ATTR_FIELD_NUMBER
القيمة الثابتة: 6
الأساليب العامة
القيمة المنطقية العامة تساوي (Object obj)
الحصول على سلسلة عامة ()
Human readable description.
string description = 2; com.google.protobuf.ByteString العامة getDescriptionBytes ()
Human readable description.
string description = 2; النهائي العام الثابت com.google.protobuf.Descriptors.Descriptor getDescriptor ()
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; سلسلة getName العامة ()
Name for the input/output. Should match the regexp "[a-z][a-z0-9_]*".
string name = 1; com.google.protobuf.ByteString getNameBytes () العام
Name for the input/output. Should match the regexp "[a-z][a-z0-9_]*".
string name = 1; سلسلة 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 public getSerializedSize ()
نوع البيانات العام getType ()
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; سلسلة عامة 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; سلسلة 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 العامة 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 public 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; النهائي العام com.google.protobuf.UnknownFieldSet getUnknownFields ()
كود التجزئة الدولي العام ()
تمت تهيئة القيمة المنطقية النهائية العامة ()
OpDef.ArgDef parseDelimitedFrom العام الثابت (إدخال InputStream، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
رميات
| IOEException |
|---|
OpDef.ArgDef parseFrom ثابت عام (com.google.protobuf.CodedInputStream input، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
رميات
| IOEException |
|---|
OpDef.ArgDef parseFrom ثابت عام (بيانات ByteBuffer، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
رميات
| InvalidProtocolBufferException |
|---|
تحليل OpDef.ArgDef الثابت العام (بيانات البايت []، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
رميات
| InvalidProtocolBufferException |
|---|
تحليل OpDef.ArgDef العام الثابت (بيانات com.google.protobuf.ByteString)
رميات
| InvalidProtocolBufferException |
|---|
OpDef.ArgDef parseFrom ثابت عام (إدخال InputStream، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
رميات
| IOEException |
|---|
OpDef.ArgDef parseFrom ثابت عام (com.google.protobuf.ByteString data، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
رميات
| InvalidProtocolBufferException |
|---|
ساكنة عامة محلل ()
الكتابة إلى الفراغ العام (إخراج com.google.protobuf.CodedOutputStream)
رميات
| IOEException |
|---|