Package | Description |
---|---|
org.tensorflow.util |
Modifier and Type | Method and Description |
---|---|
BundleEntryProto.Builder |
BundleEntryProto.Builder.addAllSlices(Iterable<? extends TensorSliceProto> values)
Iff present, this entry represents a partitioned tensor.
|
BundleEntryProto.Builder |
BundleEntryProto.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
BundleEntryProto.Builder |
BundleEntryProto.Builder.addSlices(int index,
TensorSliceProto.Builder builderForValue)
Iff present, this entry represents a partitioned tensor.
|
BundleEntryProto.Builder |
BundleEntryProto.Builder.addSlices(int index,
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.addSlices(TensorSliceProto value)
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(com.google.protobuf.Descriptors.FieldDescriptor field) |
BundleEntryProto.Builder |
BundleEntryProto.Builder.clearOffset()
int64 offset = 4; |
BundleEntryProto.Builder |
BundleEntryProto.Builder.clearOneof(com.google.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(BundleEntryProto other) |
BundleEntryProto.Builder |
BundleEntryProto.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
BundleEntryProto.Builder |
BundleEntryProto.Builder.mergeFrom(com.google.protobuf.Message other) |
BundleEntryProto.Builder |
BundleEntryProto.Builder.mergeShape(TensorShapeProto value)
.tensorflow.TensorShapeProto shape = 2; |
BundleEntryProto.Builder |
BundleEntryProto.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static BundleEntryProto.Builder |
BundleEntryProto.newBuilder() |
static BundleEntryProto.Builder |
BundleEntryProto.newBuilder(BundleEntryProto prototype) |
BundleEntryProto.Builder |
BundleEntryProto.newBuilderForType() |
protected BundleEntryProto.Builder |
BundleEntryProto.newBuilderForType(com.google.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(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
BundleEntryProto.Builder |
BundleEntryProto.Builder.setOffset(long value)
int64 offset = 4; |
BundleEntryProto.Builder |
BundleEntryProto.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
BundleEntryProto.Builder |
BundleEntryProto.Builder.setShape(TensorShapeProto.Builder builderForValue)
.tensorflow.TensorShapeProto shape = 2; |
BundleEntryProto.Builder |
BundleEntryProto.Builder.setShape(TensorShapeProto value)
.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.Builder builderForValue)
Iff present, this entry represents a partitioned tensor.
|
BundleEntryProto.Builder |
BundleEntryProto.Builder.setSlices(int index,
TensorSliceProto value)
Iff present, this entry represents a partitioned tensor.
|
BundleEntryProto.Builder |
BundleEntryProto.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
BundleEntryProto.Builder |
BundleEntryProto.toBuilder() |
Copyright © 2015–2018. All rights reserved.