ApiDefOrBuilder

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

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

สตริงที่เป็นนามธรรม
getArgOrder (ดัชนี int)
 List of original in_arg names to specify new argument order.
นามธรรม com.google.protobuf.ByteString
getArgOrderBytes (ดัชนี int)
 List of original in_arg names to specify new argument order.
บทคัดย่อ
getArgOrderCount ()
 List of original in_arg names to specify new argument order.
รายการนามธรรม <สตริง>
getArgOrderList ()
 List of original in_arg names to specify new argument order.
นามธรรม ApiDef.Attr
getAttr (ดัชนี int)
repeated .tensorflow.ApiDef.Attr attr = 6;
บทคัดย่อ
getAttrCount ()
repeated .tensorflow.ApiDef.Attr attr = 6;
รายการนามธรรม < ApiDef.Attr >
getAttrList ()
repeated .tensorflow.ApiDef.Attr attr = 6;
นามธรรม ApiDef.AttrOrBuilder
getAttrOrBuilder (ดัชนี int)
repeated .tensorflow.ApiDef.Attr attr = 6;
รายการนามธรรม<? ขยาย ApiDef.AttrOrBuilder >
getAttrOrBuilderList ()
repeated .tensorflow.ApiDef.Attr attr = 6;
สตริงที่เป็นนามธรรม
getDeprecationMessage ()
 If this op is deprecated, set deprecation message to the message
 that should be logged when this op is used.
นามธรรม com.google.protobuf.ByteString
getDeprecationMessageBytes ()
 If this op is deprecated, set deprecation message to the message
 that should be logged when this op is used.
บทคัดย่อ
getDeprecationVersion ()
 Major version when the op will be deleted.
สตริงที่เป็นนามธรรม
รับคำอธิบาย ()
 Additional, longer human-readable description of what the Op does.
นามธรรม com.google.protobuf.ByteString
getDescriptionBytes ()
 Additional, longer human-readable description of what the Op does.
สตริงที่เป็นนามธรรม
getDescriptionPrefix ()
 Modify an existing/inherited description by adding text to the beginning
 or end.
นามธรรม com.google.protobuf.ByteString
getDescriptionPrefixBytes ()
 Modify an existing/inherited description by adding text to the beginning
 or end.
สตริงที่เป็นนามธรรม
getDescriptionSuffix ()
string description_suffix = 10;
นามธรรม com.google.protobuf.ByteString
getDescriptionSuffixBytes ()
string description_suffix = 10;
นามธรรม ApiDef.Endpoint
getEndpoint (ดัชนี int)
repeated .tensorflow.ApiDef.Endpoint endpoint = 3;
บทคัดย่อ
getEndpointCount ()
repeated .tensorflow.ApiDef.Endpoint endpoint = 3;
รายการนามธรรม < ApiDef.Endpoint >
getEndpointList ()
repeated .tensorflow.ApiDef.Endpoint endpoint = 3;
นามธรรม ApiDef.EndpointOrBuilder
getEndpointOrBuilder (ดัชนี int)
repeated .tensorflow.ApiDef.Endpoint endpoint = 3;
รายการนามธรรม<? ขยาย ApiDef.EndpointOrBuilder >
getEndpointOrBuilderList ()
repeated .tensorflow.ApiDef.Endpoint endpoint = 3;
สตริงที่เป็นนามธรรม
getGraphOpName ()
 Name of the op (in the OpDef) to specify the API for.
นามธรรม com.google.protobuf.ByteString
รับGraphOpNameBytes ()
 Name of the op (in the OpDef) to specify the API for.
