ApiDef.Arg

classe final estática pública ApiDef.Arg

Tipo de protobuf tensorflow.ApiDef.Arg

Classes aninhadas

aula ApiDef.Arg.Builder Tipo de protobuf tensorflow.ApiDef.Arg

Constantes

interno DESCRIPTION_FIELD_NUMBER
interno NAME_FIELD_NUMBER
interno RENAME_TO_FIELD_NUMBER

Métodos Públicos

boleano
é igual (objeto obj)
ApiDef.Arg estático
ApiDef.Arg
Corda
getDescrição ()
 Note: this will replace any inherited arg doc.
com.google.protobuf.ByteString
getDescriptionBytes ()
 Note: this will replace any inherited arg doc.
final estático com.google.protobuf.Descriptors.Descriptor
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.
interno
final com.google.protobuf.UnknownFieldSet
interno
booleano final
ApiDef.Arg.Builder estático
newBuilder (protótipo ApiDef.Arg )
ApiDef.Arg.Builder estático
ApiDef.Arg.Builder
ApiDef.Arg estático
parseDelimitedFrom (entrada InputStream)
ApiDef.Arg estático
parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ApiDef.Arg estático
parseFrom (dados de ByteBuffer)
ApiDef.Arg estático
parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ApiDef.Arg estático
parseFrom (dados de ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ApiDef.Arg estático
parseFrom (entrada com.google.protobuf.CodedInputStream)
ApiDef.Arg estático
parseFrom (byte[] dados, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ApiDef.Arg estático
parseFrom (dados com.google.protobuf.ByteString)
ApiDef.Arg estático
parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ApiDef.Arg estático
parseFrom (dados com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático
ApiDef.Arg.Builder
vazio
writeTo (saída com.google.protobuf.CodedOutputStream)

Métodos herdados

Constantes

público estático final int DESCRIPTION_FIELD_NUMBER

Valor Constante: 3

int final estático público NAME_FIELD_NUMBER

Valor Constante: 1

int final estático público RENAME_TO_FIELD_NUMBER

Valor Constante: 2

Métodos Públicos

booleano público é igual (Object obj)

público estático ApiDef.Arg getDefaultInstance ()

público ApiDef.Arg getDefaultInstanceForType ()

String pública getDescrição ()

descrição da string

 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;

público com.google.protobuf.ByteString getDescriptionBytes ()

descrição da string

 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;

final estático público com.google.protobuf.Descriptors.Descriptor getDescriptor ()

String pública getNome ()

string name = 1;

público com.google.protobuf.ByteString getNameBytes ()

string name = 1;

público getParserForType ()

String pública 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;

público 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;

público int getSerializedSize ()

final público com.google.protobuf.UnknownFieldSet getUnknownFields ()

hashCode int público ()

público final booleano isInitialized ()

público estático ApiDef.Arg.Builder newBuilder (protótipo ApiDef.Arg )

público estático ApiDef.Arg.Builder newBuilder ()

público ApiDef.Arg.Builder newBuilderForType ()

public static ApiDef.Arg parseDelimitedFrom (entrada InputStream)

Lança
IOException

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

Lança
IOException

público estático ApiDef.Arg parseFrom (dados ByteBuffer)

Lança
InvalidProtocolBufferException

public static ApiDef.Arg parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
IOException

public static ApiDef.Arg parseFrom (dados ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
InvalidProtocolBufferException

público estático ApiDef.Arg parseFrom (entrada com.google.protobuf.CodedInputStream)

Lança
IOException

public static ApiDef.Arg parseFrom (byte[] dados, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
InvalidProtocolBufferException

público estático ApiDef.Arg parseFrom (dados com.google.protobuf.ByteString)

Lança
InvalidProtocolBufferException

public static ApiDef.Arg parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
IOException

public static ApiDef.Arg parseFrom (dados com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
InvalidProtocolBufferException

estática pública analisador ()

público ApiDef.Arg.Builder toBuilder ()

public void writeTo (saída com.google.protobuf.CodedOutputStream)

Lança
IOException