TestResultsOrBuilder

interface pública TestResultsOrBuilder
Subclasses indiretas conhecidas

Métodos Públicos

Resumo TestResults.BenchmarkType
getBenchmarkType ()
.tensorflow.TestResults.BenchmarkType benchmark_type = 10;
abstrato int
getBenchmarkTypeValue ()
.tensorflow.TestResults.BenchmarkType benchmark_type = 10;
configuração de construção abstrata
getBuildConfiguration ()
 The configuration of the build (compiled opt? with cuda? any copts?)
 
.tensorflow.BuildConfiguration build_configuration = 3;
abstrato BuildConfigurationOrBuilder
getBuildConfigurationOrBuilder ()
 The configuration of the build (compiled opt? with cuda? any copts?)
 
.tensorflow.BuildConfiguration build_configuration = 3;
commitId abstrato
getCommitID ()
 The commit id (git hash or changelist)
 
.tensorflow.CommitId commit_id = 4;
CommitIdOrBuilder abstrato
getCommitIdOrBuilder ()
 The commit id (git hash or changelist)
 
.tensorflow.CommitId commit_id = 4;
entradas de referência abstratas
getEntradas ()
 The list of tests or benchmarks in this run.
BenchmarkEntriesOrBuilder abstrato
getEntriesOrBuilder ()
 The list of tests or benchmarks in this run.
configuração de máquina abstrata
getMachineConfiguration ()
 Machine-specific parameters (Platform and CPU info)
 
.tensorflow.MachineConfiguration machine_configuration = 7;
abstrato MachineConfigurationOrBuilder
getMachineConfigurationOrBuilder ()
 Machine-specific parameters (Platform and CPU info)
 
.tensorflow.MachineConfiguration machine_configuration = 7;
cadeia abstrata
getNome ()
 Benchmark target identifier.
abstrato com.google.protobuf.ByteString
getNomeBytes ()
 Benchmark target identifier.
configuração de execução abstrata
getRunConfiguration ()
 Run-specific parameters (arguments, etc)
 
.tensorflow.RunConfiguration run_configuration = 8;
RunConfigurationOrBuilder abstrato
getRunConfigurationOrBuilder ()
 Run-specific parameters (arguments, etc)
 
.tensorflow.RunConfiguration run_configuration = 8;
cadeia abstrata
getRunMode ()
 Used for differentiating between continuous and debug builds.
abstrato com.google.protobuf.ByteString
getRunModeBytes ()
 Used for differentiating between continuous and debug builds.
duplo abstrato
getRunTime ()
 The amount of time the total run took (wall time in seconds)
 
double run_time = 6;
abstrato longo
getStartTime ()
 The time the run started (in seconds of UTC time since Unix epoch)
 
int64 start_time = 5;
cadeia abstrata
obterTarget ()
 The target of the run, e.g.:
  //tensorflow/core:kernels_adjust_contrast_op_benchmark_test
 
string target = 1;
abstrato com.google.protobuf.ByteString
getTargetBytes ()
 The target of the run, e.g.:
  //tensorflow/core:kernels_adjust_contrast_op_benchmark_test
 
string target = 1;
cadeia abstrata
getTfVersion ()
 TensorFlow version this benchmark runs against.
abstrato com.google.protobuf.ByteString
getTfVersionBytes ()
 TensorFlow version this benchmark runs against.
booleano abstrato
hasBuildConfiguration ()
 The configuration of the build (compiled opt? with cuda? any copts?)
 
.tensorflow.BuildConfiguration build_configuration = 3;
booleano abstrato
hasCommitID ()
 The commit id (git hash or changelist)
 
.tensorflow.CommitId commit_id = 4;
booleano abstrato
hasEntradas ()
 The list of tests or benchmarks in this run.
booleano abstrato
hasMachineConfiguration ()
 Machine-specific parameters (Platform and CPU info)
 
.tensorflow.MachineConfiguration machine_configuration = 7;
booleano abstrato
hasRunConfiguração ()
 Run-specific parameters (arguments, etc)
 
.tensorflow.RunConfiguration run_configuration = 8;

Métodos Públicos

público abstrato TestResults.BenchmarkType getBenchmarkType ()

.tensorflow.TestResults.BenchmarkType benchmark_type = 10;

público abstrato int getBenchmarkTypeValue ()

.tensorflow.TestResults.BenchmarkType benchmark_type = 10;