นามธรรม ApiDef.Arg
getInArg (ดัชนี int)
repeated .tensorflow.ApiDef.Arg in_arg = 4;
บทคัดย่อ
getInArgCount ()
repeated .tensorflow.ApiDef.Arg in_arg = 4;
รายการนามธรรม < ApiDef.Arg >
getInArgList ()
repeated .tensorflow.ApiDef.Arg in_arg = 4;
นามธรรม ApiDef.ArgOrBuilder
getInArgOrBuilder (ดัชนี int)
repeated .tensorflow.ApiDef.Arg in_arg = 4;
รายการนามธรรม<? ขยาย ApiDef.ArgOrBuilder >
getInArgOrBuilderList ()
repeated .tensorflow.ApiDef.Arg in_arg = 4;
นามธรรม ApiDef.Arg
getOutArg (ดัชนี int)
repeated .tensorflow.ApiDef.Arg out_arg = 5;
บทคัดย่อ
getOutArgCount ()
repeated .tensorflow.ApiDef.Arg out_arg = 5;
รายการนามธรรม < ApiDef.Arg >
getOutArgList ()
repeated .tensorflow.ApiDef.Arg out_arg = 5;
นามธรรม ApiDef.ArgOrBuilder
getOutArgOrBuilder (ดัชนี int)
repeated .tensorflow.ApiDef.Arg out_arg = 5;
รายการนามธรรม<? ขยาย ApiDef.ArgOrBuilder >
getOutArgOrBuilderList ()
repeated .tensorflow.ApiDef.Arg out_arg = 5;
สตริงที่เป็นนามธรรม
รับสรุป ()
 One-line human-readable description of what the Op does.
นามธรรม com.google.protobuf.ByteString
รับสรุปไบต์ ()
 One-line human-readable description of what the Op does.
ApiDef แบบ นามธรรม การมองเห็น
ได้รับการมองเห็น ()
.tensorflow.ApiDef.Visibility visibility = 2;
บทคัดย่อ
รับค่าการมองเห็น ()
.tensorflow.ApiDef.Visibility visibility = 2;

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

สตริงนามธรรมสาธารณะ getArgOrder (ดัชนี int)

 List of original in_arg names to specify new argument order.
 Length of arg_order should be either empty to keep current order
 or match size of in_arg.
 
repeated string arg_order = 11;

บทคัดย่อสาธารณะ com.google.protobuf.ByteString getArgOrderBytes (ดัชนี int)

 List of original in_arg names to specify new argument order.
 Length of arg_order should be either empty to keep current order
 or match size of in_arg.
 
repeated string arg_order = 11;

บทคัดย่อสาธารณะ int getArgOrderCount ()

 List of original in_arg names to specify new argument order.
 Length of arg_order should be either empty to keep current order
 or match size of in_arg.
 
repeated string arg_order = 11;

รายการนามธรรมสาธารณะ <String> getArgOrderList ()

 List of original in_arg names to specify new argument order.
 Length of arg_order should be either empty to keep current order
 or match size of in_arg.
 
repeated string arg_order = 11;

บทคัดย่อสาธารณะ ApiDef.Attr getAttr (ดัชนี int)

repeated .tensorflow.ApiDef.Attr attr = 6;

บทคัดย่อสาธารณะ int getAttrCount ()

repeated .tensorflow.ApiDef.Attr attr = 6;

รายการนามธรรมสาธารณะ< ApiDef.Attr > getAttrList ()

repeated .tensorflow.ApiDef.Attr attr = 6;

ApiDef.AttrOrBuilder นามธรรมสาธารณะ getAttrOrBuilder (ดัชนี int)

repeated .tensorflow.ApiDef.Attr attr = 6;

รายการบทคัดย่อสาธารณะ<? ขยาย ApiDef.AttrOrBuilder > getAttrOrBuilderList ()

repeated .tensorflow.ApiDef.Attr attr = 6;

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

 If this op is deprecated, set deprecation message to the message
 that should be logged when this op is used.
 The message should indicate alternative op to use, if any.
 
string deprecation_message = 12;

บทคัดย่อสาธารณะ com.google.protobuf.ByteString getDeprecationMessageBytes ()

 If this op is deprecated, set deprecation message to the message
 that should be logged when this op is used.
 The message should indicate alternative op to use, if any.
 
string deprecation_message = 12;

