Uses of Class
org.tensorflow.proto.BenchmarkEntries
Packages that use BenchmarkEntries
-
Uses of BenchmarkEntries in org.tensorflow.proto
Methods in org.tensorflow.proto that return BenchmarkEntriesModifier and TypeMethodDescriptionBenchmarkEntries.Builder.build()BenchmarkEntries.Builder.buildPartial()static BenchmarkEntriesBenchmarkEntries.getDefaultInstance()BenchmarkEntries.Builder.getDefaultInstanceForType()BenchmarkEntries.getDefaultInstanceForType()TestResults.Builder.getEntries()The list of tests or benchmarks in this run.TestResults.getEntries()The list of tests or benchmarks in this run.TestResultsOrBuilder.getEntries()The list of tests or benchmarks in this run.static BenchmarkEntriesBenchmarkEntries.parseDelimitedFrom(InputStream input) static BenchmarkEntriesBenchmarkEntries.parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry) static BenchmarkEntriesBenchmarkEntries.parseFrom(byte[] data) static BenchmarkEntriesBenchmarkEntries.parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) static BenchmarkEntriesBenchmarkEntries.parseFrom(ByteString data) static BenchmarkEntriesBenchmarkEntries.parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) static BenchmarkEntriesBenchmarkEntries.parseFrom(CodedInputStream input) static BenchmarkEntriesBenchmarkEntries.parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) static BenchmarkEntriesBenchmarkEntries.parseFrom(InputStream input) static BenchmarkEntriesBenchmarkEntries.parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry) static BenchmarkEntriesBenchmarkEntries.parseFrom(ByteBuffer data) static BenchmarkEntriesBenchmarkEntries.parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry) Methods in org.tensorflow.proto that return types with arguments of type BenchmarkEntriesModifier and TypeMethodDescriptionBenchmarkEntries.getParserForType()static Parser<BenchmarkEntries> BenchmarkEntries.parser()Methods in org.tensorflow.proto with parameters of type BenchmarkEntriesModifier and TypeMethodDescriptionTestResults.Builder.mergeEntries(BenchmarkEntries value) The list of tests or benchmarks in this run.BenchmarkEntries.Builder.mergeFrom(BenchmarkEntries other) static BenchmarkEntries.BuilderBenchmarkEntries.newBuilder(BenchmarkEntries prototype) TestResults.Builder.setEntries(BenchmarkEntries value) The list of tests or benchmarks in this run.