Uses of Class
org.tensorflow.proto.TestResults.Builder
Packages that use TestResults.Builder
-
Uses of TestResults.Builder in org.tensorflow.proto
Subclasses with type arguments of type TestResults.Builder in org.tensorflow.protoModifier and TypeClassDescriptionstatic final classThe output of one benchmark / test run.Methods in org.tensorflow.proto that return TestResults.BuilderModifier and TypeMethodDescriptionTestResults.Builder.addRepeatedField(Descriptors.FieldDescriptor field, Object value) TestResults.Builder.clear()TestResults.Builder.clearBenchmarkType().tensorflow.TestResults.BenchmarkType benchmark_type = 10;TestResults.Builder.clearBuildConfiguration()The configuration of the build (compiled opt?TestResults.Builder.clearCommitId()The commit id (git hash or changelist)TestResults.Builder.clearEntries()The list of tests or benchmarks in this run.TestResults.Builder.clearField(Descriptors.FieldDescriptor field) TestResults.Builder.clearMachineConfiguration()Machine-specific parameters (Platform and CPU info)TestResults.Builder.clearName()Benchmark target identifier.TestResults.Builder.clearOneof(Descriptors.OneofDescriptor oneof) TestResults.Builder.clearRunConfiguration()Run-specific parameters (arguments, etc)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)TestResults.Builder.clearStartTime()The time the run started (in seconds of UTC time since Unix epoch)TestResults.Builder.clearTarget()The target of the run, e.g.: //tensorflow/core:kernels_adjust_contrast_op_benchmark_testTestResults.Builder.clearTfVersion()TensorFlow version this benchmark runs against.TestResults.Builder.clone()TestResults.Builder.mergeBuildConfiguration(BuildConfiguration value) The configuration of the build (compiled opt?TestResults.Builder.mergeCommitId(CommitId value) The commit id (git hash or changelist)TestResults.Builder.mergeEntries(BenchmarkEntries value) The list of tests or benchmarks in this run.TestResults.Builder.mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) TestResults.Builder.mergeFrom(TestResults other) TestResults.Builder.mergeMachineConfiguration(MachineConfiguration value) Machine-specific parameters (Platform and CPU info)TestResults.Builder.mergeRunConfiguration(RunConfiguration value) Run-specific parameters (arguments, etc)final TestResults.BuilderTestResults.Builder.mergeUnknownFields(UnknownFieldSet unknownFields) static TestResults.BuilderTestResults.newBuilder()static TestResults.BuilderTestResults.newBuilder(TestResults prototype) TestResults.newBuilderForType()protected TestResults.BuilderTestResults.newBuilderForType(GeneratedMessageV3.BuilderParent parent) TestResults.Builder.setBenchmarkType(TestResults.BenchmarkType value) .tensorflow.TestResults.BenchmarkType benchmark_type = 10;TestResults.Builder.setBenchmarkTypeValue(int value) .tensorflow.TestResults.BenchmarkType benchmark_type = 10;TestResults.Builder.setBuildConfiguration(BuildConfiguration value) The configuration of the build (compiled opt?TestResults.Builder.setBuildConfiguration(BuildConfiguration.Builder builderForValue) The configuration of the build (compiled opt?TestResults.Builder.setCommitId(CommitId value) The commit id (git hash or changelist)TestResults.Builder.setCommitId(CommitId.Builder builderForValue) The commit id (git hash or changelist)TestResults.Builder.setEntries(BenchmarkEntries value) The list of tests or benchmarks in this run.TestResults.Builder.setEntries(BenchmarkEntries.Builder builderForValue) The list of tests or benchmarks in this run.TestResults.Builder.setField(Descriptors.FieldDescriptor field, Object value) TestResults.Builder.setMachineConfiguration(MachineConfiguration value) Machine-specific parameters (Platform and CPU info)TestResults.Builder.setMachineConfiguration(MachineConfiguration.Builder builderForValue) Machine-specific parameters (Platform and CPU info)Benchmark target identifier.TestResults.Builder.setNameBytes(ByteString value) Benchmark target identifier.TestResults.Builder.setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value) TestResults.Builder.setRunConfiguration(RunConfiguration value) Run-specific parameters (arguments, etc)TestResults.Builder.setRunConfiguration(RunConfiguration.Builder builderForValue) Run-specific parameters (arguments, etc)TestResults.Builder.setRunMode(String value) Used for differentiating between continuous and debug builds.TestResults.Builder.setRunModeBytes(ByteString value) Used for differentiating between continuous and debug builds.TestResults.Builder.setRunTime(double value) The amount of time the total run took (wall time in seconds)TestResults.Builder.setStartTime(long value) The time the run started (in seconds of UTC time since Unix epoch)The target of the run, e.g.: //tensorflow/core:kernels_adjust_contrast_op_benchmark_testTestResults.Builder.setTargetBytes(ByteString value) The target of the run, e.g.: //tensorflow/core:kernels_adjust_contrast_op_benchmark_testTestResults.Builder.setTfVersion(String value) TensorFlow version this benchmark runs against.TestResults.Builder.setTfVersionBytes(ByteString value) TensorFlow version this benchmark runs against.final TestResults.BuilderTestResults.Builder.setUnknownFields(UnknownFieldSet unknownFields) TestResults.toBuilder()