Interface ApiDefOrBuilder
- All Superinterfaces:
MessageLiteOrBuilder, MessageOrBuilder
- All Known Implementing Classes:
ApiDef, ApiDef.Builder
-
Method Summary
Modifier and TypeMethodDescriptiongetArgOrder(int index) List of original in_arg names to specify new argument order.getArgOrderBytes(int index) List of original in_arg names to specify new argument order.intList of original in_arg names to specify new argument order.List of original in_arg names to specify new argument order.getAttr(int index) repeated .tensorflow.ApiDef.Attr attr = 6;intrepeated .tensorflow.ApiDef.Attr attr = 6;repeated .tensorflow.ApiDef.Attr attr = 6;getAttrOrBuilder(int index) repeated .tensorflow.ApiDef.Attr attr = 6;List<? extends ApiDef.AttrOrBuilder> repeated .tensorflow.ApiDef.Attr attr = 6;If this op is deprecated, set deprecation message to the message that should be logged when this op is used.If this op is deprecated, set deprecation message to the message that should be logged when this op is used.intMajor version when the op will be deleted.Additional, longer human-readable description of what the Op does.Additional, longer human-readable description of what the Op does.Modify an existing/inherited description by adding text to the beginning or end.Modify an existing/inherited description by adding text to the beginning or end.string description_suffix = 10;string description_suffix = 10;getEndpoint(int index) repeated .tensorflow.ApiDef.Endpoint endpoint = 3;intrepeated .tensorflow.ApiDef.Endpoint endpoint = 3;repeated .tensorflow.ApiDef.Endpoint endpoint = 3;getEndpointOrBuilder(int index) repeated .tensorflow.ApiDef.Endpoint endpoint = 3;List<? extends ApiDef.EndpointOrBuilder> repeated .tensorflow.ApiDef.Endpoint endpoint = 3;Name of the op (in the OpDef) to specify the API for.Name of the op (in the OpDef) to specify the API for.getInArg(int index) repeated .tensorflow.ApiDef.Arg in_arg = 4;intrepeated .tensorflow.ApiDef.Arg in_arg = 4;repeated .tensorflow.ApiDef.Arg in_arg = 4;getInArgOrBuilder(int index) repeated .tensorflow.ApiDef.Arg in_arg = 4;List<? extends ApiDef.ArgOrBuilder> repeated .tensorflow.ApiDef.Arg in_arg = 4;getOutArg(int index) repeated .tensorflow.ApiDef.Arg out_arg = 5;intrepeated .tensorflow.ApiDef.Arg out_arg = 5;repeated .tensorflow.ApiDef.Arg out_arg = 5;getOutArgOrBuilder(int index) repeated .tensorflow.ApiDef.Arg out_arg = 5;List<? extends ApiDef.ArgOrBuilder> repeated .tensorflow.ApiDef.Arg out_arg = 5;One-line human-readable description of what the Op does.One-line human-readable description of what the Op does..tensorflow.ApiDef.Visibility visibility = 2;int.tensorflow.ApiDef.Visibility visibility = 2;Methods inherited from interface MessageLiteOrBuilder
isInitialized
-
Method Details
-
getGraphOpName
String getGraphOpName()Name of the op (in the OpDef) to specify the API for.
string graph_op_name = 1;- Returns:
- The graphOpName.
-
getGraphOpNameBytes
ByteString getGraphOpNameBytes()Name of the op (in the OpDef) to specify the API for.
string graph_op_name = 1;- Returns:
- The bytes for graphOpName.
-
getDeprecationMessage
String 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;- Returns:
- The deprecationMessage.
-
getDeprecationMessageBytes
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;- Returns:
- The bytes for deprecationMessage.
-
getDeprecationVersion
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;- Returns:
- The deprecationVersion.
-
getVisibilityValue
int getVisibilityValue().tensorflow.ApiDef.Visibility visibility = 2;- Returns:
- The enum numeric value on the wire for visibility.
-
getVisibility
ApiDef.Visibility getVisibility().tensorflow.ApiDef.Visibility visibility = 2;- Returns:
- The visibility.
-
getEndpointList
List<ApiDef.Endpoint> getEndpointList()repeated .tensorflow.ApiDef.Endpoint endpoint = 3; -
getEndpoint
repeated .tensorflow.ApiDef.Endpoint endpoint = 3; -
getEndpointCount
int getEndpointCount()repeated .tensorflow.ApiDef.Endpoint endpoint = 3; -
getEndpointOrBuilderList
List<? extends ApiDef.EndpointOrBuilder> getEndpointOrBuilderList()repeated .tensorflow.ApiDef.Endpoint endpoint = 3; -
getEndpointOrBuilder
repeated .tensorflow.ApiDef.Endpoint endpoint = 3; -
getInArgList
List<ApiDef.Arg> getInArgList()repeated .tensorflow.ApiDef.Arg in_arg = 4; -
getInArg
repeated .tensorflow.ApiDef.Arg in_arg = 4; -
getInArgCount
int getInArgCount()repeated .tensorflow.ApiDef.Arg in_arg = 4; -
getInArgOrBuilderList
List<? extends ApiDef.ArgOrBuilder> getInArgOrBuilderList()repeated .tensorflow.ApiDef.Arg in_arg = 4; -
getInArgOrBuilder
repeated .tensorflow.ApiDef.Arg in_arg = 4; -
getOutArgList
List<ApiDef.Arg> getOutArgList()repeated .tensorflow.ApiDef.Arg out_arg = 5; -
getOutArg
repeated .tensorflow.ApiDef.Arg out_arg = 5; -
getOutArgCount
int getOutArgCount()repeated .tensorflow.ApiDef.Arg out_arg = 5; -
getOutArgOrBuilderList
List<? extends ApiDef.ArgOrBuilder> getOutArgOrBuilderList()repeated .tensorflow.ApiDef.Arg out_arg = 5; -
getOutArgOrBuilder
repeated .tensorflow.ApiDef.Arg out_arg = 5; -
getArgOrderList
-
getArgOrderCount
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;- Returns:
- The count of argOrder.
-
getArgOrder
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;- Parameters:
index- The index of the element to return.- Returns:
- The argOrder at the given index.
-
getArgOrderBytes
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;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the argOrder at the given index.
-
getAttrList
List<ApiDef.Attr> getAttrList()repeated .tensorflow.ApiDef.Attr attr = 6; -
getAttr
repeated .tensorflow.ApiDef.Attr attr = 6; -
getAttrCount
int getAttrCount()repeated .tensorflow.ApiDef.Attr attr = 6; -
getAttrOrBuilderList
List<? extends ApiDef.AttrOrBuilder> getAttrOrBuilderList()repeated .tensorflow.ApiDef.Attr attr = 6; -
getAttrOrBuilder
repeated .tensorflow.ApiDef.Attr attr = 6; -
getSummary
String getSummary()One-line human-readable description of what the Op does.
string summary = 7;- Returns:
- The summary.
-
getSummaryBytes
ByteString getSummaryBytes()One-line human-readable description of what the Op does.
string summary = 7;- Returns:
- The bytes for summary.
-
getDescription
String getDescription()Additional, longer human-readable description of what the Op does.
string description = 8;- Returns:
- The description.
-
getDescriptionBytes
ByteString getDescriptionBytes()Additional, longer human-readable description of what the Op does.
string description = 8;- Returns:
- The bytes for description.
-
getDescriptionPrefix
String getDescriptionPrefix()Modify an existing/inherited description by adding text to the beginning or end.
string description_prefix = 9;- Returns:
- The descriptionPrefix.
-
getDescriptionPrefixBytes
ByteString getDescriptionPrefixBytes()Modify an existing/inherited description by adding text to the beginning or end.
string description_prefix = 9;- Returns:
- The bytes for descriptionPrefix.
-
getDescriptionSuffix
-
getDescriptionSuffixBytes
ByteString getDescriptionSuffixBytes()string description_suffix = 10;- Returns:
- The bytes for descriptionSuffix.
-