ApiDef.Attr

classe finale statique publique ApiDef.Attr

 Description of the graph-construction-time configuration of this
 Op.  That is to say, this describes the attr fields that will
 be specified in the NodeDef.
 
tensorflow.ApiDef.Attr de type Protobuf.ApiDef.Attr

Classes imbriquées

classe ApiDef.Attr.Builder
 Description of the graph-construction-time configuration of this
 Op. 

Constantes

int DEFAULT_VALUE_FIELD_NUMBER
int DESCRIPTION_FIELD_NUMBER
int NAME_FIELD_NUMBER
int RENAME_TO_FIELD_NUMBER

Méthodes publiques

booléen
est égal (Obj objet)
statique ApiDef.Attr
ApiDef.Attr
Valeur d'attribut
getDefaultValue ()
 Specify a new default value to use for this attr.
AttrValueOrBuilder
getDefaultValueOrBuilder ()
 Specify a new default value to use for this attr.
Chaîne
obtenirDescription ()
 Note: this will replace any inherited attr doc, there is no current
 way of modifying attr descriptions as can be done with op descriptions.
com.google.protobuf.ByteString
getDescriptionBytes ()
 Note: this will replace any inherited attr doc, there is no current
 way of modifying attr descriptions as can be done with op descriptions.
final statique com.google.protobuf.Descriptors.Descriptor
Chaîne
obtenirNom ()
string name = 1;
com.google.protobuf.ByteString
getNameBytes ()
string name = 1;
Chaîne
getRenameTo ()
 Change the name used to access this attr in the API from what
 is used in the GraphDef.
com.google.protobuf.ByteString
getRenameToBytes ()
 Change the name used to access this attr in the API from what
 is used in the GraphDef.
int
final com.google.protobuf.UnknownFieldSet
booléen
hasDefaultValue ()
 Specify a new default value to use for this attr.
int
booléen final
statique ApiDef.Attr.Builder
newBuilder (prototype ApiDef.Attr )
statique ApiDef.Attr.Builder
ApiDef.Attr.Builder
statique ApiDef.Attr
parseDelimitedFrom (entrée InputStream)
statique ApiDef.Attr
parseDelimitedFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
statique ApiDef.Attr
parseFrom (données ByteBuffer)
statique ApiDef.Attr
parseFrom (entrée com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
statique ApiDef.Attr
parseFrom (données ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
statique ApiDef.Attr
parseFrom (entrée com.google.protobuf.CodedInputStream)
statique ApiDef.Attr
parseFrom (données octet[], com.google.protobuf.ExtensionRegistryLite extensionRegistry)
statique ApiDef.Attr
parseFrom (données com.google.protobuf.ByteString)
statique ApiDef.Attr
parseFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
statique ApiDef.Attr
parseFrom (données com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
statique
ApiDef.Attr.Builder
vide
writeTo (sortie com.google.protobuf.CodedOutputStream)

Méthodes héritées

Constantes

public statique final entier DEFAULT_VALUE_FIELD_NUMBER

Valeur constante : 3

public statique final int DESCRIPTION_FIELD_NUMBER

Valeur constante : 4

public statique final entier NAME_FIELD_NUMBER

Valeur constante : 1

public statique final int RENAME_TO_FIELD_NUMBER

Valeur constante : 2

Méthodes publiques

public booléen égal (Objet obj)

public statique ApiDef.Attr getDefaultInstance ()

public ApiDef.Attr getDefaultInstanceForType ()

public AttrValue getDefaultValue ()

 Specify a new default value to use for this attr.  This default
 will be used when creating new graphs, as opposed to the
 default in the OpDef, which will be used when interpreting old
 GraphDefs.
 
.tensorflow.AttrValue default_value = 3;

public AttrValueOrBuilder getDefaultValueOrBuilder ()

 Specify a new default value to use for this attr.  This default
 will be used when creating new graphs, as opposed to the
 default in the OpDef, which will be used when interpreting old
 GraphDefs.
 
.tensorflow.AttrValue default_value = 3;

chaîne publique getDescription ()

 Note: this will replace any inherited attr doc, there is no current
 way of modifying attr descriptions as can be done with op descriptions.
 
string description = 4;

public com.google.protobuf.ByteString getDescriptionBytes ()

 Note: this will replace any inherited attr doc, there is no current
 way of modifying attr descriptions as can be done with op descriptions.
 
string description = 4;

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

chaîne publique getName ()

string name = 1;

public com.google.protobuf.ByteString getNameBytes ()

string name = 1;

publique getParserForType ()

chaîne publique getRenameTo ()

chaîne

 Change the name used to access this attr in the API from what
 is used in the GraphDef.  Note that these names in `backticks`
 will also be replaced in the summary & description fields.
 
string rename_to = 2;

public com.google.protobuf.ByteString getRenameToBytes ()

chaîne

 Change the name used to access this attr in the API from what
 is used in the GraphDef.  Note that these names in `backticks`
 will also be replaced in the summary & description fields.
 
string rename_to = 2;

public int getSerializedSize ()

public final com.google.protobuf.UnknownFieldSet getUnknownFields ()

public booléen hasDefaultValue ()

 Specify a new default value to use for this attr.  This default
 will be used when creating new graphs, as opposed to the
 default in the OpDef, which will be used when interpreting old
 GraphDefs.
 
.tensorflow.AttrValue default_value = 3;

code de hachage int public ()

public final booléen isInitialized ()

public statique ApiDef.Attr.Builder newBuilder (prototype ApiDef.Attr )

public statique ApiDef.Attr.Builder newBuilder ()

public ApiDef.Attr.Builder newBuilderForType ()

public statique ApiDef.Attr parseDelimitedFrom (entrée InputStream)

Jetés
IOException

public static ApiDef.Attr parseDelimitedFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
IOException

public statique ApiDef.Attr parseFrom (données ByteBuffer)

Jetés
InvalidProtocolBufferException

public statique ApiDef.Attr parseFrom (entrée com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
IOException

public statique ApiDef.Attr parseFrom (données ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
InvalidProtocolBufferException

public statique ApiDef.Attr parseFrom (entrée com.google.protobuf.CodedInputStream)

Jetés
IOException

public statique ApiDef.Attr parseFrom (données octet[], com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
InvalidProtocolBufferException

public statique ApiDef.Attr parseFrom (données com.google.protobuf.ByteString)

Jetés
InvalidProtocolBufferException

public statique ApiDef.Attr parseFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
IOException

public statique ApiDef.Attr parseFrom (données com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
InvalidProtocolBufferException

public statique analyseur ()

public ApiDef.Attr.Builder toBuilder ()

public void writeTo (sortie com.google.protobuf.CodedOutputStream)

Jetés
IOException