TestResults.Builder

מחלקה סופית סטטית ציבורית TestResults.Builder

 The output of one benchmark / test run.  Each run contains a list of
 tests or benchmarks, stored as BenchmarkEntry messages.
 This message should be emitted by the reporter (which runs the
 test / BM in a subprocess and then reads the emitted BenchmarkEntry messages;
 usually from a serialized json file, finally collecting them along
 with additional information about the test run.
 
סוג Protobuf tensorflow.TestResults

שיטות ציבוריות

TestResults.Builder
addRepeatedField (שדה com.google.protobuf.Descriptors.FieldDescriptor, ערך אובייקט)
תוצאות מבחן
תוצאות מבחן
TestResults.Builder
TestResults.Builder
clearBenchmarkType ()
.tensorflow.TestResults.BenchmarkType benchmark_type = 10;
TestResults.Builder
clearBuildConfiguration ()
 The configuration of the build (compiled opt? with cuda? any copts?)
 
.tensorflow.BuildConfiguration build_configuration = 3;
TestResults.Builder
clearCommitId ()
 The commit id (git hash or changelist)
 
.tensorflow.CommitId commit_id = 4;
TestResults.Builder
clearentries ()
 The list of tests or benchmarks in this run.
TestResults.Builder
clearField (שדה com.google.protobuf.Descriptors.FieldDescriptor)
TestResults.Builder
clearMachineConfiguration ()
 Machine-specific parameters (Platform and CPU info)
 
.tensorflow.MachineConfiguration machine_configuration = 7;
TestResults.Builder
clearName ()
 Benchmark target identifier.
TestResults.Builder
clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
TestResults.Builder
clearRunConfiguration ()
 Run-specific parameters (arguments, etc)
 
.tensorflow.RunConfiguration run_configuration = 8;
TestResults.Builder
clearRunMode ()
 Used for differentiating between continuous and debug builds.
TestResults.Builder
clearRunTime ()
 The amount of time the total run took (wall time in seconds)
 
double run_time = 6;
TestResults.Builder
clearStartTime ()
 The time the run started (in seconds of UTC time since Unix epoch)
 
int64 start_time = 5;
TestResults.Builder
clearTarget ()
 The target of the run, e.g.:
  //tensorflow/core:kernels_adjust_contrast_op_benchmark_test
 
string target = 1;
TestResults.Builder
clearTfVersion ()
 TensorFlow version this benchmark runs against.
TestResults.Builder
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;
BuildConfiguration.Builder
getBuildConfigurationBuilder ()
 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;
CommitId.Builder
getCommitIdBuilder ()
 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;
תוצאות מבחן
final static com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
BenchmarkEntries
getEntries ()
 The list of tests or benchmarks in this run.
BenchmarkEntries.Builder
getEntriesBuilder ()
 The list of tests or benchmarks in this run.
BenchmarkEntriesOrBuilder
getEntriesOrBuilder ()
 The list of tests or benchmarks in this run.
תצורת מכונה
getMachineConfiguration ()
 Machine-specific parameters (Platform and CPU info)
 
.tensorflow.MachineConfiguration machine_configuration = 7;
MachineConfiguration.Builder
getMachineConfigurationBuilder ()
 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;
RunConfiguration.Builder
getRunConfigurationBuilder ()
 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 ()
 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.
בוליאני
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.
בוליאני
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.Builder
mergeBuildConfiguration (ערך BuildConfiguration )
 The configuration of the build (compiled opt? with cuda? any copts?)
 
.tensorflow.BuildConfiguration build_configuration = 3;
TestResults.Builder
mergeCommitId (ערך CommitId )
 The commit id (git hash or changelist)
 
.tensorflow.CommitId commit_id = 4;
TestResults.Builder
mergeEntries (ערך BenchmarkEntries )
 The list of tests or benchmarks in this run.
TestResults.Builder
mergeFrom (com.google.protobuf.Message אחר)
TestResults.Builder
mergeFrom (קלט com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
TestResults.Builder
mergeMachineConfiguration (ערך MachineConfiguration )
 Machine-specific parameters (Platform and CPU info)
 
.tensorflow.MachineConfiguration machine_configuration = 7;
TestResults.Builder
mergeRunConfiguration (ערך RunConfiguration )
 Run-specific parameters (arguments, etc)
 
.tensorflow.RunConfiguration run_configuration = 8;
Final TestResults.Builder
mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)
TestResults.Builder
setBenchmarkType (ערך TestResults.BenchmarkType )
.tensorflow.TestResults.BenchmarkType benchmark_type = 10;
TestResults.Builder
setBenchmarkTypeValue (ערך int)
.tensorflow.TestResults.BenchmarkType benchmark_type = 10;
TestResults.Builder
setBuildConfiguration ( BuildConfiguration.Builder builderForValue)
 The configuration of the build (compiled opt? with cuda? any copts?)
 
.tensorflow.BuildConfiguration build_configuration = 3;
TestResults.Builder
setBuildConfiguration (ערך BuildConfiguration )
 The configuration of the build (compiled opt? with cuda? any copts?)
 
.tensorflow.BuildConfiguration build_configuration = 3;
TestResults.Builder
setCommitId ( CommitId.Builder builderForValue)
 The commit id (git hash or changelist)
 
.tensorflow.CommitId commit_id = 4;
TestResults.Builder
setCommitId (ערך CommitId )
 The commit id (git hash or changelist)
 
.tensorflow.CommitId commit_id = 4;
TestResults.Builder
setEntries ( BenchmarkEntries.Builder builderForValue)
 The list of tests or benchmarks in this run.
TestResults.Builder
setEntries (ערך BenchmarkEntries )
 The list of tests or benchmarks in this run.
TestResults.Builder
setField (שדה com.google.protobuf.Descriptors.FieldDescriptor, ערך אובייקט)
TestResults.Builder
setMachineConfiguration ( MachineConfiguration.Builder builderForValue)
 Machine-specific parameters (Platform and CPU info)
 
.tensorflow.MachineConfiguration machine_configuration = 7;
TestResults.Builder
setMachineConfiguration (ערך MachineConfiguration )
 Machine-specific parameters (Platform and CPU info)
 
.tensorflow.MachineConfiguration machine_configuration = 7;
TestResults.Builder
setName (ערך מחרוזת)
 Benchmark target identifier.
TestResults.Builder
setNameBytes (ערך com.google.protobuf.ByteString)
 Benchmark target identifier.
TestResults.Builder
setRepeatedField (שדה com.google.protobuf.Descriptors.FieldDescriptor, אינדקס אינט, ערך אובייקט)
TestResults.Builder
setRunConfiguration (ערך RunConfiguration )
 Run-specific parameters (arguments, etc)
 
.tensorflow.RunConfiguration run_configuration = 8;
TestResults.Builder
setRunConfiguration ( RunConfiguration.Builder builderForValue)
 Run-specific parameters (arguments, etc)
 
.tensorflow.RunConfiguration run_configuration = 8;
TestResults.Builder
setRunMode (ערך מחרוזת)
 Used for differentiating between continuous and debug builds.
TestResults.Builder
setRunModeBytes (ערך com.google.protobuf.ByteString)
 Used for differentiating between continuous and debug builds.
TestResults.Builder
setRunTime (ערך כפול)
 The amount of time the total run took (wall time in seconds)
 
double run_time = 6;
TestResults.Builder
setStartTime (ערך ארוך)
 The time the run started (in seconds of UTC time since Unix epoch)
 
int64 start_time = 5;
TestResults.Builder
setTarget (ערך מחרוזת)
 The target of the run, e.g.:
  //tensorflow/core:kernels_adjust_contrast_op_benchmark_test
 
string target = 1;
TestResults.Builder
setTargetBytes (ערך com.google.protobuf.ByteString)
 The target of the run, e.g.:
  //tensorflow/core:kernels_adjust_contrast_op_benchmark_test
 
string target = 1;
TestResults.Builder
setTfVersion (ערך מחרוזת)
 TensorFlow version this benchmark runs against.
TestResults.Builder
setTfVersionBytes (ערך com.google.protobuf.ByteString)
 TensorFlow version this benchmark runs against.
Final TestResults.Builder
setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)

