Uses of Class
org.tensorflow.proto.CollectionDef.Int64List.Builder
Packages that use CollectionDef.Int64List.Builder
-
Uses of CollectionDef.Int64List.Builder in org.tensorflow.proto
Subclasses with type arguments of type CollectionDef.Int64List.Builder in org.tensorflow.protoModifier and TypeClassDescriptionstatic final classInt64List is used for collecting int, int64 and long values.Methods in org.tensorflow.proto that return CollectionDef.Int64List.BuilderModifier and TypeMethodDescriptionCollectionDef.Int64List.Builder.addAllValue(Iterable<? extends Long> values) repeated int64 value = 1 [packed = true];CollectionDef.Int64List.Builder.addRepeatedField(Descriptors.FieldDescriptor field, Object value) CollectionDef.Int64List.Builder.addValue(long value) repeated int64 value = 1 [packed = true];CollectionDef.Int64List.Builder.clear()CollectionDef.Int64List.Builder.clearField(Descriptors.FieldDescriptor field) CollectionDef.Int64List.Builder.clearOneof(Descriptors.OneofDescriptor oneof) CollectionDef.Int64List.Builder.clearValue()repeated int64 value = 1 [packed = true];CollectionDef.Int64List.Builder.clone()CollectionDef.Builder.getInt64ListBuilder().tensorflow.CollectionDef.Int64List int64_list = 3;CollectionDef.Int64List.Builder.mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) CollectionDef.Int64List.Builder.mergeFrom(CollectionDef.Int64List other) CollectionDef.Int64List.Builder.mergeUnknownFields(UnknownFieldSet unknownFields) CollectionDef.Int64List.newBuilder()CollectionDef.Int64List.newBuilder(CollectionDef.Int64List prototype) CollectionDef.Int64List.newBuilderForType()protected CollectionDef.Int64List.BuilderCollectionDef.Int64List.newBuilderForType(GeneratedMessageV3.BuilderParent parent) CollectionDef.Int64List.Builder.setField(Descriptors.FieldDescriptor field, Object value) CollectionDef.Int64List.Builder.setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value) CollectionDef.Int64List.Builder.setUnknownFields(UnknownFieldSet unknownFields) CollectionDef.Int64List.Builder.setValue(int index, long value) repeated int64 value = 1 [packed = true];CollectionDef.Int64List.toBuilder()Methods in org.tensorflow.proto with parameters of type CollectionDef.Int64List.BuilderModifier and TypeMethodDescriptionCollectionDef.Builder.setInt64List(CollectionDef.Int64List.Builder builderForValue) .tensorflow.CollectionDef.Int64List int64_list = 3;