Uses of Class
org.tensorflow.proto.EntryValue
Packages that use EntryValue
-
Uses of EntryValue in org.tensorflow.proto
Methods in org.tensorflow.proto that return EntryValueModifier and TypeMethodDescriptionEntryValue.Builder.build()EntryValue.Builder.buildPartial()static EntryValueEntryValue.getDefaultInstance()EntryValue.Builder.getDefaultInstanceForType()EntryValue.getDefaultInstanceForType()BenchmarkEntry.Builder.getExtrasOrDefault(String key, EntryValue defaultValue) Generic map from result key to value.BenchmarkEntry.getExtrasOrDefault(String key, EntryValue defaultValue) Generic map from result key to value.BenchmarkEntryOrBuilder.getExtrasOrDefault(String key, EntryValue defaultValue) Generic map from result key to value.BenchmarkEntry.Builder.getExtrasOrThrow(String key) Generic map from result key to value.BenchmarkEntry.getExtrasOrThrow(String key) Generic map from result key to value.BenchmarkEntryOrBuilder.getExtrasOrThrow(String key) Generic map from result key to value.static EntryValueEntryValue.parseDelimitedFrom(InputStream input) static EntryValueEntryValue.parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry) static EntryValueEntryValue.parseFrom(byte[] data) static EntryValueEntryValue.parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) static EntryValueEntryValue.parseFrom(ByteString data) static EntryValueEntryValue.parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) static EntryValueEntryValue.parseFrom(CodedInputStream input) static EntryValueEntryValue.parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) static EntryValueEntryValue.parseFrom(InputStream input) static EntryValueEntryValue.parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry) static EntryValueEntryValue.parseFrom(ByteBuffer data) static EntryValueEntryValue.parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry) Methods in org.tensorflow.proto that return types with arguments of type EntryValueModifier and TypeMethodDescriptionBenchmarkEntry.Builder.getExtras()Deprecated.BenchmarkEntry.getExtras()Deprecated.BenchmarkEntryOrBuilder.getExtras()Deprecated.BenchmarkEntry.Builder.getExtrasMap()Generic map from result key to value.BenchmarkEntry.getExtrasMap()Generic map from result key to value.BenchmarkEntryOrBuilder.getExtrasMap()Generic map from result key to value.BenchmarkEntry.Builder.getMutableExtras()Deprecated.EntryValue.getParserForType()static Parser<EntryValue> EntryValue.parser()Methods in org.tensorflow.proto with parameters of type EntryValueModifier and TypeMethodDescriptionBenchmarkEntry.Builder.getExtrasOrDefault(String key, EntryValue defaultValue) Generic map from result key to value.BenchmarkEntry.getExtrasOrDefault(String key, EntryValue defaultValue) Generic map from result key to value.BenchmarkEntryOrBuilder.getExtrasOrDefault(String key, EntryValue defaultValue) Generic map from result key to value.EntryValue.Builder.mergeFrom(EntryValue other) static EntryValue.BuilderEntryValue.newBuilder(EntryValue prototype) BenchmarkEntry.Builder.putExtras(String key, EntryValue value) Generic map from result key to value.Method parameters in org.tensorflow.proto with type arguments of type EntryValueModifier and TypeMethodDescriptionBenchmarkEntry.Builder.putAllExtras(Map<String, EntryValue> values) Generic map from result key to value.