TestResultsOrBuilder

общедоступный интерфейс TestResultsOrBuilder
Известные косвенные подклассы

Публичные методы

абстрактный TestResults.BenchmarkType
getBenchmarkType ()
.tensorflow.TestResults.BenchmarkType benchmark_type = 10;
абстрактный int
getBenchmarkTypeValue ()
.tensorflow.TestResults.BenchmarkType benchmark_type = 10;
абстрактная конфигурация сборки
getBuildConfiguration ()
 The configuration of the build (compiled opt? with cuda? any copts?)
 
.tensorflow.BuildConfiguration build_configuration = 3;
абстрактный БилдКонфигуратионОрБилдер
getBuildConfigurationOrBuilder ()
 The configuration of the build (compiled opt? with cuda? any copts?)
 
.tensorflow.BuildConfiguration build_configuration = 3;
абстрактный CommitId
получитьИдКоммита ()
 The commit id (git hash or changelist)
 
.tensorflow.CommitId commit_id = 4;
абстрактный CommitIdOrBuilder
getCommitIdOrBuilder ()
 The commit id (git hash or changelist)
 
.tensorflow.CommitId commit_id = 4;
абстрактные записи
getEntries ()
 The list of tests or benchmarks in this run.
абстрактный бенчмаркэнтриесорбилдер
getEntriesOrBuilder ()
 The list of tests or benchmarks in this run.
абстрактная конфигурация машины
получитьMachineConfiguration ()
 Machine-specific parameters (Platform and CPU info)
 
.tensorflow.MachineConfiguration machine_configuration = 7;
абстрактный MachineConfigurationOrBuilder
getMachineConfigurationOrBuilder ()
 Machine-specific parameters (Platform and CPU info)
 
.tensorflow.MachineConfiguration machine_configuration = 7;
абстрактная строка
получитьИмя ()
 Benchmark target identifier.
абстрактный com.google.protobuf.ByteString
getNameBytes ()
 Benchmark target identifier.
абстрактная конфигурация запуска
getRunConfiguration ()
 Run-specific parameters (arguments, etc)
 
.tensorflow.RunConfiguration run_configuration = 8;
абстрактный RunConfigurationOrBuilder
getRunConfigurationOrBuilder ()
 Run-specific parameters (arguments, etc)
 
.tensorflow.RunConfiguration run_configuration = 8;
абстрактная строка
getRunMode ()
 Used for differentiating between continuous and debug builds.
абстрактный com.google.protobuf.ByteString
getRunModeBytes ()
 Used for differentiating between continuous and debug builds.
абстрактный двойник
getRunTime ()
 The amount of time the total run took (wall time in seconds)
 
double run_time = 6;
абстрактный длинный
getStartTime ()
 The time the run started (in seconds of UTC time since Unix epoch)
 
int64 start_time = 5;
абстрактная строка
получить цель ()
string target = 1;
 The target of the run, e.g.:
  //tensorflow/core:kernels_adjust_contrast_op_benchmark_test
 
= 1;
абстрактный com.google.protobuf.ByteString
getTargetBytes ()
строковая цель
 The target of the run, e.g.:
  //tensorflow/core:kernels_adjust_contrast_op_benchmark_test
 
string target = 1;
абстрактная строка
getTfVersion ()
 TensorFlow version this benchmark runs against.
абстрактный com.google.protobuf.ByteString
getTfVersionBytes ()
 TensorFlow version this benchmark runs against.
абстрактное логическое значение
имеетБилдКонфигуратион ()
 The configuration of the build (compiled opt? with cuda? any copts?)
 
.tensorflow.BuildConfiguration build_configuration = 3;
абстрактное логическое значение
имеетИдКоммита ()
 The commit id (git hash or changelist)
 
.tensorflow.CommitId commit_id = 4;
абстрактное логическое значение
имеет записи ()
 The list of tests or benchmarks in this run.
абстрактное логическое значение
имеетMachineConfiguration ()
 Machine-specific parameters (Platform and CPU info)
 
.tensorflow.MachineConfiguration machine_configuration = 7;
абстрактное логическое значение
имеетRunConfiguration ()
 Run-specific parameters (arguments, etc)
 
.tensorflow.RunConfiguration run_configuration = 8;

Публичные методы

общедоступный абстрактный TestResults.BenchmarkType getBenchmarkType ()

.tensorflow.TestResults.BenchmarkType benchmark_type = 10;

общедоступный абстрактный int getBenchmarkTypeValue ()

.tensorflow.TestResults.BenchmarkType benchmark_type = 10;

общедоступная абстрактная BuildConfiguration getBuildConfiguration ()

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

общедоступный абстрактный BuildConfigurationOrBuilder getBuildConfigurationOrBuilder ()

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

общедоступный абстрактный CommitId getCommitId ()

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

общедоступный абстрактный CommitIdOrBuilder getCommitIdOrBuilder ()

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

публичный абстрактный BenchmarkEntries getEntries ()

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

публичный абстрактный BenchmarkEntriesOrBuilder getEntriesOrBuilder ()

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

общедоступная абстрактная MachineConfiguration getMachineConfiguration ()

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

общедоступный абстрактный MachineConfigurationOrBuilder getMachineConfigurationOrBuilder ()

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

общедоступная абстрактная строка getName ()

 Benchmark target identifier.
 
string name = 9;

общедоступный абстрактный com.google.protobuf.ByteString getNameBytes ()

 Benchmark target identifier.
 
string name = 9;

публичный абстрактный RunConfiguration getRunConfiguration ()

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

публичный абстрактный RunConfigurationOrBuilder getRunConfigurationOrBuilder ()

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

общедоступная абстрактная строка 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;

общедоступный абстрактный 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;

публичный абстрактный двойной getRunTime ()

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

публичный абстрактный длинный getStartTime ()

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

общедоступная абстрактная строка getTarget ()

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

публичный абстрактный com.google.protobuf.ByteString getTargetBytes ()

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

общедоступная абстрактная строка getTfVersion ()

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

публичный абстрактный 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;

общедоступное абстрактное логическое значение hasBuildConfiguration ()

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

общедоступное абстрактное логическое значение hasCommitId ()

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

общедоступное абстрактное логическое значение hasEntries ()

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

общедоступное абстрактное логическое значение hasMachineConfiguration ()

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

общедоступное абстрактное логическое значение hasRunConfiguration ()

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