บทคัดย่อสาธารณะ int getDeprecationVersion ()

 Major version when the op will be deleted. For e.g. set this
 value to 2 if op API should be removed in TensorFlow 2.0 and
 deprecated in versions before that.
 
int32 deprecation_version = 13;

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

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

 Additional, longer human-readable description of what the Op does.
 
string description = 8;

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

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

 Additional, longer human-readable description of what the Op does.
 
string description = 8;

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

 Modify an existing/inherited description by adding text to the beginning
 or end.
 
string description_prefix = 9;

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

 Modify an existing/inherited description by adding text to the beginning
 or end.
 
string description_prefix = 9;

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

string description_suffix = 10;

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

string description_suffix = 10;

ApiDef.Endpoint นามธรรมสาธารณะ getEndpoint (ดัชนี int)

repeated .tensorflow.ApiDef.Endpoint endpoint = 3;

บทคัดย่อสาธารณะ int getEndpointCount ()

repeated .tensorflow.ApiDef.Endpoint endpoint = 3;

รายการนามธรรมสาธารณะ < ApiDef.Endpoint > getEndpointList ()

repeated .tensorflow.ApiDef.Endpoint endpoint = 3;

ApiDef.EndpointOrBuilder นามธรรมสาธารณะ getEndpointOrBuilder (ดัชนี int)

repeated .tensorflow.ApiDef.Endpoint endpoint = 3;

รายการบทคัดย่อสาธารณะ<? ขยาย ApiDef.EndpointOrBuilder > getEndpointOrBuilderList ()

repeated .tensorflow.ApiDef.Endpoint endpoint = 3;

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

 Name of the op (in the OpDef) to specify the API for.
 
string graph_op_name = 1;

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

 Name of the op (in the OpDef) to specify the API for.
 
string graph_op_name = 1;

บทคัดย่อสาธารณะ ApiDef.Arg getInArg (ดัชนี int)

repeated .tensorflow.ApiDef.Arg in_arg = 4;

บทคัดย่อสาธารณะ int getInArgCount ()

repeated .tensorflow.ApiDef.Arg in_arg = 4;

รายการนามธรรมสาธารณะ< ApiDef.Arg > getInArgList ()

repeated .tensorflow.ApiDef.Arg in_arg = 4;

ApiDef.ArgOrBuilder นามธรรมสาธารณะ getInArgOrBuilder (ดัชนี int)

repeated .tensorflow.ApiDef.Arg in_arg = 4;

รายการบทคัดย่อสาธารณะ<? ขยาย ApiDef.ArgOrBuilder > getInArgOrBuilderList ()

repeated .tensorflow.ApiDef.Arg in_arg = 4;

บทคัดย่อสาธารณะ ApiDef.Arg getOutArg (ดัชนี int)

repeated .tensorflow.ApiDef.Arg out_arg = 5;

บทคัดย่อสาธารณะ int getOutArgCount ()

repeated .tensorflow.ApiDef.Arg out_arg = 5;

รายการนามธรรมสาธารณะ< ApiDef.Arg > getOutArgList ()

repeated .tensorflow.ApiDef.Arg out_arg = 5;

ApiDef.ArgOrBuilder นามธรรมสาธารณะ getOutArgOrBuilder (ดัชนี int)

repeated .tensorflow.ApiDef.Arg out_arg = 5;

รายการนามธรรมสาธารณะ<? ขยาย ApiDef.ArgOrBuilder > getOutArgOrBuilderList ()

repeated .tensorflow.ApiDef.Arg out_arg = 5;

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

สรุปสตริง

 One-line human-readable description of what the Op does.
 
string summary = 7;

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

สรุปสตริง

 One-line human-readable description of what the Op does.
 
string summary = 7;

บทคัดย่อสาธารณะ ApiDef.Visibility getVisibility ()

.tensorflow.ApiDef.Visibility visibility = 2;

นามธรรมสาธารณะ int getVisibilityValue ()

.tensorflow.ApiDef.Visibility visibility = 2;