CollectionDef.Int64List.Builder |
CollectionDef.Int64List.Builder.addAllValue(Iterable<? extends Long> values) |
repeated int64 value = 1 [packed = true];
|
CollectionDef.Int64List.Builder |
CollectionDef.Int64List.Builder.addRepeatedField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
CollectionDef.Int64List.Builder |
CollectionDef.Int64List.Builder.addValue(long value) |
repeated int64 value = 1 [packed = true];
|
CollectionDef.Int64List.Builder |
CollectionDef.Int64List.Builder.clear() |
|
CollectionDef.Int64List.Builder |
CollectionDef.Int64List.Builder.clearField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field) |
|
CollectionDef.Int64List.Builder |
CollectionDef.Int64List.Builder.clearOneof(org.nd4j.shade.protobuf.Descriptors.OneofDescriptor oneof) |
|
CollectionDef.Int64List.Builder |
CollectionDef.Int64List.Builder.clearValue() |
repeated int64 value = 1 [packed = true];
|
CollectionDef.Int64List.Builder |
CollectionDef.Int64List.Builder.clone() |
|
CollectionDef.Int64List.Builder |
CollectionDef.Builder.getInt64ListBuilder() |
.tensorflow.CollectionDef.Int64List int64_list = 3;
|
CollectionDef.Int64List.Builder |
CollectionDef.Int64List.Builder.mergeFrom(org.nd4j.shade.protobuf.CodedInputStream input,
org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry) |
|
CollectionDef.Int64List.Builder |
CollectionDef.Int64List.Builder.mergeFrom(org.nd4j.shade.protobuf.Message other) |
|
CollectionDef.Int64List.Builder |
CollectionDef.Int64List.Builder.mergeFrom(CollectionDef.Int64List other) |
|
CollectionDef.Int64List.Builder |
CollectionDef.Int64List.Builder.mergeUnknownFields(org.nd4j.shade.protobuf.UnknownFieldSet unknownFields) |
|
static CollectionDef.Int64List.Builder |
CollectionDef.Int64List.newBuilder() |
|
static CollectionDef.Int64List.Builder |
CollectionDef.Int64List.newBuilder(CollectionDef.Int64List prototype) |
|
CollectionDef.Int64List.Builder |
CollectionDef.Int64List.newBuilderForType() |
|
protected CollectionDef.Int64List.Builder |
CollectionDef.Int64List.newBuilderForType(org.nd4j.shade.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
CollectionDef.Int64List.Builder |
CollectionDef.Int64List.Builder.setField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
CollectionDef.Int64List.Builder |
CollectionDef.Int64List.Builder.setRepeatedField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
CollectionDef.Int64List.Builder |
CollectionDef.Int64List.Builder.setUnknownFields(org.nd4j.shade.protobuf.UnknownFieldSet unknownFields) |
|
CollectionDef.Int64List.Builder |
CollectionDef.Int64List.Builder.setValue(int index,
long value) |
repeated int64 value = 1 [packed = true];
|
CollectionDef.Int64List.Builder |
CollectionDef.Int64List.toBuilder() |
|