ApiDef.ArgOrBuilder

interfaccia statica pubblica ApiDef.ArgOrBuilder
Sottoclassi indirette conosciute

Metodi pubblici

stringa astratta
getDescrizione ()
 Note: this will replace any inherited arg doc.
astratto com.google.protobuf.ByteString
getDescrizioneBytes ()
 Note: this will replace any inherited arg doc.
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 arg in the API from what
 is used in the GraphDef.
astratto com.google.protobuf.ByteString
getRenameToBytes ()
 Change the name used to access this arg in the API from what
 is used in the GraphDef.

Metodi pubblici

stringa astratta 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;

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

stringa astratta pubblica getName ()

string name = 1;

estratto pubblico com.google.protobuf.ByteString getNameBytes ()

string name = 1;

stringa astratta 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;

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