ApiDef.Builder

classe finale statique publique ApiDef.Builder

 Used to specify and override the default API & behavior in the
 generated code for client languages, from what you would get from
 the OpDef alone. There will be a set of ApiDefs that are common
 to all client languages, and another set per client language.
 The per-client-language ApiDefs will inherit values from the
 common ApiDefs which it can either replace or modify.
 We separate the API definition from the OpDef so we can evolve the
 API while remaining backwards compatible when interpretting old
 graphs.  Overrides go in an "api_def.pbtxt" file with a text-format
 ApiDefs message.
 WARNING: Be *very* careful changing the API for any existing op --
 you can change the semantics of existing code.  These changes may
 need to wait until a major release of TensorFlow to avoid breaking
 our compatibility promises.
 
tensorflow.ApiDef

Méthodes publiques

ApiDef.Builder
addAllArgOrder (valeurs Iterable<String>)
 List of original in_arg names to specify new argument order.
ApiDef.Builder
addAllAttr (Iterable<? étend ApiDef.Attr > valeurs)
repeated .tensorflow.ApiDef.Attr attr = 6;
ApiDef.Builder
addAllEndpoint (Iterable<? extends ApiDef.Endpoint > valeurs)
repeated .tensorflow.ApiDef.Endpoint endpoint = 3;
ApiDef.Builder
addAllInArg (Iterable<? étend ApiDef.Arg > valeurs)
repeated .tensorflow.ApiDef.Arg in_arg = 4;
ApiDef.Builder
addAllOutArg (Iterable<? étend ApiDef.Arg > valeurs)
repeated .tensorflow.ApiDef.Arg out_arg = 5;
ApiDef.Builder
addArgOrder (valeur de chaîne)
 List of original in_arg names to specify new argument order.
ApiDef.Builder
addArgOrderBytes (valeur com.google.protobuf.ByteString)
 List of original in_arg names to specify new argument order.
