| Package | Description |
|---|---|
| org.tensorflow.util.testlog |
| Modifier and Type | Method and Description |
|---|---|
TestResults.Builder |
TestResults.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
TestResults.Builder |
TestResults.Builder.clear() |
TestResults.Builder |
TestResults.Builder.clearBenchmarkType()
.tensorflow.TestResults.BenchmarkType benchmark_type = 10; |
TestResults.Builder |
TestResults.Builder.clearBuildConfiguration()
The configuration of the build (compiled opt? with cuda? any copts?)
|
TestResults.Builder |
TestResults.Builder.clearCommitId()
The commit id (git hash or changelist)
|
TestResults.Builder |
TestResults.Builder.clearEntries()
The list of tests or benchmarks in this run.
|
TestResults.Builder |
TestResults.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
TestResults.Builder |
TestResults.Builder.clearMachineConfiguration()
Machine-specific parameters (Platform and CPU info)
|
TestResults.Builder |
TestResults.Builder.clearName()
Benchmark target identifier.
|
TestResults.Builder |
TestResults.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
TestResults.Builder |
TestResults.Builder.clearRunConfiguration()
Run-specific parameters (arguments, etc)
|
TestResults.Builder |
TestResults.Builder.clearRunMode()
Used for differentiating between continuous and debug builds.
|
TestResults.Builder |
TestResults.Builder.clearRunTime()
The amount of time the total run took (wall time in seconds)
|
TestResults.Builder |
TestResults.Builder.clearStartTime()
The time the run started (in seconds of UTC time since Unix epoch)
|
TestResults.Builder |
TestResults.Builder.clearTarget()
The target of the run, e.g.:
//tensorflow/core:kernels_adjust_contrast_op_benchmark_test
|
TestResults.Builder |
TestResults.Builder.clone() |
TestResults.Builder |
TestResults.Builder.mergeBuildConfiguration(BuildConfiguration value)
The configuration of the build (compiled opt? with cuda? any copts?)
|
TestResults.Builder |
TestResults.Builder.mergeCommitId(CommitId value)
The commit id (git hash or changelist)
|
TestResults.Builder |
TestResults.Builder.mergeEntries(BenchmarkEntries value)
The list of tests or benchmarks in this run.
|
TestResults.Builder |
TestResults.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
TestResults.Builder |
TestResults.Builder.mergeFrom(com.google.protobuf.Message other) |
TestResults.Builder |
TestResults.Builder.mergeFrom(TestResults other) |
TestResults.Builder |
TestResults.Builder.mergeMachineConfiguration(MachineConfiguration value)
Machine-specific parameters (Platform and CPU info)
|
TestResults.Builder |
TestResults.Builder.mergeRunConfiguration(RunConfiguration value)
Run-specific parameters (arguments, etc)
|
TestResults.Builder |
TestResults.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static TestResults.Builder |
TestResults.newBuilder() |
static TestResults.Builder |
TestResults.newBuilder(TestResults prototype) |
TestResults.Builder |
TestResults.newBuilderForType() |
protected TestResults.Builder |
TestResults.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
TestResults.Builder |
TestResults.Builder.setBenchmarkType(TestResults.BenchmarkType value)
.tensorflow.TestResults.BenchmarkType benchmark_type = 10; |
TestResults.Builder |
TestResults.Builder.setBenchmarkTypeValue(int value)
.tensorflow.TestResults.BenchmarkType benchmark_type = 10; |
TestResults.Builder |
TestResults.Builder.setBuildConfiguration(BuildConfiguration.Builder builderForValue)
The configuration of the build (compiled opt? with cuda? any copts?)
|
TestResults.Builder |
TestResults.Builder.setBuildConfiguration(BuildConfiguration value)
The configuration of the build (compiled opt? with cuda? any copts?)
|
TestResults.Builder |
TestResults.Builder.setCommitId(CommitId.Builder builderForValue)
The commit id (git hash or changelist)
|
TestResults.Builder |
TestResults.Builder.setCommitId(CommitId value)
The commit id (git hash or changelist)
|
TestResults.Builder |
TestResults.Builder.setEntries(BenchmarkEntries.Builder builderForValue)
The list of tests or benchmarks in this run.
|
TestResults.Builder |
TestResults.Builder.setEntries(BenchmarkEntries value)
The list of tests or benchmarks in this run.
|
TestResults.Builder |
TestResults.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
TestResults.Builder |
TestResults.Builder.setMachineConfiguration(MachineConfiguration.Builder builderForValue)
Machine-specific parameters (Platform and CPU info)
|
TestResults.Builder |
TestResults.Builder.setMachineConfiguration(MachineConfiguration value)
Machine-specific parameters (Platform and CPU info)
|
TestResults.Builder |
TestResults.Builder.setName(String value)
Benchmark target identifier.
|
TestResults.Builder |
TestResults.Builder.setNameBytes(com.google.protobuf.ByteString value)
Benchmark target identifier.
|
TestResults.Builder |
TestResults.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
TestResults.Builder |
TestResults.Builder.setRunConfiguration(RunConfiguration.Builder builderForValue)
Run-specific parameters (arguments, etc)
|
TestResults.Builder |
TestResults.Builder.setRunConfiguration(RunConfiguration value)
Run-specific parameters (arguments, etc)
|
TestResults.Builder |
TestResults.Builder.setRunMode(String value)
Used for differentiating between continuous and debug builds.
|
TestResults.Builder |
TestResults.Builder.setRunModeBytes(com.google.protobuf.ByteString value)
Used for differentiating between continuous and debug builds.
|
TestResults.Builder |
TestResults.Builder.setRunTime(double value)
The amount of time the total run took (wall time in seconds)
|
TestResults.Builder |
TestResults.Builder.setStartTime(long value)
The time the run started (in seconds of UTC time since Unix epoch)
|
TestResults.Builder |
TestResults.Builder.setTarget(String value)
The target of the run, e.g.:
//tensorflow/core:kernels_adjust_contrast_op_benchmark_test
|
TestResults.Builder |
TestResults.Builder.setTargetBytes(com.google.protobuf.ByteString value)
The target of the run, e.g.:
//tensorflow/core:kernels_adjust_contrast_op_benchmark_test
|
TestResults.Builder |
TestResults.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
TestResults.Builder |
TestResults.toBuilder() |
Copyright © 2015–2019. All rights reserved.