TestResultsOrBuilder

interfejs publiczny TestResultsOrBuilder
Znane podklasy pośrednie

Metody publiczne

streszczenie TestResults.BenchmarkType
pobierz typ testu porównawczego ()
.tensorflow.TestResults.BenchmarkType benchmark_type = 10;
streszczenie wew
getBenchmarkTypeValue ()
.tensorflow.TestResults.BenchmarkType benchmark_type = 10;
abstrakcyjna konfiguracja kompilacji
getBuildConfiguration ()
 The configuration of the build (compiled opt? with cuda? any copts?)
 
.tensorflow.BuildConfiguration build_configuration = 3;
streszczenie BuildConfigurationOrBuilder
getBuildConfigurationOrBuilder ()
 The configuration of the build (compiled opt? with cuda? any copts?)
 
.tensorflow.BuildConfiguration build_configuration = 3;
abstrakcyjny identyfikator zatwierdzenia
getCommitId ()
 The commit id (git hash or changelist)
 
.tensorflow.CommitId commit_id = 4;
streszczenie CommitIdOrBuilder
getCommitIdOrBuilder ()
 The commit id (git hash or changelist)
 
.tensorflow.CommitId commit_id = 4;
abstrakcyjne wpisy wzorcowe
pobierz wpisy ()
 The list of tests or benchmarks in this run.
streszczenie BenchmarkEntriesOrBuilder
getEntriesOrBuilder ()
 The list of tests or benchmarks in this run.
abstrakcyjna konfiguracja maszyny
getMachineConfiguration ()
 Machine-specific parameters (Platform and CPU info)
 
.tensorflow.MachineConfiguration machine_configuration = 7;
streszczenie MachineConfigurationOrBuilder
getMachineConfigurationOrBuilder ()
 Machine-specific parameters (Platform and CPU info)
 
.tensorflow.MachineConfiguration machine_configuration = 7;
abstrakcyjny ciąg
pobierz nazwę ()
 Benchmark target identifier.
streszczenie com.google.protobuf.ByteString
getNameBytes ()
 Benchmark target identifier.
abstrakcyjna konfiguracja uruchomienia
getRunConfiguration ()
 Run-specific parameters (arguments, etc)
 
.tensorflow.RunConfiguration run_configuration = 8;
streszczenie RunConfigurationOrBuilder
getRunConfigurationOrBuilder ()
 Run-specific parameters (arguments, etc)
 
.tensorflow.RunConfiguration run_configuration = 8;
abstrakcyjny ciąg
getRunMode ()
 Used for differentiating between continuous and debug builds.
streszczenie com.google.protobuf.ByteString
getRunModeBytes ()
 Used for differentiating between continuous and debug builds.
abstrakcyjny dublet
getRunTime ()
 The amount of time the total run took (wall time in seconds)
 
double run_time = 6;
abstrakcyjne, długie
getStartTime ()
 The time the run started (in seconds of UTC time since Unix epoch)
 
int64 start_time = 5;
abstrakcyjny ciąg
pobierz cel ()
 The target of the run, e.g.:
  //tensorflow/core:kernels_adjust_contrast_op_benchmark_test
 
string target = 1;
streszczenie com.google.protobuf.ByteString
getTargetBytes ()
 The target of the run, e.g.:
  //tensorflow/core:kernels_adjust_contrast_op_benchmark_test
 
string target = 1;
abstrakcyjny ciąg
getTfVersion ()
 TensorFlow version this benchmark runs against.
streszczenie com.google.protobuf.ByteString
getTfVersionBytes ()
 TensorFlow version this benchmark runs against.
abstrakcyjna wartość logiczna
maBuildConfiguration ()
 The configuration of the build (compiled opt? with cuda? any copts?)
 
.tensorflow.BuildConfiguration build_configuration = 3;
abstrakcyjna wartość logiczna
maCommitId ()
 The commit id (git hash or changelist)
 
.tensorflow.CommitId commit_id = 4;
abstrakcyjna wartość logiczna
maWpisy ()
 The list of tests or benchmarks in this run.
abstrakcyjna wartość logiczna
maMachineConfiguration ()
 Machine-specific parameters (Platform and CPU info)
 
.tensorflow.MachineConfiguration machine_configuration = 7;
abstrakcyjna wartość logiczna
maRunConfiguration ()
 Run-specific parameters (arguments, etc)
 
.tensorflow.RunConfiguration run_configuration = 8;

Metody publiczne

publiczne streszczenie TestResults.BenchmarkType getBenchmarkType ()

.tensorflow.TestResults.BenchmarkType benchmark_type = 10;

publiczne streszczenie int getBenchmarkTypeValue ()

.tensorflow.TestResults.BenchmarkType benchmark_type = 10;

publiczne streszczenie BuildConfiguration getBuildConfiguration ()

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

publiczne streszczenie BuildConfigurationOrBuilder getBuildConfigurationOrBuilder ()

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

publiczne streszczenie CommitId getCommitId ()

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

publiczne streszczenie CommitIdOrBuilder getCommitIdOrBuilder ()

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

publiczne streszczenie BenchmarkEntries getEntries ()

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

publiczne streszczenie BenchmarkEntriesOrBuilder getEntriesOrBuilder ()

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

publiczna streszczenie Konfiguracja maszyny getMachineConfiguration ()

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

publiczna abstrakcja MachineConfigurationOrBuilder getMachineConfigurationOrBuilder ()

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

publiczna abstrakcja String getName ()

 Benchmark target identifier.
 
string name = 9;

publiczne streszczenie com.google.protobuf.ByteString getNameBytes ()

 Benchmark target identifier.
 
string name = 9;

publiczne streszczenie RunConfiguration getRunConfiguration ()

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

publiczne streszczenie RunConfigurationOrBuilder getRunConfigurationOrBuilder ()

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

publiczny streszczenie String 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;

publiczna abstrakcja 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;

publiczne streszczenie podwójne getRunTime ()

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

publiczne streszczenie długie getStartTime ()

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

publiczna abstrakcja String getTarget ()

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

publiczne streszczenie com.google.protobuf.ByteString getTargetBytes ()

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

publiczny ciąg abstrakcyjny getTfVersion ()

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

publiczne streszczenie 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;

publiczna wartość logiczna abstrakcyjna hasBuildConfiguration ()

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

publiczna wartość logiczna abstrakcyjna hasCommitId ()

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

publiczna wartość logiczna abstrakcyjna hasEntries ()

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

publiczna wartość logiczna abstrakcyjna hasMachineConfiguration ()

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

publiczna wartość logiczna abstrakcyjna hasRunConfiguration ()

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