ApiDef.Builder
addAttr (index int, valeur ApiDef.Attr )
repeated .tensorflow.ApiDef.Attr attr = 6;
ApiDef.Builder
addAttr (index int, ApiDef.Attr.Builder builderForValue)
repeated .tensorflow.ApiDef.Attr attr = 6;
ApiDef.Builder
addAttr ( ApiDef.Attr.Builder builderForValue)
repeated .tensorflow.ApiDef.Attr attr = 6;
ApiDef.Builder
addAttr (valeur ApiDef.Attr )
repeated .tensorflow.ApiDef.Attr attr = 6;
ApiDef.Attr.Builder
addAttrBuilder ()
repeated .tensorflow.ApiDef.Attr attr = 6;
ApiDef.Attr.Builder
addAttrBuilder (index int)
repeated .tensorflow.ApiDef.Attr attr = 6;
ApiDef.Builder
addEndpoint (index int, ApiDef.Endpoint.Builder builderForValue)
repeated .tensorflow.ApiDef.Endpoint endpoint = 3;
ApiDef.Builder
addEndpoint (index int, valeur ApiDef.Endpoint )
repeated .tensorflow.ApiDef.Endpoint endpoint = 3;
ApiDef.Builder
addEndpoint ( ApiDef.Endpoint.Builder builderForValue)
repeated .tensorflow.ApiDef.Endpoint endpoint = 3;
ApiDef.Builder
addEndpoint (valeur ApiDef.Endpoint )
repeated .tensorflow.ApiDef.Endpoint endpoint = 3;
ApiDef.Endpoint.Builder
addEndpointBuilder (index int)
repeated .tensorflow.ApiDef.Endpoint endpoint = 3;
ApiDef.Endpoint.Builder
addEndpointBuilder ()
repeated .tensorflow.ApiDef.Endpoint endpoint = 3;
ApiDef.Builder
addInArg (valeur ApiDef.Arg )
repeated .tensorflow.ApiDef.Arg in_arg = 4;
ApiDef.Builder
addInArg (index int, ApiDef.Arg.Builder builderForValue)
repeated .tensorflow.ApiDef.Arg in_arg = 4;
ApiDef.Builder
addInArg ( ApiDef.Arg.Builder builderForValue)
repeated .tensorflow.ApiDef.Arg in_arg = 4;
ApiDef.Builder
addInArg (index int, valeur ApiDef.Arg )
repeated .tensorflow.ApiDef.Arg in_arg = 4;
ApiDef.Arg.Builder
addInArgBuilder (index int)
repeated .tensorflow.ApiDef.Arg in_arg = 4;
ApiDef.Arg.Builder
addInArgBuilder ()
repeated .tensorflow.ApiDef.Arg in_arg = 4;
ApiDef.Builder
addOutArg (valeur ApiDef.Arg )
repeated .tensorflow.ApiDef.Arg out_arg = 5;
ApiDef.Builder
addOutArg (index int, valeur ApiDef.Arg )
repeated .tensorflow.ApiDef.Arg out_arg = 5;
ApiDef.Builder
addOutArg (index int, ApiDef.Arg.Builder builderForValue)
repeated .tensorflow.ApiDef.Arg out_arg = 5;
ApiDef.Builder
addOutArg ( ApiDef.Arg.Builder builderForValue)
repeated .tensorflow.ApiDef.Arg out_arg = 5;
ApiDef.Arg.Builder
addOutArgBuilder ()
repeated .tensorflow.ApiDef.Arg out_arg = 5;
ApiDef.Arg.Builder
addOutArgBuilder (index int)
repeated .tensorflow.ApiDef.Arg out_arg = 5;
ApiDef.Builder
addRepeatedField (champ com.google.protobuf.Descriptors.FieldDescriptor, valeur de l'objet)
APIDef
APIDef
ApiDef.Builder
clair ()
ApiDef.Builder
clearArgOrdre ()
 List of original in_arg names to specify new argument order.
ApiDef.Builder
effacerAttr ()
repeated .tensorflow.ApiDef.Attr attr = 6;
ApiDef.Builder
clearDeprecationMessage ()
 If this op is deprecated, set deprecation message to the message
 that should be logged when this op is used.
ApiDef.Builder
clearDeprécationVersion ()
 Major version when the op will be deleted.
ApiDef.Builder
effacerDescription ()
 Additional, longer human-readable description of what the Op does.
ApiDef.Builder
clearDescriptionPréfixe ()
 Modify an existing/inherited description by adding text to the beginning
 or end.
ApiDef.Builder
clearDescriptionSuffixe ()
string description_suffix = 10;
ApiDef.Builder
clearEndpoint ()
repeated .tensorflow.ApiDef.Endpoint endpoint = 3;
ApiDef.Builder
clearField (champ com.google.protobuf.Descriptors.FieldDescriptor)
ApiDef.Builder
clearGraphOpName ()
 Name of the op (in the OpDef) to specify the API for.
ApiDef.Builder
effacerInArg ()
repeated .tensorflow.ApiDef.Arg in_arg = 4;
ApiDef.Builder
clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
ApiDef.Builder
clearOutArg ()
repeated .tensorflow.ApiDef.Arg out_arg = 5;
ApiDef.Builder
effacerRésumé ()
 One-line human-readable description of what the Op does.
ApiDef.Builder
clearVisibilité ()
.tensorflow.ApiDef.Visibility visibility = 2;
ApiDef.Builder
cloner ()
Chaîne
getArgOrder (index int)
 List of original in_arg names to specify new argument order.
com.google.protobuf.ByteString
getArgOrderBytes (index int)
 List of original in_arg names to specify new argument order.
int
getArgOrderCount ()
 List of original in_arg names to specify new argument order.
com.google.protobuf.ProtocolStringList
getArgOrderList ()
 List of original in_arg names to specify new argument order.
ApiDef.Attr
getAttr (index int)
repeated .tensorflow.ApiDef.Attr attr = 6;
ApiDef.Attr.Builder
getAttrBuilder (index int)
repeated .tensorflow.ApiDef.Attr attr = 6;
Liste< ApiDef.Attr.Builder >
getAttrBuilderList ()
repeated .tensorflow.ApiDef.Attr attr = 6;
int
getAttrCount ()
repeated .tensorflow.ApiDef.Attr attr = 6;
Liste< ApiDef.Attr >
getAttrListe ()
repeated .tensorflow.ApiDef.Attr attr = 6;
ApiDef.AttrOrBuilder
getAttrOrBuilder (index int)
repeated .tensorflow.ApiDef.Attr attr = 6;
Liste<? étend ApiDef.AttrOrBuilder >
getAttrOrBuilderList ()
repeated .tensorflow.ApiDef.Attr attr = 6;
APIDef
Chaîne
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.
int
getDeprecationVersion ()
 Major version when the op will be deleted.
Chaîne
obtenirDescription ()
 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.
Chaîne
getDescriptionPréfixe ()
 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.
Chaîne
getDescriptionSuffix ()
string description_suffix = 10;
com.google.protobuf.ByteString
getDescriptionSuffixBytes ()
string description_suffix = 10;
final statique com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
ApiDef.Endpoint
getEndpoint (index int)
repeated .tensorflow.ApiDef.Endpoint endpoint = 3;
ApiDef.Endpoint.Builder
getEndpointBuilder (index int)
repeated .tensorflow.ApiDef.Endpoint endpoint = 3;
Liste< ApiDef.Endpoint.Builder >
getEndpointBuilderList ()
repeated .tensorflow.ApiDef.Endpoint endpoint = 3;
int
getEndpointCount ()
repeated .tensorflow.ApiDef.Endpoint endpoint = 3;
Liste< ApiDef.Endpoint >
getEndpointList ()
repeated .tensorflow.ApiDef.Endpoint endpoint = 3;
ApiDef.EndpointOrBuilder
getEndpointOrBuilder (index int)
repeated .tensorflow.ApiDef.Endpoint endpoint = 3;
Liste<? étend ApiDef.EndpointOrBuilder >
getEndpointOrBuilderList ()
repeated .tensorflow.ApiDef.Endpoint endpoint = 3;
Chaîne
getGraphOpName ()
 Name of the op (in the OpDef) to specify the API for.
com.google.protobuf.ByteString
getGraphOpNameBytes ()
 Name of the op (in the OpDef) to specify the API for.
ApiDef.Arg
getInArg (index entier)
repeated .tensorflow.ApiDef.Arg in_arg = 4;
ApiDef.Arg.Builder
getInArgBuilder (index entier)
repeated .tensorflow.ApiDef.Arg in_arg = 4;
Liste< ApiDef.Arg.Builder >
getInArgBuilderList ()
repeated .tensorflow.ApiDef.Arg in_arg = 4;
int
getInArgCount ()
repeated .tensorflow.ApiDef.Arg in_arg = 4;
Liste< ApiDef.Arg >
getInArgListe ()
repeated .tensorflow.ApiDef.Arg in_arg = 4;
ApiDef.ArgOrBuilder
getInArgOrBuilder (index int)
repeated .tensorflow.ApiDef.Arg in_arg = 4;
Liste<? étend ApiDef.ArgOrBuilder >
getInArgOrBuilderList ()
repeated .tensorflow.ApiDef.Arg in_arg = 4;
ApiDef.Arg
getOutArg (index entier)
repeated .tensorflow.ApiDef.Arg out_arg = 5;
ApiDef.Arg.Builder
getOutArgBuilder (index int)
repeated .tensorflow.ApiDef.Arg out_arg = 5;
Liste< ApiDef.Arg.Builder >
getOutArgBuilderList ()
repeated .tensorflow.ApiDef.Arg out_arg = 5;
int
getOutArgCount ()
repeated .tensorflow.ApiDef.Arg out_arg = 5;
Liste< ApiDef.Arg >
getOutArgListe ()
repeated .tensorflow.ApiDef.Arg out_arg = 5;
ApiDef.ArgOrBuilder
getOutArgOrBuilder (index int)
repeated .tensorflow.ApiDef.Arg out_arg = 5;
Liste<? étend ApiDef.ArgOrBuilder >
getOutArgOrBuilderList ()
repeated .tensorflow.ApiDef.Arg out_arg = 5;
Chaîne
getRésumé ()
 One-line human-readable description of what the Op does.
com.google.protobuf.ByteString
getSummaryBytes ()
 One-line human-readable description of what the Op does.
ApiDef.Visibilité
obtenirVisibilité ()
.tensorflow.ApiDef.Visibility visibility = 2;
int
getVisibilityValue ()
.tensorflow.ApiDef.Visibility visibility = 2;
booléen final
ApiDef.Builder
mergeFrom (com.google.protobuf.Message autre)
ApiDef.Builder
mergeFrom (entrée com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ApiDef.Builder final
mergeUnknownFields (com.google.protobuf.UnknownFieldSet inconnuFields)
ApiDef.Builder
RemoveAttr (index int)
repeated .tensorflow.ApiDef.Attr attr = 6;
ApiDef.Builder
RemoveEndpoint (index int)
repeated .tensorflow.ApiDef.Endpoint endpoint = 3;
ApiDef.Builder
RemoveInArg (index int)
repeated .tensorflow.ApiDef.Arg in_arg = 4;
ApiDef.Builder
RemoveOutArg (index int)
repeated .tensorflow.ApiDef.Arg out_arg = 5;
ApiDef.Builder
setArgOrder (index int, valeur de chaîne)
 List of original in_arg names to specify new argument order.
ApiDef.Builder
setAttr (index int, valeur ApiDef.Attr )
repeated .tensorflow.ApiDef.Attr attr = 6;
ApiDef.Builder
setAttr (index int, ApiDef.Attr.Builder builderForValue)
repeated .tensorflow.ApiDef.Attr attr = 6;
ApiDef.Builder
setDeprecationMessage (valeur de chaîne)
 If this op is deprecated, set deprecation message to the message
 that should be logged when this op is used.
ApiDef.Builder
setDeprecationMessageBytes (valeur com.google.protobuf.ByteString)
 If this op is deprecated, set deprecation message to the message
 that should be logged when this op is used.
ApiDef.Builder
setDeprecationVersion (valeur entière)
 Major version when the op will be deleted.
ApiDef.Builder
setDescription (valeur de chaîne)
 Additional, longer human-readable description of what the Op does.
ApiDef.Builder
setDescriptionBytes (valeur com.google.protobuf.ByteString)
 Additional, longer human-readable description of what the Op does.
ApiDef.Builder
setDescriptionPrefix (valeur de chaîne)
 Modify an existing/inherited description by adding text to the beginning
 or end.
ApiDef.Builder
setDescriptionPrefixBytes (valeur com.google.protobuf.ByteString)
 Modify an existing/inherited description by adding text to the beginning
 or end.
ApiDef.Builder
setDescriptionSuffix (valeur de chaîne)
string description_suffix = 10;
ApiDef.Builder
setDescriptionSuffixBytes (valeur com.google.protobuf.ByteString)
string description_suffix = 10;
ApiDef.Builder
setEndpoint (index int, valeur ApiDef.Endpoint )
repeated .tensorflow.ApiDef.Endpoint endpoint = 3;
ApiDef.Builder
setEndpoint (index int, ApiDef.Endpoint.Builder builderForValue)
repeated .tensorflow.ApiDef.Endpoint endpoint = 3;
ApiDef.Builder
setField (champ com.google.protobuf.Descriptors.FieldDescriptor, valeur de l'objet)
ApiDef.Builder
setGraphOpName (valeur de chaîne)
 Name of the op (in the OpDef) to specify the API for.
ApiDef.Builder
setGraphOpNameBytes (valeur com.google.protobuf.ByteString)
 Name of the op (in the OpDef) to specify the API for.
ApiDef.Builder
setInArg (index int, valeur ApiDef.Arg )
repeated .tensorflow.ApiDef.Arg in_arg = 4;
ApiDef.Builder
setInArg (index int, ApiDef.Arg.Builder builderForValue)
repeated .tensorflow.ApiDef.Arg in_arg = 4;
ApiDef.Builder
setOutArg (index int, valeur ApiDef.Arg )
repeated .tensorflow.ApiDef.Arg out_arg = 5;
ApiDef.Builder
setOutArg (index int, ApiDef.Arg.Builder builderForValue)
repeated .tensorflow.ApiDef.Arg out_arg = 5;
ApiDef.Builder
setRepeatedField (champ com.google.protobuf.Descriptors.FieldDescriptor, index int, valeur de l'objet)
ApiDef.Builder
setSummary (valeur de chaîne)
 One-line human-readable description of what the Op does.
ApiDef.Builder
setSummaryBytes (valeur com.google.protobuf.ByteString)
 One-line human-readable description of what the Op does.
ApiDef.Builder final
setUnknownFields (com.google.protobuf.UnknownFieldSet inconnuFields)
ApiDef.Builder
setVisibility (valeur ApiDef.Visibility )
.tensorflow.ApiDef.Visibility visibility = 2;
ApiDef.Builder
setVisibilityValue (valeur entière)
.tensorflow.ApiDef.Visibility visibility = 2;

Méthodes héritées

Méthodes publiques

public ApiDef.Builder addAllArgOrder (valeurs Iterable<String>)

 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 ApiDef.Builder addAllAttr (Iterable<? étend ApiDef.Attr > valeurs)

repeated .tensorflow.ApiDef.Attr attr = 6;

public ApiDef.Builder addAllEndpoint (Iterable<? étend ApiDef.Endpoint > valeurs)

repeated .tensorflow.ApiDef.Endpoint endpoint = 3;

public ApiDef.Builder addAllInArg (Iterable<? étend ApiDef.Arg > valeurs)

repeated .tensorflow.ApiDef.Arg in_arg = 4;

public ApiDef.Builder addAllOutArg (Iterable<? étend ApiDef.Arg > valeurs)

repeated .tensorflow.ApiDef.Arg out_arg = 5;

public ApiDef.Builder addArgOrder (valeur de chaîne)

 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 ApiDef.Builder addArgOrderBytes (valeur com.google.protobuf.ByteString)

 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 ApiDef.Builder addAttr (index int, valeur ApiDef.Attr )

repeated .tensorflow.ApiDef.Attr attr = 6;

public ApiDef.Builder addAttr (index int, ApiDef.Attr.Builder builderForValue)

repeated .tensorflow.ApiDef.Attr attr = 6;

public ApiDef.Builder addAttr ( ApiDef.Attr.Builder builderForValue)

repeated .tensorflow.ApiDef.Attr attr = 6;

public ApiDef.Builder addAttr (valeur ApiDef.Attr )

repeated .tensorflow.ApiDef.Attr attr = 6;

public ApiDef.Attr.Builder addAttrBuilder ()

repeated .tensorflow.ApiDef.Attr attr = 6;

public ApiDef.Attr.Builder addAttrBuilder (index int)

repeated .tensorflow.ApiDef.Attr attr = 6;

public ApiDef.Builder addEndpoint (index int, ApiDef.Endpoint.Builder builderForValue)

repeated .tensorflow.ApiDef.Endpoint endpoint = 3;

public ApiDef.Builder addEndpoint (index int, valeur ApiDef.Endpoint )

repeated .tensorflow.ApiDef.Endpoint endpoint = 3;

public ApiDef.Builder addEndpoint ( ApiDef.Endpoint.Builder builderForValue)

repeated .tensorflow.ApiDef.Endpoint endpoint = 3;

public ApiDef.Builder addEndpoint (valeur ApiDef.Endpoint )

repeated .tensorflow.ApiDef.Endpoint endpoint = 3;

public ApiDef.Endpoint.Builder addEndpointBuilder (index int)

repeated .tensorflow.ApiDef.Endpoint endpoint = 3;

public ApiDef.Endpoint.Builder addEndpointBuilder ()

repeated .tensorflow.ApiDef.Endpoint endpoint = 3;

public ApiDef.Builder addInArg (valeur ApiDef.Arg )

repeated .tensorflow.ApiDef.Arg in_arg = 4;

public ApiDef.Builder addInArg (index int, ApiDef.Arg.Builder builderForValue)

repeated .tensorflow.ApiDef.Arg in_arg = 4;

public ApiDef.Builder addInArg ( ApiDef.Arg.Builder builderForValue)

repeated .tensorflow.ApiDef.Arg in_arg = 4;

public ApiDef.Builder addInArg (index int, valeur ApiDef.Arg )

repeated .tensorflow.ApiDef.Arg in_arg = 4;

public ApiDef.Arg.Builder addInArgBuilder (index int)

repeated .tensorflow.ApiDef.Arg in_arg = 4;

public ApiDef.Arg.Builder addInArgBuilder ()

repeated .tensorflow.ApiDef.Arg in_arg = 4;

public ApiDef.Builder addOutArg (valeur ApiDef.Arg )

repeated .tensorflow.ApiDef.Arg out_arg = 5;

public ApiDef.Builder addOutArg (index int, valeur ApiDef.Arg )

repeated .tensorflow.ApiDef.Arg out_arg = 5;

public ApiDef.Builder addOutArg (index int, ApiDef.Arg.Builder builderForValue)

repeated .tensorflow.ApiDef.Arg out_arg = 5;

public ApiDef.Builder addOutArg ( ApiDef.Arg.Builder builderForValue)

repeated .tensorflow.ApiDef.Arg out_arg = 5;

public ApiDef.Arg.Builder addOutArgBuilder ()

repeated .tensorflow.ApiDef.Arg out_arg = 5;

public ApiDef.Arg.Builder addOutArgBuilder (index int)

repeated .tensorflow.ApiDef.Arg out_arg = 5;

public ApiDef.Builder addRepeatedField (champ com.google.protobuf.Descriptors.FieldDescriptor, valeur de l'objet)

build public ApiDef ()

public ApiDef buildPartial ()

public ApiDef.Builder clear ()

public ApiDef.Builder clearArgOrder ()

 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 ApiDef.Builder clearAttr ()

repeated .tensorflow.ApiDef.Attr attr = 6;

public ApiDef.Builder clearDeprecationMessage ()

 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 ApiDef.Builder clearDeprecationVersion ()

 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 ApiDef.Builder clearDescription ()

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

public ApiDef.Builder clearDescriptionPrefix ()

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

public ApiDef.Builder clearDescriptionSuffix ()

string description_suffix = 10;

public ApiDef.Builder clearEndpoint ()

repeated .tensorflow.ApiDef.Endpoint endpoint = 3;

public ApiDef.Builder clearField (champ com.google.protobuf.Descriptors.FieldDescriptor)

public ApiDef.Builder clearGraphOpName ()

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

public ApiDef.Builder clearInArg ()

repeated .tensorflow.ApiDef.Arg in_arg = 4;

public ApiDef.Builder clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)

public ApiDef.Builder clearOutArg ()

repeated .tensorflow.ApiDef.Arg out_arg = 5;

public ApiDef.Builder clearSummary ()

résumé de la chaîne

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

public ApiDef.Builder clearVisibility ()

.tensorflow.ApiDef.Visibility visibility = 2;

Clone public ApiDef.Builder ()

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

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 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 com.google.protobuf.ProtocolStringList 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 ApiDef.Attr getAttr (index int)

repeated .tensorflow.ApiDef.Attr attr = 6;

public ApiDef.Attr.Builder getAttrBuilder (index int)

repeated .tensorflow.ApiDef.Attr attr = 6;

Liste publique < ApiDef.Attr.Builder > getAttrBuilderList ()

repeated .tensorflow.ApiDef.Attr attr = 6;

public int getAttrCount ()

repeated .tensorflow.ApiDef.Attr attr = 6;

Liste publique < ApiDef.Attr > getAttrList ()

repeated .tensorflow.ApiDef.Attr attr = 6;

public ApiDef.AttrOrBuilder getAttrOrBuilder (index int)

repeated .tensorflow.ApiDef.Attr attr = 6;

Liste publique <? étend ApiDef.AttrOrBuilder > getAttrOrBuilderList ()

repeated .tensorflow.ApiDef.Attr attr = 6;

public ApiDef getDefaultInstanceForType ()

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

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 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 publique getDescription ()

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

public com.google.protobuf.ByteString getDescriptionBytes ()

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

chaîne publique getDescriptionPrefix ()

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

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 publique getDescriptionSuffix ()

string description_suffix = 10;

public com.google.protobuf.ByteString getDescriptionSuffixBytes ()

string description_suffix = 10;

public statique final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

public com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()

public ApiDef.Endpoint getEndpoint (index int)

repeated .tensorflow.ApiDef.Endpoint endpoint = 3;

public ApiDef.Endpoint.Builder getEndpointBuilder (index int)

repeated .tensorflow.ApiDef.Endpoint endpoint = 3;

Liste publique < ApiDef.Endpoint.Builder > getEndpointBuilderList ()

repeated .tensorflow.ApiDef.Endpoint endpoint = 3;

public int getEndpointCount ()

repeated .tensorflow.ApiDef.Endpoint endpoint = 3;

liste publique < ApiDef.Endpoint > getEndpointList ()

repeated .tensorflow.ApiDef.Endpoint endpoint = 3;

public ApiDef.EndpointOrBuilder getEndpointOrBuilder (index int)

repeated .tensorflow.ApiDef.Endpoint endpoint = 3;

Liste publique <? étend ApiDef.EndpointOrBuilder > getEndpointOrBuilderList ()

repeated .tensorflow.ApiDef.Endpoint endpoint = 3;

chaîne publique getGraphOpName ()

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

public com.google.protobuf.ByteString getGraphOpNameBytes ()

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

public ApiDef.Arg getInArg (index int)

repeated .tensorflow.ApiDef.Arg in_arg = 4;

public ApiDef.Arg.Builder getInArgBuilder (index int)

repeated .tensorflow.ApiDef.Arg in_arg = 4;

Liste publique < ApiDef.Arg.Builder > getInArgBuilderList ()

repeated .tensorflow.ApiDef.Arg in_arg = 4;

public int getInArgCount ()

repeated .tensorflow.ApiDef.Arg in_arg = 4;

Liste publique < ApiDef.Arg > getInArgList ()

repeated .tensorflow.ApiDef.Arg in_arg = 4;

public ApiDef.ArgOrBuilder getInArgOrBuilder (index int)

repeated .tensorflow.ApiDef.Arg in_arg = 4;

Liste publique <? étend ApiDef.ArgOrBuilder > getInArgOrBuilderList ()

repeated .tensorflow.ApiDef.Arg in_arg = 4;

public ApiDef.Arg getOutArg (index int)

repeated .tensorflow.ApiDef.Arg out_arg = 5;

public ApiDef.Arg.Builder getOutArgBuilder (index int)

repeated .tensorflow.ApiDef.Arg out_arg = 5;

Liste publique < ApiDef.Arg.Builder > getOutArgBuilderList ()

repeated .tensorflow.ApiDef.Arg out_arg = 5;

public int getOutArgCount ()

repeated .tensorflow.ApiDef.Arg out_arg = 5;

Liste publique < ApiDef.Arg > getOutArgList ()

repeated .tensorflow.ApiDef.Arg out_arg = 5;

public ApiDef.ArgOrBuilder getOutArgOrBuilder (index int)

repeated .tensorflow.ApiDef.Arg out_arg = 5;

Liste publique <? étend ApiDef.ArgOrBuilder > getOutArgOrBuilderList ()

repeated .tensorflow.ApiDef.Arg out_arg = 5;

chaîne publique getSummary ()

résumé de la chaîne

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

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;

public ApiDef.Visibility getVisibility ()

.tensorflow.ApiDef.Visibility visibility = 2;

public int getVisibilityValue ()

.tensorflow.ApiDef.Visibility visibility = 2;

public final booléen isInitialized ()

public ApiDef.Builder mergeFrom (com.google.protobuf.Message autre)

public ApiDef.Builder mergeFrom (entrée com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
IOException

public final ApiDef.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)

public ApiDef.Builder removeAttr (index int)

repeated .tensorflow.ApiDef.Attr attr = 6;

public ApiDef.Builder removeEndpoint (index int)

repeated .tensorflow.ApiDef.Endpoint endpoint = 3;

public ApiDef.Builder removeInArg (index int)

repeated .tensorflow.ApiDef.Arg in_arg = 4;

public ApiDef.Builder removeOutArg (index int)

repeated .tensorflow.ApiDef.Arg out_arg = 5;

public ApiDef.Builder setArgOrder (index int, valeur de chaîne)

 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 ApiDef.Builder setAttr (index int, valeur ApiDef.Attr )

repeated .tensorflow.ApiDef.Attr attr = 6;

public ApiDef.Builder setAttr (index int, ApiDef.Attr.Builder builderForValue)

repeated .tensorflow.ApiDef.Attr attr = 6;

public ApiDef.Builder setDeprecationMessage (valeur de chaîne)

 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 ApiDef.Builder setDeprecationMessageBytes (valeur com.google.protobuf.ByteString)

 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 ApiDef.Builder setDeprecationVersion (valeur int)

 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 ApiDef.Builder setDescription (valeur de chaîne)

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

public ApiDef.Builder setDescriptionBytes (valeur com.google.protobuf.ByteString)

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

public ApiDef.Builder setDescriptionPrefix (valeur de chaîne)

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

public ApiDef.Builder setDescriptionPrefixBytes (valeur com.google.protobuf.ByteString)

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

public ApiDef.Builder setDescriptionSuffix (valeur de chaîne)

string description_suffix = 10;

public ApiDef.Builder setDescriptionSuffixBytes (valeur com.google.protobuf.ByteString)

string description_suffix = 10;

public ApiDef.Builder setEndpoint (index int, valeur ApiDef.Endpoint )

repeated .tensorflow.ApiDef.Endpoint endpoint = 3;

public ApiDef.Builder setEndpoint (index int, ApiDef.Endpoint.Builder builderForValue)

repeated .tensorflow.ApiDef.Endpoint endpoint = 3;

public ApiDef.Builder setField (champ com.google.protobuf.Descriptors.FieldDescriptor, valeur de l'objet)

public ApiDef.Builder setGraphOpName (valeur de chaîne)

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

public ApiDef.Builder setGraphOpNameBytes (valeur com.google.protobuf.ByteString)

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

public ApiDef.Builder setInArg (index int, valeur ApiDef.Arg )

repeated .tensorflow.ApiDef.Arg in_arg = 4;

public ApiDef.Builder setInArg (index int, ApiDef.Arg.Builder builderForValue)

repeated .tensorflow.ApiDef.Arg in_arg = 4;

public ApiDef.Builder setOutArg (index int, valeur ApiDef.Arg )

repeated .tensorflow.ApiDef.Arg out_arg = 5;

public ApiDef.Builder setOutArg (index int, ApiDef.Arg.Builder builderForValue)

repeated .tensorflow.ApiDef.Arg out_arg = 5;

public ApiDef.Builder setRepeatedField (champ com.google.protobuf.Descriptors.FieldDescriptor, index int, valeur de l'objet)

public ApiDef.Builder setSummary (valeur de chaîne)

résumé de la chaîne

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

public ApiDef.Builder setSummaryBytes (valeur com.google.protobuf.ByteString)

résumé de la chaîne

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

public final ApiDef.Builder setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)

public ApiDef.Builder setVisibility (valeur ApiDef.Visibility )

.tensorflow.ApiDef.Visibility visibility = 2;

public ApiDef.Builder setVisibilityValue (valeur int)

.tensorflow.ApiDef.Visibility visibility = 2;