público abstrato BuildConfiguration getBuildConfiguration ()

 The configuration of the build (compiled opt? with cuda? any copts?)
 
.tensorflow.BuildConfiguration build_configuration = 3;

público abstrato BuildConfigurationOrBuilder getBuildConfigurationOrBuilder ()

 The configuration of the build (compiled opt? with cuda? any copts?)
 
.tensorflow.BuildConfiguration build_configuration = 3;

público abstrato CommitId getCommitId ()

 The commit id (git hash or changelist)
 
.tensorflow.CommitId commit_id = 4;

público abstrato CommitIdOrBuilder getCommitIdOrBuilder ()

 The commit id (git hash or changelist)
 
.tensorflow.CommitId commit_id = 4;

público abstrato BenchmarkEntries getEntries ()

entradas

 The list of tests or benchmarks in this run.
 
.tensorflow.BenchmarkEntries entries = 2;

público abstrato BenchmarkEntriesOrBuilder getEntriesOrBuilder ()

entradas

 The list of tests or benchmarks in this run.
 
.tensorflow.BenchmarkEntries entries = 2;

público abstrato MachineConfiguration getMachineConfiguration ()

 Machine-specific parameters (Platform and CPU info)
 
.tensorflow.MachineConfiguration machine_configuration = 7;

público abstrato MachineConfigurationOrBuilder getMachineConfigurationOrBuilder ()

 Machine-specific parameters (Platform and CPU info)
 
.tensorflow.MachineConfiguration machine_configuration = 7;

String abstrata pública getName ()

 Benchmark target identifier.
 
string name = 9;

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

 Benchmark target identifier.
 
string name = 9;

público abstrato RunConfiguration getRunConfiguration ()

 Run-specific parameters (arguments, etc)
 
.tensorflow.RunConfiguration run_configuration = 8;

público abstrato RunConfigurationOrBuilder getRunConfigurationOrBuilder ()

 Run-specific parameters (arguments, etc)
 
.tensorflow.RunConfiguration run_configuration = 8;

String abstrata pública getRunMode ()

 Used for differentiating between continuous and debug builds.
 Must be one of:
 * cbuild: results from continuous build.
 * presubmit: results from oneshot requests.
 * culprit: results from culprit finder rerun.
 
string run_mode = 11;

resumo público com.google.protobuf.ByteString getRunModeBytes ()

 Used for differentiating between continuous and debug builds.
 Must be one of:
 * cbuild: results from continuous build.
 * presubmit: results from oneshot requests.
 * culprit: results from culprit finder rerun.
 
string run_mode = 11;

público abstrato duplo getRunTime ()

 The amount of time the total run took (wall time in seconds)
 
double run_time = 6;

público abstrato longo getStartTime ()

 The time the run started (in seconds of UTC time since Unix epoch)
 
int64 start_time = 5;

String abstrata pública getTarget ()

 The target of the run, e.g.:
  //tensorflow/core:kernels_adjust_contrast_op_benchmark_test
 
string target = 1;

resumo público com.google.protobuf.ByteString getTargetBytes ()

 The target of the run, e.g.:
  //tensorflow/core:kernels_adjust_contrast_op_benchmark_test
 
string target = 1;

string abstrata pública getTfVersion ()

 TensorFlow version this benchmark runs against.
 This can be either set to full version or just the major version.
 
string tf_version = 12;

resumo público com.google.protobuf.ByteString getTfVersionBytes ()

 TensorFlow version this benchmark runs against.
 This can be either set to full version or just the major version.
 
string tf_version = 12;

público abstrato booleano hasBuildConfiguration ()

 The configuration of the build (compiled opt? with cuda? any copts?)
 
.tensorflow.BuildConfiguration build_configuration = 3;

público abstrato booleano hasCommitId ()

 The commit id (git hash or changelist)
 
.tensorflow.CommitId commit_id = 4;

hasEntries booleano abstrato público ()

entradas

 The list of tests or benchmarks in this run.
 
.tensorflow.BenchmarkEntries entries = 2;

público abstrato booleano hasMachineConfiguration ()

 Machine-specific parameters (Platform and CPU info)
 
.tensorflow.MachineConfiguration machine_configuration = 7;

público abstrato booleano hasRunConfiguration ()

 Run-specific parameters (arguments, etc)
 
.tensorflow.RunConfiguration run_configuration = 8;