Uses of Class
org.tensorflow.proto.BenchmarkEntry
Packages that use BenchmarkEntry
-
Uses of BenchmarkEntry in org.tensorflow.proto
Methods in org.tensorflow.proto that return BenchmarkEntryModifier and TypeMethodDescriptionBenchmarkEntry.Builder.build()BenchmarkEntry.Builder.buildPartial()static BenchmarkEntryBenchmarkEntry.getDefaultInstance()BenchmarkEntry.Builder.getDefaultInstanceForType()BenchmarkEntry.getDefaultInstanceForType()BenchmarkEntries.Builder.getEntry(int index) repeated .tensorflow.BenchmarkEntry entry = 1;BenchmarkEntries.getEntry(int index) repeated .tensorflow.BenchmarkEntry entry = 1;BenchmarkEntriesOrBuilder.getEntry(int index) repeated .tensorflow.BenchmarkEntry entry = 1;static BenchmarkEntryBenchmarkEntry.parseDelimitedFrom(InputStream input) static BenchmarkEntryBenchmarkEntry.parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry) static BenchmarkEntryBenchmarkEntry.parseFrom(byte[] data) static BenchmarkEntryBenchmarkEntry.parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) static BenchmarkEntryBenchmarkEntry.parseFrom(ByteString data) static BenchmarkEntryBenchmarkEntry.parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) static BenchmarkEntryBenchmarkEntry.parseFrom(CodedInputStream input) static BenchmarkEntryBenchmarkEntry.parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) static BenchmarkEntryBenchmarkEntry.parseFrom(InputStream input) static BenchmarkEntryBenchmarkEntry.parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry) static BenchmarkEntryBenchmarkEntry.parseFrom(ByteBuffer data) static BenchmarkEntryBenchmarkEntry.parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry) Methods in org.tensorflow.proto that return types with arguments of type BenchmarkEntryModifier and TypeMethodDescriptionBenchmarkEntries.Builder.getEntryList()repeated .tensorflow.BenchmarkEntry entry = 1;BenchmarkEntries.getEntryList()repeated .tensorflow.BenchmarkEntry entry = 1;BenchmarkEntriesOrBuilder.getEntryList()repeated .tensorflow.BenchmarkEntry entry = 1;BenchmarkEntry.getParserForType()static Parser<BenchmarkEntry> BenchmarkEntry.parser()Methods in org.tensorflow.proto with parameters of type BenchmarkEntryModifier and TypeMethodDescriptionBenchmarkEntries.Builder.addEntry(int index, BenchmarkEntry value) repeated .tensorflow.BenchmarkEntry entry = 1;BenchmarkEntries.Builder.addEntry(BenchmarkEntry value) repeated .tensorflow.BenchmarkEntry entry = 1;BenchmarkEntry.Builder.mergeFrom(BenchmarkEntry other) static BenchmarkEntry.BuilderBenchmarkEntry.newBuilder(BenchmarkEntry prototype) BenchmarkEntries.Builder.setEntry(int index, BenchmarkEntry value) repeated .tensorflow.BenchmarkEntry entry = 1;Method parameters in org.tensorflow.proto with type arguments of type BenchmarkEntryModifier and TypeMethodDescriptionBenchmarkEntries.Builder.addAllEntry(Iterable<? extends BenchmarkEntry> values) repeated .tensorflow.BenchmarkEntry entry = 1;