ApiDefOrBuilder

public interface ApiDefOrBuilder
Known Indirect Subclasses

Public Methods

abstract String
getArgOrder(int index)
 List of original in_arg names to specify new argument order.
abstract com.google.protobuf.ByteString
getArgOrderBytes(int index)
 List of original in_arg names to specify new argument order.
abstract int
getArgOrderCount()
 List of original in_arg names to specify new argument order.
abstract List<String>
getArgOrderList()
 List of original in_arg names to specify new argument order.
abstract ApiDef.Attr
getAttr(int index)
repeated .tensorflow.ApiDef.Attr attr = 6;
abstract int
getAttrCount()
repeated .tensorflow.ApiDef.Attr attr = 6;
abstract List<ApiDef.Attr>
getAttrList()
repeated .tensorflow.ApiDef.Attr attr = 6;
abstract ApiDef.AttrOrBuilder
getAttrOrBuilder(int index)
repeated .tensorflow.ApiDef.Attr attr = 6;
abstract List<? extends ApiDef.AttrOrBuilder>
getAttrOrBuilderList()
repeated .tensorflow.ApiDef.Attr attr = 6;
abstract String
getDeprecationMessage()
 If this op is deprecated, set deprecation message to the message
 that should be logged when this op is used.
abstract 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.
abstract int
getDeprecationVersion()
 Major version when the op will be deleted.
abstract String
getDescription()
 Additional, longer human-readable description of what the Op does.
abstract com.google.protobuf.ByteString
getDescriptionBytes()
 Additional, longer human-readable description of what the Op does.
abstract String
getDescriptionPrefix()
 Modify an existing/inherited description by adding text to the beginning
 or end.
abstract com.google.protobuf.ByteString
getDescriptionPrefixBytes()
 Modify an existing/inherited description by adding text to the beginning
 or end.
abstract String
getDescriptionSuffix()
string description_suffix = 10;
abstract com.google.protobuf.ByteString
getDescriptionSuffixBytes()
string description_suffix = 10;
abstract ApiDef.Endpoint
getEndpoint(int index)
repeated .tensorflow.ApiDef.Endpoint endpoint = 3;
abstract int
getEndpointCount()
repeated .tensorflow.ApiDef.Endpoint endpoint = 3;
abstract List<ApiDef.Endpoint>
getEndpointList()
repeated .tensorflow.ApiDef.Endpoint endpoint = 3;
abstract ApiDef.EndpointOrBuilder
getEndpointOrBuilder(int index)
repeated .tensorflow.ApiDef.Endpoint endpoint = 3;
abstract List<? extends ApiDef.EndpointOrBuilder>
getEndpointOrBuilderList()
repeated .tensorflow.ApiDef.Endpoint endpoint = 3;
abstract String
getGraphOpName()
 Name of the op (in the OpDef) to specify the API for.
abstract com.google.protobuf.ByteString
getGraphOpNameBytes()
 Name of the op (in the OpDef) to specify the API for.
abstract ApiDef.Arg
getInArg(int index)
repeated .tensorflow.ApiDef.Arg in_arg = 4;
abstract int
getInArgCount()
repeated .tensorflow.ApiDef.Arg in_arg = 4;
abstract List<ApiDef.Arg>
getInArgList()
repeated .tensorflow.ApiDef.Arg in_arg = 4;
abstract ApiDef.ArgOrBuilder
getInArgOrBuilder(int index)
repeated .tensorflow.ApiDef.Arg in_arg = 4;
abstract List<? extends ApiDef.ArgOrBuilder>
getInArgOrBuilderList()
repeated .tensorflow.ApiDef.Arg in_arg = 4;
abstract ApiDef.Arg
getOutArg(int index)
repeated .tensorflow.ApiDef.Arg out_arg = 5;
abstract int
getOutArgCount()
repeated .tensorflow.ApiDef.Arg out_arg = 5;
abstract List<ApiDef.Arg>
getOutArgList()
repeated .tensorflow.ApiDef.Arg out_arg = 5;
abstract ApiDef.ArgOrBuilder
getOutArgOrBuilder(int index)
repeated .tensorflow.ApiDef.Arg out_arg = 5;
abstract List<? extends ApiDef.ArgOrBuilder>
getOutArgOrBuilderList()
repeated .tensorflow.ApiDef.Arg out_arg = 5;
abstract String
getSummary()
 One-line human-readable description of what the Op does.