שיטות בירושה

שיטות ציבוריות

Public TestResults.Builder addRepeatedField (שדה com.google.protobuf.Descriptors.FieldDescriptor, ערך אובייקט)

בניית תוצאות בדיקה ציבורית ()

תוצאות בדיקה ציבוריות buildPartial ()

Public TestResults.Builder ברור ()

Public TestResults.Builder clearBenchmarkType ()

.tensorflow.TestResults.BenchmarkType benchmark_type = 10;

Public TestResults.Builder clearBuildConfiguration ()

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

Public TestResults.Builder clearCommitId ()

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

Public TestResults.Builder clearEntries ()

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

Public TestResults.Builder clearField (שדה com.google.protobuf.Descriptors.FieldDescriptor)

Public TestResults.Builder clearMachineConfiguration ()

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

public TestResults.Builder clearName ()

 Benchmark target identifier.
 
string name = 9;

Public TestResults.Builder clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)

public TestResults.Builder clearRunConfiguration ()

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

Public TestResults.Builder clearRunMode ()

 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 TestResults.Builder clearRunTime ()

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

Public TestResults.Builder clearStartTime ()

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

Public TestResults.Builder clearTarget ()

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

Public TestResults.Builder clearTfVersion ()

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

שיבוט TestResults.Builder ציבורי ()

