ApiDefOrBuilder

interface publique ApiDefOrBuilder
Sous-classes indirectes connues

Méthodes publiques

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

Méthodes publiques

chaîne abstraite publique getArgOrder (index 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;

résumé public com.google.protobuf.ByteString getArgOrderBytes (index 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;

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

liste abstraite publique<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;

résumé public ApiDef.Attr getAttr (index int)

repeated .tensorflow.ApiDef.Attr attr = 6;

public abstrait int getAttrCount ()

repeated .tensorflow.ApiDef.Attr attr = 6;

Liste abstraite publique < ApiDef.Attr > getAttrList ()

repeated .tensorflow.ApiDef.Attr attr = 6;

résumé public ApiDef.AttrOrBuilder getAttrOrBuilder (index int)

repeated .tensorflow.ApiDef.Attr attr = 6;

Liste des résumés publics<? étend ApiDef.AttrOrBuilder > getAttrOrBuilderList ()

repeated .tensorflow.ApiDef.Attr attr = 6;

chaîne abstraite publique 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;

résumé public 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;

chaîne abstraite publique getDescription ()

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

résumé public com.google.protobuf.ByteString getDescriptionBytes ()

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

chaîne abstraite publique getDescriptionPrefix ()

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

résumé public com.google.protobuf.ByteString getDescriptionPrefixBytes ()

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

chaîne abstraite publique getDescriptionSuffix ()

string description_suffix = 10;

résumé public com.google.protobuf.ByteString getDescriptionSuffixBytes ()

string description_suffix = 10;

résumé public ApiDef.Endpoint getEndpoint (index int)

repeated .tensorflow.ApiDef.Endpoint endpoint = 3;

public abstrait int getEndpointCount ()

repeated .tensorflow.ApiDef.Endpoint endpoint = 3;

Liste abstraite publique < ApiDef.Endpoint > getEndpointList ()

repeated .tensorflow.ApiDef.Endpoint endpoint = 3;

résumé public ApiDef.EndpointOrBuilder getEndpointOrBuilder (index int)

repeated .tensorflow.ApiDef.Endpoint endpoint = 3;

Liste des résumés publics<? étend ApiDef.EndpointOrBuilder > getEndpointOrBuilderList ()

repeated .tensorflow.ApiDef.Endpoint endpoint = 3;

chaîne abstraite publique getGraphOpName ()

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

résumé public com.google.protobuf.ByteString getGraphOpNameBytes ()

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

résumé public ApiDef.Arg getInArg (index int)

repeated .tensorflow.ApiDef.Arg in_arg = 4;

public abstrait int getInArgCount ()

repeated .tensorflow.ApiDef.Arg in_arg = 4;

Liste abstraite publique< ApiDef.Arg > getInArgList ()

repeated .tensorflow.ApiDef.Arg in_arg = 4;

résumé public ApiDef.ArgOrBuilder getInArgOrBuilder (index int)

repeated .tensorflow.ApiDef.Arg in_arg = 4;

Liste des résumés publics<? étend ApiDef.ArgOrBuilder > getInArgOrBuilderList ()

repeated .tensorflow.ApiDef.Arg in_arg = 4;

résumé public ApiDef.Arg getOutArg (index int)

repeated .tensorflow.ApiDef.Arg out_arg = 5;

public abstrait int getOutArgCount ()

repeated .tensorflow.ApiDef.Arg out_arg = 5;

Liste abstraite publique < ApiDef.Arg > getOutArgList ()

repeated .tensorflow.ApiDef.Arg out_arg = 5;

résumé public ApiDef.ArgOrBuilder getOutArgOrBuilder (index int)

repeated .tensorflow.ApiDef.Arg out_arg = 5;

Liste des résumés publics<? étend ApiDef.ArgOrBuilder > getOutArgOrBuilderList ()

repeated .tensorflow.ApiDef.Arg out_arg = 5;

chaîne abstraite publique getSummary ()

résumé de la chaîne

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

résumé public com.google.protobuf.ByteString getSummaryBytes ()

Résumé de la chaîne

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

résumé public ApiDef.Visibility getVisibility ()

.tensorflow.ApiDef.Visibility visibility = 2;

public abstrait int getVisibilityValue ()

.tensorflow.ApiDef.Visibility visibility = 2;