classe final pública BuildConfiguration
Tipo de protobuf tensorflow.BuildConfiguration
Classes aninhadas
| aula | BuildConfiguration.Builder | Tipo de protobuf tensorflow.BuildConfiguration | |
Constantes
| interno | CC_FLAGS_FIELD_NUMBER | |
| interno | MODE_FIELD_NUMBER | |
| interno | OPTS_FIELD_NUMBER |
Métodos Públicos
| booleano | é igual (objeto obj) |
| Corda | getCcFlags (índice interno) CC compiler flags, if known repeated string cc_flags = 2; |
| com.google.protobuf.ByteString | getCcFlagsBytes (índice interno) CC compiler flags, if known repeated string cc_flags = 2; |
| interno | getCcFlagsCount () CC compiler flags, if known repeated string cc_flags = 2; |
| com.google.protobuf.ProtocolStringList | getCcFlagsList () CC compiler flags, if known repeated string cc_flags = 2; |
| configuração de construção estática | |
| Configuração de compilação | |
| final estático com.google.protobuf.Descriptors.Descriptor | |
| Corda | getMode () opt, dbg, etc string mode = 1; |
| com.google.protobuf.ByteString | getModeBytes () opt, dbg, etc string mode = 1; |
| Corda | getOpts (índice interno) Bazel compilation options, if known repeated string opts = 3; |
| com.google.protobuf.ByteString | getOptsBytes (índice interno) Bazel compilation options, if known repeated string opts = 3; |
| interno | getOptsCount () Bazel compilation options, if known repeated string opts = 3; |
| com.google.protobuf.ProtocolStringList | getOptsList () Bazel compilation options, if known repeated string opts = 3; |
| interno | |
| final com.google.protobuf.UnknownFieldSet | |
| interno | código hash () |
| booleano final | |
| BuildConfiguration.Builder estático | |
| BuildConfiguration.Builder estático | newBuilder (protótipo BuildConfiguration ) |
| BuildConfiguration.Builder | |
| configuração de construção estática | parseDelimitedFrom (entrada InputStream) |
| configuração de construção estática | parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| configuração de construção estática | parseFrom (dados de ByteBuffer) |
| configuração de construção estática | parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| configuração de construção estática | parseFrom (dados de ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| configuração de construção estática | parseFrom (entrada com.google.protobuf.CodedInputStream) |
| configuração de construção estática | parseFrom (byte[] dados, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| configuração de construção estática | parseFrom (dados com.google.protobuf.ByteString) |
| configuração de construção estática | parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| configuração de construção estática | parseFrom (dados com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| estático | analisador () |
| BuildConfiguration.Builder | |
| vazio | writeTo (saída com.google.protobuf.CodedOutputStream) |
Métodos herdados
Constantes
público estático final int CC_FLAGS_FIELD_NUMBER
Valor Constante: 2
int final estático público MODE_FIELD_NUMBER
Valor Constante: 1
público estático final int OPTS_FIELD_NUMBER
Valor Constante: 3
Métodos Públicos
booleano público é igual (Object obj)
String pública getCcFlags (índice int)
CC compiler flags, if known
repeated string cc_flags = 2; público com.google.protobuf.ByteString getCcFlagsBytes (índice int)
CC compiler flags, if known
repeated string cc_flags = 2; publicint getCcFlagsCount ()
CC compiler flags, if known
repeated string cc_flags = 2; público com.google.protobuf.ProtocolStringList getCcFlagsList ()
CC compiler flags, if known
repeated string cc_flags = 2; final estático público com.google.protobuf.Descriptors.Descriptor getDescriptor ()
String pública getMode ()
opt, dbg, etc
string mode = 1; público com.google.protobuf.ByteString getModeBytes ()
opt, dbg, etc
string mode = 1; string pública getOpts (índice int)
Bazel compilation options, if known
repeated string opts = 3; público com.google.protobuf.ByteString getOptsBytes (índice int)
Bazel compilation options, if known
repeated string opts = 3; público int getOptsCount ()
Bazel compilation options, if known
repeated string opts = 3; público com.google.protobuf.ProtocolStringList getOptsList ()
Bazel compilation options, if known
repeated string opts = 3; público getParserForType ()
público int getSerializedSize ()
final público com.google.protobuf.UnknownFieldSet getUnknownFields ()
hashCode int público ()
público final booleano isInitialized ()
public static BuildConfiguration parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| IOException |
|---|
public static BuildConfiguration parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| IOException |
|---|
public static BuildConfiguration parseFrom (dados ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| InvalidProtocolBufferException |
|---|
public static BuildConfiguration parseFrom (entrada com.google.protobuf.CodedInputStream)
Lança
| IOException |
|---|
public static BuildConfiguration parseFrom (byte[] dados, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| InvalidProtocolBufferException |
|---|
public static BuildConfiguration parseFrom (dados com.google.protobuf.ByteString)
Lança
| InvalidProtocolBufferException |
|---|
public static BuildConfiguration parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| IOException |
|---|
public static BuildConfiguration parseFrom (dados com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| InvalidProtocolBufferException |
|---|
estática pública analisador ()
public void writeTo (saída com.google.protobuf.CodedOutputStream)
Lança
| IOException |
|---|