TestResultsOrBuilder

public interface TestResultsOrBuilder
Known Indirect Subclasses

Public Methods

abstract TestResults.BenchmarkType
getBenchmarkType()
.tensorflow.TestResults.BenchmarkType benchmark_type = 10;
abstract int
getBenchmarkTypeValue()
.tensorflow.TestResults.BenchmarkType benchmark_type = 10;
abstract BuildConfiguration
getBuildConfiguration()
 The configuration of the build (compiled opt? with cuda? any copts?)
 
.tensorflow.BuildConfiguration build_configuration = 3;
abstract BuildConfigurationOrBuilder
getBuildConfigurationOrBuilder()
 The configuration of the build (compiled opt? with cuda? any copts?)
 
.tensorflow.BuildConfiguration build_configuration = 3;
abstract CommitId
getCommitId()
 The commit id (git hash or changelist)
 
.tensorflow.CommitId commit_id = 4;
abstract CommitIdOrBuilder
getCommitIdOrBuilder()
 The commit id (git hash or changelist)
 
.tensorflow.CommitId commit_id = 4;
abstract BenchmarkEntries
getEntries()
 The list of tests or benchmarks in this run.
abstract BenchmarkEntriesOrBuilder
getEntriesOrBuilder()
 The list of tests or benchmarks in this run.
abstract MachineConfiguration
getMachineConfiguration()
 Machine-specific parameters (Platform and CPU info)
 
.tensorflow.MachineConfiguration machine_configuration = 7;
abstract MachineConfigurationOrBuilder
getMachineConfigurationOrBuilder()
 Machine-specific parameters (Platform and CPU info)
 
.tensorflow.MachineConfiguration machine_configuration = 7;
abstract String
getName()
 Benchmark target identifier.
abstract com.google.protobuf.ByteString
getNameBytes()
 Benchmark target identifier.
abstract RunConfiguration
getRunConfiguration()
 Run-specific parameters (arguments, etc)
 
.tensorflow.RunConfiguration run_configuration = 8;
abstract RunConfigurationOrBuilder
getRunConfigurationOrBuilder()
 Run-specific parameters (arguments, etc)
 
.tensorflow.RunConfiguration run_configuration = 8;
abstract String
getRunMode()
 Used for differentiating between continuous and debug builds.
abstract com.google.protobuf.ByteString
getRunModeBytes()
 Used for differentiating between continuous and debug builds.
abstract double
getRunTime()
 The amount of time the total run took (wall time in seconds)
 
double run_time = 6;
abstract long
getStartTime()
 The time the run started (in seconds of UTC time since Unix epoch)
 
int64 start_time = 5;
abstract String
getTarget()
 The target of the run, e.g.:
  //tensorflow/core:kernels_adjust_contrast_op_benchmark_test
 
string target = 1;
abstract com.google.protobuf.ByteString
getTargetBytes()
 The target of the run, e.g.:
  //tensorflow/core:kernels_adjust_contrast_op_benchmark_test
 
string target = 1;
abstract String
getTfVersion()
 TensorFlow version this benchmark runs against.
abstract com.google.protobuf.ByteString
getTfVersionBytes()
 TensorFlow version this benchmark runs against.
abstract boolean
hasBuildConfiguration()
 The configuration of the build (compiled opt? with cuda? any copts?)
 
.tensorflow.BuildConfiguration build_configuration = 3;
abstract boolean
hasCommitId()
 The commit id (git hash or changelist)
 
.tensorflow.CommitId commit_id = 4;
abstract boolean
hasEntries()
 The list of tests or benchmarks in this run.
abstract boolean
hasMachineConfiguration()
 Machine-specific parameters (Platform and CPU info)
 
.tensorflow.MachineConfiguration machine_configuration = 7;
abstract boolean
hasRunConfiguration()
 Run-specific parameters (arguments, etc)
 
.tensorflow.RunConfiguration run_configuration = 8;

Public Methods

public abstract TestResults.BenchmarkType getBenchmarkType ()

.tensorflow.TestResults.BenchmarkType benchmark_type = 10;

public abstract int getBenchmarkTypeValue ()

.tensorflow.TestResults.BenchmarkType benchmark_type = 10;

public abstract BuildConfiguration getBuildConfiguration ()

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

public abstract BuildConfigurationOrBuilder getBuildConfigurationOrBuilder ()

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

public abstract CommitId getCommitId ()

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

public abstract CommitIdOrBuilder getCommitIdOrBuilder ()

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

public abstract BenchmarkEntries getEntries ()

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

public abstract BenchmarkEntriesOrBuilder getEntriesOrBuilder ()

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

public abstract MachineConfiguration getMachineConfiguration ()

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

public abstract MachineConfigurationOrBuilder getMachineConfigurationOrBuilder ()

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

public abstract String getName ()

 Benchmark target identifier.
 
string name = 9;

public abstract com.google.protobuf.ByteString getNameBytes ()

 Benchmark target identifier.
 
string name = 9;

public abstract RunConfiguration getRunConfiguration ()

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

public abstract RunConfigurationOrBuilder getRunConfigurationOrBuilder ()

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

public abstract 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;

public abstract 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;

public abstract double getRunTime ()

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

public abstract long getStartTime ()

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

public abstract String getTarget ()

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

public abstract com.google.protobuf.ByteString getTargetBytes ()

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

public abstract String getTfVersion ()

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

public abstract 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;

public abstract boolean hasBuildConfiguration ()

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

public abstract boolean hasCommitId ()

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

public abstract boolean hasEntries ()

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

public abstract boolean hasMachineConfiguration ()

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

public abstract boolean hasRunConfiguration ()

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