TestResultsOrBuilder

رابط عمومی TestResultsOrBuilder
زیر کلاس های غیر مستقیم شناخته شده

روش های عمومی

چکیده TestResults.BenchmarkType
getBenchmarkType ()
.tensorflow.TestResults.BenchmarkType benchmark_type = 10;
انتزاعی
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;
ورودی های محک انتزاعی
دریافت ورودی ()
 The list of tests or benchmarks in this run.
انتزاعی معیار EntriesOrBuilder
getEntriesOrBuilder ()
 The list of tests or benchmarks in this run.
انتزاعی 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.
چکیده com.google.protobuf.ByteString
getNameBytes ()
 Benchmark target identifier.
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.
چکیده 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;
رشته انتزاعی
getTarget ()
 The target of the run, e.g.:
  //tensorflow/core:kernels_adjust_contrast_op_benchmark_test
 
string target = 1;
چکیده com.google.protobuf.ByteString
getTargetBytes ()
string target = 1;
 The target of the run, e.g.:
  //tensorflow/core:kernels_adjust_contrast_op_benchmark_test
 
= 1;
رشته انتزاعی
getTfVersion ()
 TensorFlow version this benchmark runs against.
چکیده com.google.protobuf.ByteString
getTfVersionBytes ()
 TensorFlow version this benchmark runs against.
بولی انتزاعی
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;
بولی انتزاعی
has Entries ()
 The list of tests or benchmarks in this run.
بولی انتزاعی
hasMachineConfiguration ()
 Machine-specific parameters (Platform and CPU info)
 
.tensorflow.MachineConfiguration machine_configuration = 7;
بولی انتزاعی
hasRunConfiguration ()
 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;

انتزاعی عمومی بنچمارک Entries 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 ()

string target = 1;

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

چکیده عمومی com.google.protobuf.ByteString getTargetBytes ()

string target = 1;

 The target of the run, e.g.:
  //tensorflow/core:kernels_adjust_contrast_op_benchmark_test
 
= 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;

ورودی های بولی انتزاعی عمومی ()

 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;