ApiDef.Attr

classe finale statica pubblica 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.
 
Tipo protobuf tensorflow.ApiDef.Attr

Classi nidificate

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

Costanti

int DEFAULT_VALUE_FIELD_NUMBER
int DESCRIZIONE_FIELD_NUMBER
int NOME_CAMPO_NUMERO
int RENAME_TO_FIELD_NUMBER

Metodi pubblici

booleano
è uguale a (Oggetto oggetto)
statico ApiDef.Attr
ApiDef.Attr
AttrValue
getDefaultValue ()
 Specify a new default value to use for this attr.
AttrValueOrBuilder
getDefaultValueOrBuilder ()
 Specify a new default value to use for this attr.
Corda
getDescrizione ()
 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
getDescrizioneBytes ()
 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.Descriptors.Descriptor statico finale
Corda
getNome ()
string name = 1;
com.google.protobuf.ByteString
getNomeBytes ()
string name = 1;
Corda
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
finale com.google.protobuf.UnknownFieldSet
booleano
hasDefaultValue ()
 Specify a new default value to use for this attr.
int
booleano finale
ApiDef.Attr.Builder statico
newBuilder (prototipo ApiDef.Attr )
ApiDef.Attr.Builder statico
ApiDef.Attr.Builder
statico ApiDef.Attr
parseDelimitedFrom (input InputStream)
statico ApiDef.Attr
parseDelimitedFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
statico ApiDef.Attr
parseFrom (dati ByteBuffer)
statico ApiDef.Attr
parseFrom (input com.google.protobuf.CodedInputStream, estensione com.google.protobuf.ExtensionRegistryLiteRegistry)
statico ApiDef.Attr
parseFrom (dati ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
statico ApiDef.Attr
parseFrom (ingresso com.google.protobuf.CodedInputStream)
statico ApiDef.Attr
parseFrom (byte[] dati, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
statico ApiDef.Attr
parseFrom (dati com.google.protobuf.ByteString)
statico ApiDef.Attr
parseFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
statico ApiDef.Attr
parseFrom (dati com.google.protobuf.ByteString, estensione com.google.protobuf.ExtensionRegistryLiteRegistry)
statico
ApiDef.Attr.Builder
vuoto
writeTo (output com.google.protobuf.CodedOutputStream)

Metodi ereditati

Costanti

public static final int DEFAULT_VALUE_FIELD_NUMBER

Valore costante: 3

public static final int DESCRIZIONE_FIELD_NUMBER

Valore costante: 4

public static final int NAME_FIELD_NUMBER

Valore costante: 1

public static final int RENAME_TO_FIELD_NUMBER

Valore costante: 2

Metodi pubblici

booleano pubblico è uguale a (Oggetto obj)

pubblico statico ApiDef.Attr getDefaultInstance ()

public ApiDef.Attr getDefaultInstanceForType ()

pubblico 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;

stringa pubblica getDescription ()

descrizione stringa

 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;

pubblico com.google.protobuf.ByteString getDescriptionBytes ()

descrizione stringa

 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 static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

stringa pubblica getName ()

string name = 1;

pubblico com.google.protobuf.ByteString getNameBytes ()

string name = 1;

pubblico getParserForType ()

stringa pubblica getRenameTo ()

 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;

pubblico com.google.protobuf.ByteString getRenameToBytes ()

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

pubblico finale com.google.protobuf.UnknownFieldSet getUnknownFields ()

pubblico booleano 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;

public int hashCode ()

public final booleano isInitialized ()

public static ApiDef.Attr.Builder newBuilder (prototipo ApiDef.Attr )

pubblico statico ApiDef.Attr.Builder newBuilder ()

public ApiDef.Attr.Builder newBuilderForType ()

public static ApiDef.Attr parseDelimitedFrom (input InputStream)

Lancia
IOException

public static ApiDef.Attr parseDelimitedFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lancia
IOException

parseFrom ApiDef.Attr statico pubblico (dati ByteBuffer)

Lancia
InvalidProtocolBufferException

pubblico statico ApiDef.Attr parseFrom (input com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lancia
IOException

parseFrom pubblico statico ApiDef.Attr (dati ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lancia
InvalidProtocolBufferException

parseFrom ApiDef.Attr statico pubblico (input com.google.protobuf.CodedInputStream)

Lancia
IOException

pubblico statico ApiDef.Attr parseFrom (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lancia
InvalidProtocolBufferException

parseFrom ApiDef.Attr statico pubblico (dati com.google.protobuf.ByteString)

Lancia
InvalidProtocolBufferException

pubblico statico ApiDef.Attr parseFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lancia
IOException

parseFrom ApiDef.Attr statico pubblico (dati com.google.protobuf.ByteString, estensione com.google.protobuf.ExtensionRegistryLiteRegistry)

Lancia
InvalidProtocolBufferException

pubblico statico analizzatore ()

public ApiDef.Attr.Builder toBuilder ()

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

Lancia
IOException