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