Uses of Class
org.tensorflow.proto.EntryValue.Builder
Packages that use EntryValue.Builder
-
Uses of EntryValue.Builder in org.tensorflow.proto
Subclasses with type arguments of type EntryValue.Builder in org.tensorflow.protoModifier and TypeClassDescriptionstatic final classProtobuf typetensorflow.EntryValueMethods in org.tensorflow.proto that return EntryValue.BuilderModifier and TypeMethodDescriptionEntryValue.Builder.clear()EntryValue.Builder.clearDoubleValue()double double_value = 1;EntryValue.Builder.clearKind()EntryValue.Builder.clearStringValue()string string_value = 2;EntryValue.Builder.mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) EntryValue.Builder.mergeFrom(EntryValue other) static EntryValue.BuilderEntryValue.newBuilder()static EntryValue.BuilderEntryValue.newBuilder(EntryValue prototype) EntryValue.newBuilderForType()protected EntryValue.BuilderEntryValue.newBuilderForType(AbstractMessage.BuilderParent parent) BenchmarkEntry.Builder.putExtrasBuilderIfAbsent(String key) Generic map from result key to value.EntryValue.Builder.setDoubleValue(double value) double double_value = 1;EntryValue.Builder.setStringValue(String value) string string_value = 2;EntryValue.Builder.setStringValueBytes(ByteString value) string string_value = 2;EntryValue.toBuilder()