Package | Description |
---|---|
org.nd4j.ir |
Modifier and Type | Method and Description |
---|---|
TensorNamespace.StringStringEntryProto.Builder |
TensorNamespace.TensorProto.Builder.addExternalDataBuilder()
Data can be stored inside the protobuf file using type-specific fields or raw_data.
|
TensorNamespace.StringStringEntryProto.Builder |
TensorNamespace.TensorProto.Builder.addExternalDataBuilder(int index)
Data can be stored inside the protobuf file using type-specific fields or raw_data.
|
TensorNamespace.StringStringEntryProto.Builder |
TensorNamespace.StringStringEntryProto.Builder.addRepeatedField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field,
Object value) |
TensorNamespace.StringStringEntryProto.Builder |
TensorNamespace.StringStringEntryProto.Builder.clear() |
TensorNamespace.StringStringEntryProto.Builder |
TensorNamespace.StringStringEntryProto.Builder.clearField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field) |
TensorNamespace.StringStringEntryProto.Builder |
TensorNamespace.StringStringEntryProto.Builder.clearKey()
string key = 1; |
TensorNamespace.StringStringEntryProto.Builder |
TensorNamespace.StringStringEntryProto.Builder.clearOneof(org.nd4j.shade.protobuf.Descriptors.OneofDescriptor oneof) |
TensorNamespace.StringStringEntryProto.Builder |
TensorNamespace.StringStringEntryProto.Builder.clearValue()
string value = 2; |
TensorNamespace.StringStringEntryProto.Builder |
TensorNamespace.StringStringEntryProto.Builder.clone() |
TensorNamespace.StringStringEntryProto.Builder |
TensorNamespace.TensorProto.Builder.getExternalDataBuilder(int index)
Data can be stored inside the protobuf file using type-specific fields or raw_data.
|
TensorNamespace.StringStringEntryProto.Builder |
TensorNamespace.StringStringEntryProto.Builder.mergeFrom(org.nd4j.shade.protobuf.CodedInputStream input,
org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry) |
TensorNamespace.StringStringEntryProto.Builder |
TensorNamespace.StringStringEntryProto.Builder.mergeFrom(org.nd4j.shade.protobuf.Message other) |
TensorNamespace.StringStringEntryProto.Builder |
TensorNamespace.StringStringEntryProto.Builder.mergeFrom(TensorNamespace.StringStringEntryProto other) |
TensorNamespace.StringStringEntryProto.Builder |
TensorNamespace.StringStringEntryProto.Builder.mergeUnknownFields(org.nd4j.shade.protobuf.UnknownFieldSet unknownFields) |
static TensorNamespace.StringStringEntryProto.Builder |
TensorNamespace.StringStringEntryProto.newBuilder() |
static TensorNamespace.StringStringEntryProto.Builder |
TensorNamespace.StringStringEntryProto.newBuilder(TensorNamespace.StringStringEntryProto prototype) |
TensorNamespace.StringStringEntryProto.Builder |
TensorNamespace.StringStringEntryProto.newBuilderForType() |
protected TensorNamespace.StringStringEntryProto.Builder |
TensorNamespace.StringStringEntryProto.newBuilderForType(org.nd4j.shade.protobuf.GeneratedMessageV3.BuilderParent parent) |
TensorNamespace.StringStringEntryProto.Builder |
TensorNamespace.StringStringEntryProto.Builder.setField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field,
Object value) |
TensorNamespace.StringStringEntryProto.Builder |
TensorNamespace.StringStringEntryProto.Builder.setKey(String value)
string key = 1; |
TensorNamespace.StringStringEntryProto.Builder |
TensorNamespace.StringStringEntryProto.Builder.setKeyBytes(org.nd4j.shade.protobuf.ByteString value)
string key = 1; |
TensorNamespace.StringStringEntryProto.Builder |
TensorNamespace.StringStringEntryProto.Builder.setRepeatedField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
TensorNamespace.StringStringEntryProto.Builder |
TensorNamespace.StringStringEntryProto.Builder.setUnknownFields(org.nd4j.shade.protobuf.UnknownFieldSet unknownFields) |
TensorNamespace.StringStringEntryProto.Builder |
TensorNamespace.StringStringEntryProto.Builder.setValue(String value)
string value = 2; |
TensorNamespace.StringStringEntryProto.Builder |
TensorNamespace.StringStringEntryProto.Builder.setValueBytes(org.nd4j.shade.protobuf.ByteString value)
string value = 2; |
TensorNamespace.StringStringEntryProto.Builder |
TensorNamespace.StringStringEntryProto.toBuilder() |
Modifier and Type | Method and Description |
---|---|
List<TensorNamespace.StringStringEntryProto.Builder> |
TensorNamespace.TensorProto.Builder.getExternalDataBuilderList()
Data can be stored inside the protobuf file using type-specific fields or raw_data.
|
Modifier and Type | Method and Description |
---|---|
TensorNamespace.TensorProto.Builder |
TensorNamespace.TensorProto.Builder.addExternalData(int index,
TensorNamespace.StringStringEntryProto.Builder builderForValue)
Data can be stored inside the protobuf file using type-specific fields or raw_data.
|
TensorNamespace.TensorProto.Builder |
TensorNamespace.TensorProto.Builder.addExternalData(TensorNamespace.StringStringEntryProto.Builder builderForValue)
Data can be stored inside the protobuf file using type-specific fields or raw_data.
|
TensorNamespace.TensorProto.Builder |
TensorNamespace.TensorProto.Builder.setExternalData(int index,
TensorNamespace.StringStringEntryProto.Builder builderForValue)
Data can be stored inside the protobuf file using type-specific fields or raw_data.
|
Copyright © 2022. All rights reserved.