Uses of Class
org.tensorflow.proto.BenchmarkEntry.Builder
Packages that use BenchmarkEntry.Builder
-
Uses of BenchmarkEntry.Builder in org.tensorflow.proto
Subclasses with type arguments of type BenchmarkEntry.Builder in org.tensorflow.protoModifier and TypeClassDescriptionstatic final classEach unit test or benchmark in a test or benchmark run provides some set of information.Methods in org.tensorflow.proto that return BenchmarkEntry.BuilderModifier and TypeMethodDescriptionBenchmarkEntry.Builder.addAllMetrics(Iterable<? extends MetricEntry> values) Metric name, value and expected range.BenchmarkEntries.Builder.addEntryBuilder()repeated .tensorflow.BenchmarkEntry entry = 1;BenchmarkEntries.Builder.addEntryBuilder(int index) repeated .tensorflow.BenchmarkEntry entry = 1;BenchmarkEntry.Builder.addMetrics(int index, MetricEntry value) Metric name, value and expected range.BenchmarkEntry.Builder.addMetrics(int index, MetricEntry.Builder builderForValue) Metric name, value and expected range.BenchmarkEntry.Builder.addMetrics(MetricEntry value) Metric name, value and expected range.BenchmarkEntry.Builder.addMetrics(MetricEntry.Builder builderForValue) Metric name, value and expected range.BenchmarkEntry.Builder.addRepeatedField(Descriptors.FieldDescriptor field, Object value) BenchmarkEntry.Builder.clear()BenchmarkEntry.Builder.clearCpuTime()Total cpu time used for all iterations (in seconds)BenchmarkEntry.Builder.clearExtras()BenchmarkEntry.Builder.clearField(Descriptors.FieldDescriptor field) BenchmarkEntry.Builder.clearIters()If a benchmark, how many iterations it was run forBenchmarkEntry.Builder.clearMetrics()Metric name, value and expected range.BenchmarkEntry.Builder.clearName()The name of the specific benchmark or test (e.g.BenchmarkEntry.Builder.clearOneof(Descriptors.OneofDescriptor oneof) BenchmarkEntry.Builder.clearThroughput()Throughput (in MB/s)BenchmarkEntry.Builder.clearWallTime()Total wall time used for all iterations (in seconds)BenchmarkEntry.Builder.clone()BenchmarkEntries.Builder.getEntryBuilder(int index) repeated .tensorflow.BenchmarkEntry entry = 1;BenchmarkEntry.Builder.mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) BenchmarkEntry.Builder.mergeFrom(BenchmarkEntry other) final BenchmarkEntry.BuilderBenchmarkEntry.Builder.mergeUnknownFields(UnknownFieldSet unknownFields) static BenchmarkEntry.BuilderBenchmarkEntry.newBuilder()static BenchmarkEntry.BuilderBenchmarkEntry.newBuilder(BenchmarkEntry prototype) BenchmarkEntry.newBuilderForType()protected BenchmarkEntry.BuilderBenchmarkEntry.newBuilderForType(GeneratedMessageV3.BuilderParent parent) BenchmarkEntry.Builder.putAllExtras(Map<String, EntryValue> values) Generic map from result key to value.BenchmarkEntry.Builder.putExtras(String key, EntryValue value) Generic map from result key to value.BenchmarkEntry.Builder.removeExtras(String key) Generic map from result key to value.BenchmarkEntry.Builder.removeMetrics(int index) Metric name, value and expected range.BenchmarkEntry.Builder.setCpuTime(double value) Total cpu time used for all iterations (in seconds)BenchmarkEntry.Builder.setField(Descriptors.FieldDescriptor field, Object value) BenchmarkEntry.Builder.setIters(long value) If a benchmark, how many iterations it was run forBenchmarkEntry.Builder.setMetrics(int index, MetricEntry value) Metric name, value and expected range.BenchmarkEntry.Builder.setMetrics(int index, MetricEntry.Builder builderForValue) Metric name, value and expected range.The name of the specific benchmark or test (e.g.BenchmarkEntry.Builder.setNameBytes(ByteString value) The name of the specific benchmark or test (e.g.BenchmarkEntry.Builder.setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value) BenchmarkEntry.Builder.setThroughput(double value) Throughput (in MB/s)final BenchmarkEntry.BuilderBenchmarkEntry.Builder.setUnknownFields(UnknownFieldSet unknownFields) BenchmarkEntry.Builder.setWallTime(double value) Total wall time used for all iterations (in seconds)BenchmarkEntry.toBuilder()Methods in org.tensorflow.proto that return types with arguments of type BenchmarkEntry.BuilderModifier and TypeMethodDescriptionBenchmarkEntries.Builder.getEntryBuilderList()repeated .tensorflow.BenchmarkEntry entry = 1;Methods in org.tensorflow.proto with parameters of type BenchmarkEntry.BuilderModifier and TypeMethodDescriptionBenchmarkEntries.Builder.addEntry(int index, BenchmarkEntry.Builder builderForValue) repeated .tensorflow.BenchmarkEntry entry = 1;BenchmarkEntries.Builder.addEntry(BenchmarkEntry.Builder builderForValue) repeated .tensorflow.BenchmarkEntry entry = 1;BenchmarkEntries.Builder.setEntry(int index, BenchmarkEntry.Builder builderForValue) repeated .tensorflow.BenchmarkEntry entry = 1;