Uses of Class
org.tensorflow.example.Int64List.Builder
Packages that use Int64List.Builder
-
Uses of Int64List.Builder in org.tensorflow.example
Methods in org.tensorflow.example that return Int64List.BuilderModifier and TypeMethodDescriptionInt64List.Builder.addAllValue(Iterable<? extends Long> values) repeated int64 value = 1 [packed = true];Int64List.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Int64List.Builder.addValue(long value) repeated int64 value = 1 [packed = true];Int64List.Builder.clear()Int64List.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Int64List.Builder.clearOneof(com.google.protobuf.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(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Int64List.Builder.mergeFrom(com.google.protobuf.Message other) final Int64List.BuilderInt64List.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static Int64List.BuilderInt64List.newBuilder()static Int64List.BuilderInt64List.newBuilder(Int64List prototype) Int64List.newBuilderForType()protected Int64List.BuilderInt64List.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Int64List.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) final Int64List.BuilderInt64List.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Int64List.Builder.setValue(int index, long value) repeated int64 value = 1 [packed = true];Int64List.toBuilder()Methods in org.tensorflow.example with parameters of type Int64List.BuilderModifier and TypeMethodDescriptionFeature.Builder.setInt64List(Int64List.Builder builderForValue) .tensorflow.Int64List int64_list = 3;