Uses of Class
org.tensorflow.proto.BenchmarkEntries.Builder
Packages that use BenchmarkEntries.Builder
-
Uses of BenchmarkEntries.Builder in org.tensorflow.proto
Subclasses with type arguments of type BenchmarkEntries.Builder in org.tensorflow.protoModifier and TypeClassDescriptionstatic final classProtobuf typetensorflow.BenchmarkEntriesMethods in org.tensorflow.proto that return BenchmarkEntries.BuilderModifier and TypeMethodDescriptionBenchmarkEntries.Builder.addAllEntry(Iterable<? extends BenchmarkEntry> values) repeated .tensorflow.BenchmarkEntry entry = 1;BenchmarkEntries.Builder.addEntry(int index, BenchmarkEntry value) repeated .tensorflow.BenchmarkEntry entry = 1;BenchmarkEntries.Builder.addEntry(int index, BenchmarkEntry.Builder builderForValue) repeated .tensorflow.BenchmarkEntry entry = 1;BenchmarkEntries.Builder.addEntry(BenchmarkEntry value) repeated .tensorflow.BenchmarkEntry entry = 1;BenchmarkEntries.Builder.addEntry(BenchmarkEntry.Builder builderForValue) repeated .tensorflow.BenchmarkEntry entry = 1;BenchmarkEntries.Builder.clear()BenchmarkEntries.Builder.clearEntry()repeated .tensorflow.BenchmarkEntry entry = 1;TestResults.Builder.getEntriesBuilder()The list of tests or benchmarks in this run.BenchmarkEntries.Builder.mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) BenchmarkEntries.Builder.mergeFrom(BenchmarkEntries other) static BenchmarkEntries.BuilderBenchmarkEntries.newBuilder()static BenchmarkEntries.BuilderBenchmarkEntries.newBuilder(BenchmarkEntries prototype) BenchmarkEntries.newBuilderForType()protected BenchmarkEntries.BuilderBenchmarkEntries.newBuilderForType(AbstractMessage.BuilderParent parent) BenchmarkEntries.Builder.removeEntry(int index) repeated .tensorflow.BenchmarkEntry entry = 1;BenchmarkEntries.Builder.setEntry(int index, BenchmarkEntry value) repeated .tensorflow.BenchmarkEntry entry = 1;BenchmarkEntries.Builder.setEntry(int index, BenchmarkEntry.Builder builderForValue) repeated .tensorflow.BenchmarkEntry entry = 1;BenchmarkEntries.toBuilder()Methods in org.tensorflow.proto with parameters of type BenchmarkEntries.BuilderModifier and TypeMethodDescriptionTestResults.Builder.setEntries(BenchmarkEntries.Builder builderForValue) The list of tests or benchmarks in this run.