OpDef.ArgDef

OpDef.ArgDef คลาสสุดท้ายแบบคงที่สาธารณะ

 For describing inputs and outputs.
 
Protobuf ประเภท 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

วิธีการสาธารณะ

บูลีน
เท่ากับ (วัตถุ obj)
OpDef.ArgDef แบบคงที่
OpDef.ArgDef
สตริง
รับคำอธิบาย ()
 Human readable description.
com.google.protobuf.ByteString
getDescriptionBytes ()
 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
getNameBytes ()
 Name for the input/output.
สตริง
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;
ภายใน
ประเภทข้อมูล
รับประเภท ()
 Describes the type of one or more tensors that are accepted/produced
 by this input/output arg.
สตริง
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.
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.
ภายใน
getTypeValue ()
 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 (อินพุตสตรีม com.google.protobuf.ExtensionRegistryLite extensionRegistry)
OpDef.ArgDef แบบคงที่
parseFrom (ข้อมูล ByteBuffer)
OpDef.ArgDef แบบคงที่
parseFrom (อินพุต com.google.protobuf.CodedInputStream, 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, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
คงที่
OpDef.ArgDef.Builder
เป็นโมฆะ
writeTo (com.google.protobuf.CodedOutputStream เอาต์พุต)

วิธีการสืบทอด

ค่าคงที่

สาธารณะคงที่ขั้นสุดท้าย int DESCRIPTION_FIELD_NUMBER

ค่าคงที่: 2

ค่าคงที่สุดท้ายสาธารณะ IS_REF_FIELD_NUMBER

ค่าคงที่: 16

รอบชิงชนะเลิศแบบคงที่สาธารณะ NAME_FIELD_NUMBER

ค่าคงที่: 1

รอบชิงชนะเลิศแบบคงที่สาธารณะ int NUMBER_ATTR_FIELD_NUMBER

ค่าคงที่: 5

รอบชิงชนะเลิศแบบคงที่สาธารณะ int TYPE_ATTR_FIELD_NUMBER

ค่าคงที่: 4

สาธารณะคงสุดท้าย int TYPE_FIELD_NUMBER

ค่าคงที่: 3

รอบชิงชนะเลิศแบบคงที่สาธารณะ int TYPE_LIST_ATTR_FIELD_NUMBER

ค่าคงที่: 6

วิธีการสาธารณะ

บูลีนสาธารณะ เท่ากับ (Object obj)

OpDef.ArgDef getDefaultInstance สาธารณะแบบคงที่ ()

OpDef.ArgDef สาธารณะ getDefaultInstanceForType ()

สตริงสาธารณะ getDescription ()

คำอธิบายสตริง

 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 ()

string name = 1;

 Name for the input/output.  Should match the regexp "[a-z][a-z0-9_]*".
 
= 1;

สาธารณะ com.google.protobuf.ByteString getNameBytes ()

string name = 1;

 Name for the input/output.  Should match the regexp "[a-z][a-z0-9_]*".
 
= 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;

สาธารณะ getParserForType ()

สาธารณะ int 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 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 ()

สาธารณะ int hashCode ()

บูลีนสุดท้ายสาธารณะ isInitialized ()

สาธารณะ OpDef.ArgDef.Builder คง ที่ newBuilder (ต้นแบบ OpDef.ArgDef )

OpDef.ArgDef.Builder สาธารณะแบบคงที่ newBuilder ()

OpDef.ArgDef.Builder สาธารณะ newBuilderForType ()

OpDef.ArgDef แบบคงที่สาธารณะ parseDelimitedFrom (อินพุต InputStream)

ขว้าง
IOข้อยกเว้น

OpDef.ArgDef แบบคงที่สาธารณะ parseDelimitedFrom (อินพุต InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

ขว้าง
IOข้อยกเว้น

สาธารณะ OpDef.ArgDef parseFrom แบบคงที่ (ข้อมูล ByteBuffer)

ขว้าง
ProtocolBufferException ไม่ถูกต้อง

สาธารณะ OpDef.ArgDef parseFrom แบบคงที่ (com.google.protobuf.CodedInputStream อินพุต com.google.protobuf.ExtensionRegistryLite extensionRegistry)

ขว้าง
IOข้อยกเว้น

สาธารณะ OpDef.ArgDef parseFrom แบบคงที่ (ข้อมูล ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

ขว้าง
ProtocolBufferException ไม่ถูกต้อง

OpDef.ArgDef parseFrom แบบคงที่สาธารณะ (อินพุต com.google.protobuf.CodedInputStream)

ขว้าง
IOข้อยกเว้น

สาธารณะ OpDef.ArgDef parseFrom แบบคงที่ (ข้อมูลไบต์ [], com.google.protobuf.ExtensionRegistryLite extensionRegistry)

ขว้าง
ProtocolBufferException ไม่ถูกต้อง

สาธารณะ OpDef.ArgDef parseFrom แบบคงที่สาธารณะ (ข้อมูล com.google.protobuf.ByteString)

ขว้าง
ProtocolBufferException ไม่ถูกต้อง

สาธารณะ OpDef.ArgDef parseFrom แบบคงที่ (อินพุต InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

ขว้าง
IOข้อยกเว้น

สาธารณะ OpDef.ArgDef parseFrom แบบคงที่ (ข้อมูล com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

ขว้าง
ProtocolBufferException ไม่ถูกต้อง

สาธารณะคงที่ ตัวแยกวิเคราะห์ ()

OpDef.ArgDef.Builder สาธารณะ ถึง Builder ()

โมฆะสาธารณะ writeTo (com.google.protobuf.CodedOutputStream เอาต์พุต)

ขว้าง
IOข้อยกเว้น