BundleEntryProto.Builder |
BundleEntryProto.Builder.addAllSlices(Iterable<? extends TensorSliceProto> values) |
Iff present, this entry represents a partitioned tensor.
|
BundleEntryProto.Builder |
BundleEntryProto.Builder.addRepeatedField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
BundleEntryProto.Builder |
BundleEntryProto.Builder.addSlices(int index,
TensorSliceProto value) |
Iff present, this entry represents a partitioned tensor.
|
BundleEntryProto.Builder |
BundleEntryProto.Builder.addSlices(int index,
TensorSliceProto.Builder builderForValue) |
Iff present, this entry represents a partitioned tensor.
|
BundleEntryProto.Builder |
BundleEntryProto.Builder.addSlices(TensorSliceProto value) |
Iff present, this entry represents a partitioned tensor.
|
BundleEntryProto.Builder |
BundleEntryProto.Builder.addSlices(TensorSliceProto.Builder builderForValue) |
Iff present, this entry represents a partitioned tensor.
|
BundleEntryProto.Builder |
BundleEntryProto.Builder.clear() |
|
BundleEntryProto.Builder |
BundleEntryProto.Builder.clearCrc32C() |
The CRC32C checksum of the tensor bytes.
|
BundleEntryProto.Builder |
BundleEntryProto.Builder.clearDtype() |
The tensor dtype and shape.
|
BundleEntryProto.Builder |
BundleEntryProto.Builder.clearField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field) |
|
BundleEntryProto.Builder |
BundleEntryProto.Builder.clearOffset() |
int64 offset = 4;
|
BundleEntryProto.Builder |
BundleEntryProto.Builder.clearOneof(org.nd4j.shade.protobuf.Descriptors.OneofDescriptor oneof) |
|
BundleEntryProto.Builder |
BundleEntryProto.Builder.clearShape() |
.tensorflow.TensorShapeProto shape = 2;
|
BundleEntryProto.Builder |
BundleEntryProto.Builder.clearShardId() |
The binary content of the tensor lies in:
File "shard_id": bytes [offset, offset + size).
|
BundleEntryProto.Builder |
BundleEntryProto.Builder.clearSize() |
int64 size = 5;
|
BundleEntryProto.Builder |
BundleEntryProto.Builder.clearSlices() |
Iff present, this entry represents a partitioned tensor.
|
BundleEntryProto.Builder |
BundleEntryProto.Builder.clone() |
|
BundleEntryProto.Builder |
BundleEntryProto.Builder.mergeFrom(org.nd4j.shade.protobuf.CodedInputStream input,
org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry) |
|
BundleEntryProto.Builder |
BundleEntryProto.Builder.mergeFrom(org.nd4j.shade.protobuf.Message other) |
|
BundleEntryProto.Builder |
BundleEntryProto.Builder.mergeFrom(BundleEntryProto other) |
|
BundleEntryProto.Builder |
BundleEntryProto.Builder.mergeShape(TensorShapeProto value) |
.tensorflow.TensorShapeProto shape = 2;
|
BundleEntryProto.Builder |
BundleEntryProto.Builder.mergeUnknownFields(org.nd4j.shade.protobuf.UnknownFieldSet unknownFields) |
|
static BundleEntryProto.Builder |
BundleEntryProto.newBuilder() |
|
static BundleEntryProto.Builder |
BundleEntryProto.newBuilder(BundleEntryProto prototype) |
|
BundleEntryProto.Builder |
BundleEntryProto.newBuilderForType() |
|
protected BundleEntryProto.Builder |
BundleEntryProto.newBuilderForType(org.nd4j.shade.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
BundleEntryProto.Builder |
BundleEntryProto.Builder.removeSlices(int index) |
Iff present, this entry represents a partitioned tensor.
|
BundleEntryProto.Builder |
BundleEntryProto.Builder.setCrc32C(int value) |
The CRC32C checksum of the tensor bytes.
|
BundleEntryProto.Builder |
BundleEntryProto.Builder.setDtype(DataType value) |
The tensor dtype and shape.
|
BundleEntryProto.Builder |
BundleEntryProto.Builder.setDtypeValue(int value) |
The tensor dtype and shape.
|
BundleEntryProto.Builder |
BundleEntryProto.Builder.setField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
BundleEntryProto.Builder |
BundleEntryProto.Builder.setOffset(long value) |
int64 offset = 4;
|
BundleEntryProto.Builder |
BundleEntryProto.Builder.setRepeatedField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
BundleEntryProto.Builder |
BundleEntryProto.Builder.setShape(TensorShapeProto value) |
.tensorflow.TensorShapeProto shape = 2;
|
BundleEntryProto.Builder |
BundleEntryProto.Builder.setShape(TensorShapeProto.Builder builderForValue) |
.tensorflow.TensorShapeProto shape = 2;
|
BundleEntryProto.Builder |
BundleEntryProto.Builder.setShardId(int value) |
The binary content of the tensor lies in:
File "shard_id": bytes [offset, offset + size).
|
BundleEntryProto.Builder |
BundleEntryProto.Builder.setSize(long value) |
int64 size = 5;
|
BundleEntryProto.Builder |
BundleEntryProto.Builder.setSlices(int index,
TensorSliceProto value) |
Iff present, this entry represents a partitioned tensor.
|
BundleEntryProto.Builder |
BundleEntryProto.Builder.setSlices(int index,
TensorSliceProto.Builder builderForValue) |
Iff present, this entry represents a partitioned tensor.
|
BundleEntryProto.Builder |
BundleEntryProto.Builder.setUnknownFields(org.nd4j.shade.protobuf.UnknownFieldSet unknownFields) |
|
BundleEntryProto.Builder |
BundleEntryProto.toBuilder() |
|