OpDef.ArgDefOrBuilder

อินเทอร์เฟซแบบคงที่สาธารณะ OpDef.ArgDefOrBuilder
คลาสย่อยทางอ้อมที่รู้จัก

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

สตริงที่เป็นนามธรรม
รับคำอธิบาย ()
 Human readable description.
นามธรรม com.google.protobuf.ByteString
getDescriptionBytes ()
 Human readable description.
บูลีนนามธรรม
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.

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

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

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

 Human readable description.
 
string description = 2;

นามธรรมสาธารณะ com.google.protobuf.ByteString getDescriptionBytes ()

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

 Human readable description.
 
string description = 2;

บูลีนนามธรรมสาธารณะ 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;

สาธารณะบทคัดย่อ DataType 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;