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