الطبقة النهائية العامة الثابتة OpDef.ArgDef.Builder
For describing inputs and outputs.نوع البروتوبوف
tensorflow.OpDef.ArgDef
الأساليب العامة
OpDef.ArgDef.Builder | addRepeatedField (حقل com.google.protobuf.Descriptors.FieldDescriptor، قيمة الكائن) |
OpDef.ArgDef | يبني () |
OpDef.ArgDef | بناء جزئي () |
OpDef.ArgDef.Builder | واضح () |
OpDef.ArgDef.Builder | وصف واضح () Human readable description. |
OpDef.ArgDef.Builder | ClearField (حقل com.google.protobuf.Descriptors.FieldDescriptor) |
OpDef.ArgDef.Builder | ClearIsRef () For inputs: if true, the inputs are required to be refs. |
OpDef.ArgDef.Builder | اسم واضح () Name for the input/output. |
OpDef.ArgDef.Builder | كليرنومبيراتر () if specified, attr must have type "int" string number_attr = 5; |
OpDef.ArgDef.Builder | ClearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof) |
OpDef.ArgDef.Builder | نوع واضح () Describes the type of one or more tensors that are accepted/produced by this input/output arg. |
OpDef.ArgDef.Builder | ClearTypeAttr () if specified, attr must have type "type" string type_attr = 4; |
OpDef.ArgDef.Builder | ClearTypeListAttr () If specified, attr must have type "list(type)", and none of type, type_attr, and number_attr may be specified. |
OpDef.ArgDef.Builder | استنساخ () |
OpDef.ArgDef | |
خيط | الحصول على الوصف () Human readable description. |
com.google.protobuf.ByteString | الحصول على الوصف بايت () Human readable description. |
النهائي الثابت com.google.protobuf.Descriptors.Descriptor | |
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. |
منطقية نهائية | تمت التهيئة () |
OpDef.ArgDef.Builder | دمج من (com.google.protobuf.Message أخرى) |
OpDef.ArgDef.Builder | دمج من (com.google.protobuf.CodedInputStream input، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
OpDef.ArgDef.Builder النهائي | دمجUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields) |
OpDef.ArgDef.Builder | setDescription (قيمة السلسلة) Human readable description. |
OpDef.ArgDef.Builder | setDescriptionBytes (قيمة com.google.protobuf.ByteString) Human readable description. |
OpDef.ArgDef.Builder | setField (حقل com.google.protobuf.Descriptors.FieldDescriptor، قيمة الكائن) |
OpDef.ArgDef.Builder | setIsRef (قيمة منطقية) For inputs: if true, the inputs are required to be refs. |
OpDef.ArgDef.Builder | setName (قيمة السلسلة) Name for the input/output. |
OpDef.ArgDef.Builder | setNameBytes (قيمة com.google.protobuf.ByteString) Name for the input/output. |
OpDef.ArgDef.Builder | setNumberAttr (قيمة السلسلة) if specified, attr must have type "int" string number_attr = 5; |
OpDef.ArgDef.Builder | setNumberAttrBytes (قيمة com.google.protobuf.ByteString) if specified, attr must have type "int" string number_attr = 5; |
OpDef.ArgDef.Builder | setRepeatedField (حقل com.google.protobuf.Descriptors.FieldDescriptor، فهرس int، قيمة الكائن) |
OpDef.ArgDef.Builder | |
OpDef.ArgDef.Builder | setTypeAttr (قيمة السلسلة) if specified, attr must have type "type" string type_attr = 4; |
OpDef.ArgDef.Builder | setTypeAttrBytes (قيمة com.google.protobuf.ByteString) if specified, attr must have type "type" string type_attr = 4; |
OpDef.ArgDef.Builder | setTypeListAttr (قيمة السلسلة) If specified, attr must have type "list(type)", and none of type, type_attr, and number_attr may be specified. |
OpDef.ArgDef.Builder | setTypeListAttrBytes (قيمة com.google.protobuf.ByteString) If specified, attr must have type "list(type)", and none of type, type_attr, and number_attr may be specified. |
OpDef.ArgDef.Builder | setTypeValue (قيمة int) Describes the type of one or more tensors that are accepted/produced by this input/output arg. |
OpDef.ArgDef.Builder النهائي | setUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields) |
الطرق الموروثة
الأساليب العامة
OpDef.ArgDef.Builder public addRepeatedField (حقل com.google.protobuf.Descriptors.FieldDescriptor، قيمة الكائن)
OpDef.ArgDef.Builder العام ClearIsRef ()
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;
OpDef.ArgDef.Builder العام ClearName ()
Name for the input/output. Should match the regexp "[a-z][a-z0-9_]*".
string name = 1;
OpDef.ArgDef.Builder العام ClearNumberAttr ()
if specified, attr must have type "int"
string number_attr = 5;
OpDef.ArgDef.Builder العام ClearType ()
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;
OpDef.ArgDef.Builder العام ClearTypeAttr ()
if specified, attr must have type "type"
string type_attr = 4;
OpDef.ArgDef.Builder العام ClearTypeListAttr ()
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;
الحصول على سلسلة عامة ()
Human readable description.
string description = 2;
com.google.protobuf.ByteString العامة getDescriptionBytes ()
Human readable description.
string description = 2;
النهائي العام الثابت com.google.protobuf.Descriptors.Descriptor getDescriptor ()
com.google.protobuf.Descriptors.Descriptor getDescriptorForType () العام
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;
نوع البيانات العام 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;
تمت تهيئة القيمة المنطقية النهائية العامة ()
OpDef.ArgDef.Builder العام mergeFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
رميات
IOEException |
---|
النهائي العام OpDef.ArgDef.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSetUnknownFields)
مجموعة OpDef.ArgDef.Builder العامة (قيمة السلسلة)
Human readable description.
string description = 2;
OpDef.ArgDef.Builder العامة setDescriptionBytes (قيمة com.google.protobuf.ByteString)
Human readable description.
string description = 2;
OpDef.ArgDef.Builder setField العام (حقل com.google.protobuf.Descriptors.FieldDescriptor، قيمة الكائن)
OpDef.ArgDef.Builder public setIsRef (قيمة منطقية)
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;
اسم مجموعة OpDef.ArgDef.Builder العام (قيمة السلسلة)
Name for the input/output. Should match the regexp "[a-z][a-z0-9_]*".
string name = 1;
مجموعة OpDef.ArgDef.Builder العامة NameBytes (قيمة com.google.protobuf.ByteString)
Name for the input/output. Should match the regexp "[a-z][a-z0-9_]*".
string name = 1;
مجموعة OpDef.ArgDef.Builder العامة NumberAttr (قيمة السلسلة)
if specified, attr must have type "int"
string number_attr = 5;
مجموعة OpDef.ArgDef.Builder العامة NumberAttrBytes (قيمة com.google.protobuf.ByteString)
if specified, attr must have type "int"
string number_attr = 5;
OpDef.ArgDef.Builder العام setRepeatedField (حقل com.google.protobuf.Descriptors.FieldDescriptor، مؤشر int، قيمة الكائن)
مجموعة OpDef.ArgDef.Builder العامة (قيمة DataType )
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;
OpDef.ArgDef.Builder setTypeAttr العامة (قيمة السلسلة)
if specified, attr must have type "type"
string type_attr = 4;
مجموعة OpDef.ArgDef.Builder العامة TypeAttrBytes (قيمة com.google.protobuf.ByteString)
if specified, attr must have type "type"
string type_attr = 4;
OpDef.ArgDef.Builder العام setTypeListAttr (قيمة السلسلة)
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;
مجموعة OpDef.ArgDef.Builder العامة TypeListAttrBytes (قيمة com.google.protobuf.ByteString)
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;
OpDef.ArgDef.Builder setTypeValue العامة (قيمة int)
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;