Public TestResults.BenchmarkType getBenchmarkType ()

.tensorflow.TestResults.BenchmarkType benchmark_type = 10;

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

public BuildConfiguration.Builder getBuildConfigurationBuilder ()

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

public BuildConfigurationOrBuilder getBuildConfigurationOrBuilder ()

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

public CommitId getCommitId ()

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

public CommitId.Builder getCommitIdBuilder ()

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

public CommitIdOrBuilder getCommitIdOrBuilder ()

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

תוצאות בדיקה ציבוריות getDefaultInstanceForType ()

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

public com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()

Public BenchmarkEntries getEntries ()

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

public BenchmarkEntries.Builder getEntriesBuilder ()

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

Public BenchmarkEntriesOrBuilder getEntriesOrBuilder ()

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

Public MachineConfiguration getMachineConfiguration ()

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

public MachineConfiguration.Builder getMachineConfigurationBuilder ()

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

Public MachineConfigurationOrBuilder getMachineConfigurationOrBuilder ()

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

מחרוזת ציבורית getName ()

 Benchmark target identifier.
 
string name = 9;

public com.google.protobuf.ByteString getNameBytes ()

 Benchmark target identifier.
 
string name = 9;

Public RunConfiguration getRunConfiguration ()

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

Public RunConfiguration.Builder getRunConfigurationBuilder ()

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

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

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

Public long 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;

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

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

יש BuildConfiguration בוליאני ציבורי ()

 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;

בוליאני הסופי הציבורי הוא אתחול ()

public TestResults.Builder mergeBuildConfiguration (ערך BuildConfiguration )

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

Public TestResults.Builder mergeCommitId (ערך CommitId )

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

public TestResults.Builder mergeEntries (ערך BenchmarkEntries )

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

Public TestResults.Builder mergeFrom (com.google.protobuf.Message אחר)

Public TestResults.Builder mergeFrom (קלט com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

זורק
IOException

public TestResults.Builder mergeMachineConfiguration (ערך MachineConfiguration )

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

public TestResults.Builder mergeRunConfiguration (ערך RunConfiguration )

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

Public final TestResults.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)

Public TestResults.Builder setBenchmarkType (ערך TestResults.BenchmarkType )

.tensorflow.TestResults.BenchmarkType benchmark_type = 10;

Public TestResults.Builder setBenchmarkTypeValue (ערך int)

.tensorflow.TestResults.BenchmarkType benchmark_type = 10;

Public TestResults.Builder setBuildConfiguration ( BuildConfiguration.Builder builderForValue)

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

Public TestResults.Builder setBuildConfiguration (ערך BuildConfiguration )

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

Public TestResults.Builder setCommitId ( CommitId.Builder builderForValue)

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

Public TestResults.Builder setCommitId (ערך CommitId )

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

Public TestResults.Builder setEntries ( BenchmarkEntries.Builder builderForValue)

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

Public TestResults.Builder setEntries (ערך BenchmarkEntries )

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

Public TestResults.Builder setField (שדה com.google.protobuf.Descriptors.FieldDescriptor, ערך אובייקט)

Public TestResults.Builder setMachineConfiguration ( MachineConfiguration.Builder builderForValue)

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

Public TestResults.Builder setMachineConfiguration (ערך MachineConfiguration )

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

public TestResults.Builder setName (ערך מחרוזת)

 Benchmark target identifier.
 
string name = 9;

Public TestResults.Builder setNameBytes (ערך com.google.protobuf.ByteString)

 Benchmark target identifier.
 
string name = 9;

Public TestResults.Builder setRepeatedField (שדה com.google.protobuf.Descriptors.FieldDescriptor, אינדקס אינט, ערך אובייקט)

public TestResults.Builder setRunConfiguration (ערך RunConfiguration )

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

public TestResults.Builder setRunConfiguration ( RunConfiguration.Builder builderForValue)

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

Public TestResults.Builder setRunMode (ערך מחרוזת)

 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 TestResults.Builder setRunModeBytes (ערך com.google.protobuf.ByteString)

 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 TestResults.Builder setRunTime (ערך כפול)

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

Public TestResults.Builder setStartTime (ערך ארוך)

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

Public TestResults.Builder setTarget (ערך מחרוזת)

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

Public TestResults.Builder setTargetBytes (ערך com.google.protobuf.ByteString)

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

Public TestResults.Builder setTfVersion (ערך מחרוזת)

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

Public TestResults.Builder setTfVersionBytes (ערך com.google.protobuf.ByteString)

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

Public final TestResults.Builder setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)