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.
tensorflow.ApiDef.Attr
Classi nidificate
classe | ApiDef.Attr.Builder | Description of the graph-construction-time configuration of this Op. |
Costanti
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 | codicehash () |
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 | analizzatore () |
ApiDef.Attr.Builder | toBuilder () |
vuoto | writeTo (output com.google.protobuf.CodedOutputStream) |
Metodi ereditati
booleano | è uguale a (Oggetto arg0) |
Classe finale<?> | getClass () |
int | codicehash () |
vuoto finale | avvisare () |
vuoto finale | notificaTutti () |
Corda | aStringa () |
vuoto finale | attendere (lungo arg0, int arg1) |
vuoto finale | aspetta (lungo arg0) |
vuoto finale | Aspettare () |
valore attributo astratto | getDefaultValue () Specify a new default value to use for this attr. |
astratto AttrValueOrBuilder | getDefaultValueOrBuilder () Specify a new default value to use for this attr. |
stringa astratta | 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. |
astratto 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. |
stringa astratta | getNome () string name = 1; |
astratto com.google.protobuf.ByteString | getNomeBytes () string name = 1; |
stringa astratta | getRenameTo () Change the name used to access this attr in the API from what is used in the GraphDef. |
astratto com.google.protobuf.ByteString | getRenameToBytes () Change the name used to access this attr in the API from what is used in the GraphDef. |
booleano astratto | hasDefaultValue () Specify a new default value to use for this attr. |
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 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 ()
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 ()
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 parseDelimitedFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lancia
IOException |
---|
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 void writeTo (output com.google.protobuf.CodedOutputStream)
Lancia
IOException |
---|