ApiDef.Arg

classe finale statica pubblica ApiDef.Arg

Tipo di protocollo tensorflow.ApiDef.Arg

Classi nidificate

classe ApiDef.Arg.Builder Tipo di protocollo tensorflow.ApiDef.Arg

Costanti

int DESCRIZIONE_FIELD_NUMBER
int NOME_CAMPO_NUMERO
int RENAME_TO_FIELD_NUMBER

Metodi pubblici

booleano
è uguale a (Oggetto oggetto)
ApiDef.Arg statico
ApiDef.Arg
Corda
getDescrizione ()
 Note: this will replace any inherited arg doc.
com.google.protobuf.ByteString
getDescrizioneBytes ()
 Note: this will replace any inherited arg doc.
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 arg in the API from what
 is used in the GraphDef.
com.google.protobuf.ByteString
getRenameToBytes ()
 Change the name used to access this arg in the API from what
 is used in the GraphDef.
int
finale com.google.protobuf.UnknownFieldSet
int
booleano finale
ApiDef.Arg.Builder statico
newBuilder (prototipo ApiDef.Arg )
ApiDef.Arg.Builder statico
ApiDef.Arg.Builder
ApiDef.Arg statico
parseDelimitedFrom (input InputStream)
ApiDef.Arg statico
parseDelimitedFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ApiDef.Arg statico
parseFrom (dati ByteBuffer)
ApiDef.Arg statico
parseFrom (input com.google.protobuf.CodedInputStream, estensione com.google.protobuf.ExtensionRegistryLiteRegistry)
ApiDef.Arg statico
parseFrom (dati ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ApiDef.Arg statico
parseFrom (ingresso com.google.protobuf.CodedInputStream)
ApiDef.Arg statico
parseFrom (byte[] dati, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ApiDef.Arg statico
parseFrom (dati com.google.protobuf.ByteString)
ApiDef.Arg statico
parseFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ApiDef.Arg statico
parseFrom (dati com.google.protobuf.ByteString, estensione com.google.protobuf.ExtensionRegistryLiteRegistry)
statico
ApiDef.Arg.Builder
vuoto
writeTo (output com.google.protobuf.CodedOutputStream)

Metodi ereditati

Costanti

public static final int DESCRIZIONE_FIELD_NUMBER

Valore costante: 3

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.Arg getDefaultInstance ()

pubblico ApiDef.Arg getDefaultInstanceForType ()

stringa pubblica getDescription ()

descrizione stringa

 Note: this will replace any inherited arg doc. There is no
 current way of modifying arg descriptions (other than replacing
 them entirely) as can be done with op descriptions.
 
string description = 3;

pubblico com.google.protobuf.ByteString getDescriptionBytes ()

descrizione stringa

 Note: this will replace any inherited arg doc. There is no
 current way of modifying arg descriptions (other than replacing
 them entirely) as can be done with op descriptions.
 
string description = 3;

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

public int hashCode ()

public final booleano isInitialized ()

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

pubblico statico ApiDef.Arg.Builder newBuilder ()

pubblico ApiDef.Arg.Builder newBuilderForType ()

public static ApiDef.Arg parseDelimitedFrom (input InputStream)

Lancia
IOException

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

Lancia
IOException

parseFrom ApiDef.Arg statico pubblico (dati ByteBuffer)

Lancia
InvalidProtocolBufferException

parseFrom ApiDef.Arg pubblico statico (input com.google.protobuf.CodedInputStream, estensione com.google.protobuf.ExtensionRegistryLiteRegistry)

Lancia
IOException

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

Lancia
InvalidProtocolBufferException

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

Lancia
IOException

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

Lancia
InvalidProtocolBufferException

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

Lancia
InvalidProtocolBufferException

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

Lancia
IOException

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

Lancia
InvalidProtocolBufferException

pubblico statico analizzatore ()

pubblico ApiDef.Arg.Builder toBuilder ()

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

Lancia
IOException