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