abstract com.google.protobuf.ByteString
getSummaryBytes()
 One-line human-readable description of what the Op does.
abstract ApiDef.Visibility
getVisibility()
.tensorflow.ApiDef.Visibility visibility = 2;
abstract int
getVisibilityValue()
.tensorflow.ApiDef.Visibility visibility = 2;

Public Methods

public abstract String getArgOrder (int index)

 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;

public abstract com.google.protobuf.ByteString getArgOrderBytes (int index)

 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;

public abstract 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;

public abstract List<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;

public abstract ApiDef.Attr getAttr (int index)

repeated .tensorflow.ApiDef.Attr attr = 6;

public abstract int getAttrCount ()

repeated .tensorflow.ApiDef.Attr attr = 6;

public abstract List<ApiDef.Attr> getAttrList ()

repeated .tensorflow.ApiDef.Attr attr = 6;

public abstract ApiDef.AttrOrBuilder getAttrOrBuilder (int index)

repeated .tensorflow.ApiDef.Attr attr = 6;

public abstract List<? extends ApiDef.AttrOrBuilder> getAttrOrBuilderList ()

repeated .tensorflow.ApiDef.Attr attr = 6;

public abstract 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;

public abstract 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;

public abstract 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;

public abstract String getDescription ()

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

public abstract com.google.protobuf.ByteString getDescriptionBytes ()

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

public abstract String getDescriptionPrefix ()

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

public abstract com.google.protobuf.ByteString getDescriptionPrefixBytes ()

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

public abstract String getDescriptionSuffix ()

string description_suffix = 10;

public abstract com.google.protobuf.ByteString getDescriptionSuffixBytes ()

string description_suffix = 10;

public abstract ApiDef.Endpoint getEndpoint (int index)

repeated .tensorflow.ApiDef.Endpoint endpoint = 3;

public abstract int getEndpointCount ()

repeated .tensorflow.ApiDef.Endpoint endpoint = 3;

public abstract List<ApiDef.Endpoint> getEndpointList ()

repeated .tensorflow.ApiDef.Endpoint endpoint = 3;

public abstract ApiDef.EndpointOrBuilder getEndpointOrBuilder (int index)

repeated .tensorflow.ApiDef.Endpoint endpoint = 3;

public abstract List<? extends ApiDef.EndpointOrBuilder> getEndpointOrBuilderList ()

repeated .tensorflow.ApiDef.Endpoint endpoint = 3;

public abstract String getGraphOpName ()

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

public abstract com.google.protobuf.ByteString getGraphOpNameBytes ()

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

public abstract ApiDef.Arg getInArg (int index)

repeated .tensorflow.ApiDef.Arg in_arg = 4;

public abstract int getInArgCount ()

repeated .tensorflow.ApiDef.Arg in_arg = 4;

public abstract List<ApiDef.Arg> getInArgList ()

repeated .tensorflow.ApiDef.Arg in_arg = 4;

public abstract ApiDef.ArgOrBuilder getInArgOrBuilder (int index)

repeated .tensorflow.ApiDef.Arg in_arg = 4;

public abstract List<? extends ApiDef.ArgOrBuilder> getInArgOrBuilderList ()

repeated .tensorflow.ApiDef.Arg in_arg = 4;

public abstract ApiDef.Arg getOutArg (int index)

repeated .tensorflow.ApiDef.Arg out_arg = 5;

public abstract int getOutArgCount ()

repeated .tensorflow.ApiDef.Arg out_arg = 5;

public abstract List<ApiDef.Arg> getOutArgList ()

repeated .tensorflow.ApiDef.Arg out_arg = 5;

public abstract ApiDef.ArgOrBuilder getOutArgOrBuilder (int index)

repeated .tensorflow.ApiDef.Arg out_arg = 5;

public abstract List<? extends ApiDef.ArgOrBuilder> getOutArgOrBuilderList ()

repeated .tensorflow.ApiDef.Arg out_arg = 5;

public abstract String getSummary ()

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

public abstract com.google.protobuf.ByteString getSummaryBytes ()

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

public abstract ApiDef.Visibility getVisibility ()

.tensorflow.ApiDef.Visibility visibility = 2;

public abstract int getVisibilityValue ()

.tensorflow.ApiDef.Visibility visibility = 2;