classe final pública RunConfiguration
Run-specific items such as arguments to the test / benchmark.
tensorflow.RunConfiguration Classes aninhadas
| aula | ExecutarConfiguration.Builder | Run-specific items such as arguments to the test / benchmark. | |
Constantes
| interno | ARGUMENT_FIELD_NUMBER | |
| interno | ENV_VARS_FIELD_NUMBER |
Métodos Públicos
| booleano | contémEnvVars (chave de string) Environment variables used to run the test/benchmark. |
| booleano | é igual (objeto obj) |
| Corda | getArgument (índice interno) repeated string argument = 1; |
| com.google.protobuf.ByteString | getArgumentBytes (índice interno) repeated string argument = 1; |
| interno | getArgumentCount () repeated string argument = 1; |
| com.google.protobuf.ProtocolStringList | getArgumentList () repeated string argument = 1; |
| Configuração de execução estática | |
| Executar configuração | |
| final estático com.google.protobuf.Descriptors.Descriptor | |
| Mapa<String, String> | getEnvVars () Use getEnvVarsMap() em vez disso. |
| interno | getEnvVarsCount () Environment variables used to run the test/benchmark. |
| Mapa<String, String> | getEnvVarsMap () Environment variables used to run the test/benchmark. |
| Corda | getEnvVarsOrDefault (chave de string, string defaultValue) Environment variables used to run the test/benchmark. |
| Corda | getEnvVarsOrThrow (chave de string) Environment variables used to run the test/benchmark. |
| interno | |
| final com.google.protobuf.UnknownFieldSet | |
| interno | código hash () |
| booleano final | |
| RunConfiguration.Builder estático | |
| RunConfiguration.Builder estático | newBuilder (protótipo RunConfiguration ) |
| ExecutarConfiguration.Builder | |
| Configuração de execução estática | parseDelimitedFrom (entrada InputStream) |
| Configuração de execução estática | parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Configuração de execução estática | parseFrom (dados de ByteBuffer) |
| Configuração de execução estática | parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Configuração de execução estática | parseFrom (dados de ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Configuração de execução estática | parseFrom (entrada com.google.protobuf.CodedInputStream) |
| Configuração de execução estática | parseFrom (byte[] dados, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Configuração de execução estática | parseFrom (dados com.google.protobuf.ByteString) |
| Configuração de execução estática | parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Configuração de execução estática | parseFrom (dados com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| estático | analisador () |
| ExecutarConfiguration.Builder | |
| vazio | writeTo (saída com.google.protobuf.CodedOutputStream) |
Métodos herdados
Constantes
público estático final int ARGUMENT_FIELD_NUMBER
Valor Constante: 1
público estático final int ENV_VARS_FIELD_NUMBER
Valor Constante: 2
Métodos Públicos
booleano público contémEnvVars (chave String)
Environment variables used to run the test/benchmark.
map<string, string> env_vars = 2; booleano público é igual (Object obj)
string pública getArgument (índice int)
repeated string argument = 1;
público com.google.protobuf.ByteString getArgumentBytes (índice int)
repeated string argument = 1;
público int getArgumentCount ()
repeated string argument = 1;
público com.google.protobuf.ProtocolStringList getArgumentList ()
repeated string argument = 1;
final estático público com.google.protobuf.Descriptors.Descriptor getDescriptor ()
público int getEnvVarsCount ()
Environment variables used to run the test/benchmark.
map<string, string> env_vars = 2; mapa público<String, String> getEnvVarsMap ()
Environment variables used to run the test/benchmark.
map<string, string> env_vars = 2; string pública getEnvVarsOrDefault (chave de string, string defaultValue)
Environment variables used to run the test/benchmark.
map<string, string> env_vars = 2; String pública getEnvVarsOrThrow (chave de string)
Environment variables used to run the test/benchmark.
map<string, string> env_vars = 2; 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 RunConfiguration parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| IOException |
|---|
public static RunConfiguration parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| IOException |
|---|
public static RunConfiguration parseFrom (dados ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| InvalidProtocolBufferException |
|---|
public static RunConfiguration parseFrom (entrada com.google.protobuf.CodedInputStream)
Lança
| IOException |
|---|
public static RunConfiguration parseFrom (byte[] dados, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| InvalidProtocolBufferException |
|---|
public static RunConfiguration parseFrom (dados com.google.protobuf.ByteString)
Lança
| InvalidProtocolBufferException |
|---|
public static RunConfiguration parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| IOException |
|---|
public static RunConfiguration 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 |
|---|