ApiDefOrBuilder

interface pública ApiDefOrBuilder
Subclasses indiretas conhecidas

Métodos Públicos

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

Métodos Públicos

string abstrata pública getArgOrder (índice 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;

resumo público com.google.protobuf.ByteString getArgOrderBytes (índice 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;

resumo público 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;

lista abstrata pública<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;

resumo público ApiDef.Attr getAttr (índice int)

repeated .tensorflow.ApiDef.Attr attr = 6;

resumo público int getAttrCount ()

repeated .tensorflow.ApiDef.Attr attr = 6;

lista abstrata pública< ApiDef.Attr > getAttrList ()

repeated .tensorflow.ApiDef.Attr attr = 6;

resumo público ApiDef.AttrOrBuilder getAttrOrBuilder (índice int)

repeated .tensorflow.ApiDef.Attr attr = 6;

lista abstrata pública<? estende ApiDef.AttrOrBuilder > getAttrOrBuilderList ()

repeated .tensorflow.ApiDef.Attr attr = 6;

String abstrata pública 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;

resumo público 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;

resumo público 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;

String abstrata pública getDescription ()

descrição da string

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

resumo público com.google.protobuf.ByteString getDescriptionBytes ()

descrição da string

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

string abstrata pública getDescriptionPrefix ()

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

resumo público com.google.protobuf.ByteString getDescriptionPrefixBytes ()

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

String abstrata pública getDescriptionSuffix ()

string description_suffix = 10;

resumo público com.google.protobuf.ByteString getDescriptionSuffixBytes ()

string description_suffix = 10;

resumo público ApiDef.Endpoint getEndpoint (índice int)

repeated .tensorflow.ApiDef.Endpoint endpoint = 3;

resumo público int getEndpointCount ()

repeated .tensorflow.ApiDef.Endpoint endpoint = 3;

lista abstrata pública< ApiDef.Endpoint > getEndpointList ()

repeated .tensorflow.ApiDef.Endpoint endpoint = 3;

resumo público ApiDef.EndpointOrBuilder getEndpointOrBuilder (índice int)

repeated .tensorflow.ApiDef.Endpoint endpoint = 3;

lista abstrata pública<? estende ApiDef.EndpointOrBuilder > getEndpointOrBuilderList ()

repeated .tensorflow.ApiDef.Endpoint endpoint = 3;

String abstrata pública getGraphOpName ()

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

resumo público com.google.protobuf.ByteString getGraphOpNameBytes ()

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

resumo público ApiDef.Arg getInArg (índice int)

repeated .tensorflow.ApiDef.Arg in_arg = 4;

resumo público int getInArgCount ()

repeated .tensorflow.ApiDef.Arg in_arg = 4;

lista abstrata pública< ApiDef.Arg > getInArgList ()

repeated .tensorflow.ApiDef.Arg in_arg = 4;

resumo público ApiDef.ArgOrBuilder getInArgOrBuilder (índice int)

repeated .tensorflow.ApiDef.Arg in_arg = 4;

lista abstrata pública<? estende ApiDef.ArgOrBuilder > getInArgOrBuilderList ()

repeated .tensorflow.ApiDef.Arg in_arg = 4;

resumo público ApiDef.Arg getOutArg (índice int)

repeated .tensorflow.ApiDef.Arg out_arg = 5;

resumo público int getOutArgCount ()

repeated .tensorflow.ApiDef.Arg out_arg = 5;

lista abstrata pública< ApiDef.Arg > getOutArgList ()

repeated .tensorflow.ApiDef.Arg out_arg = 5;

resumo público ApiDef.ArgOrBuilder getOutArgOrBuilder (índice int)

repeated .tensorflow.ApiDef.Arg out_arg = 5;

lista abstrata pública<? estende ApiDef.ArgOrBuilder > getOutArgOrBuilderList ()

repeated .tensorflow.ApiDef.Arg out_arg = 5;

String abstrata pública getSummary ()

resumo da string

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

resumo público com.google.protobuf.ByteString getSummaryBytes ()

resumo da string

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

resumo público ApiDef.Visibility getVisibility ()

.tensorflow.ApiDef.Visibility visibility = 2;

resumo público int getVisibilityValue ()

.tensorflow.ApiDef.Visibility visibility = 2;