FixedShape.Builder |
FixedShape.Builder.addAllDim(Iterable<? extends FixedShape.Dim> values) |
The dimensions that define the shape.
|
FixedShape.Builder |
FixedShape.Builder.addDim(int index,
FixedShape.Dim value) |
The dimensions that define the shape.
|
FixedShape.Builder |
FixedShape.Builder.addDim(int index,
FixedShape.Dim.Builder builderForValue) |
The dimensions that define the shape.
|
FixedShape.Builder |
FixedShape.Builder.addDim(FixedShape.Dim value) |
The dimensions that define the shape.
|
FixedShape.Builder |
FixedShape.Builder.addDim(FixedShape.Dim.Builder builderForValue) |
The dimensions that define the shape.
|
FixedShape.Builder |
FixedShape.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
FixedShape.Builder |
FixedShape.Builder.clear() |
|
FixedShape.Builder |
FixedShape.Builder.clearDim() |
The dimensions that define the shape.
|
FixedShape.Builder |
FixedShape.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
FixedShape.Builder |
FixedShape.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
FixedShape.Builder |
FixedShape.Builder.clone() |
|
FixedShape.Builder |
SparseFeature.Builder.getDenseShapeBuilder() |
Shape of the sparse tensor that this SparseFeature represents.
|
FixedShape.Builder |
TensorRepresentation.SparseTensor.Builder.getDenseShapeBuilder() |
The dense shape of the resulting SparseTensor (does not include the batch
dimension).
|
FixedShape.Builder |
Feature.Builder.getShapeBuilder() |
The feature has a fixed shape corresponding to a multi-dimensional
tensor.
|
FixedShape.Builder |
TensorRepresentation.DenseTensor.Builder.getShapeBuilder() |
The shape of each row of the data (i.e.
|
FixedShape.Builder |
FixedShape.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
FixedShape.Builder |
FixedShape.Builder.mergeFrom(com.google.protobuf.Message other) |
|
FixedShape.Builder |
FixedShape.Builder.mergeFrom(FixedShape other) |
|
FixedShape.Builder |
FixedShape.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static FixedShape.Builder |
FixedShape.newBuilder() |
|
static FixedShape.Builder |
FixedShape.newBuilder(FixedShape prototype) |
|
FixedShape.Builder |
FixedShape.newBuilderForType() |
|
protected FixedShape.Builder |
FixedShape.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
FixedShape.Builder |
FixedShape.Builder.removeDim(int index) |
The dimensions that define the shape.
|
FixedShape.Builder |
FixedShape.Builder.setDim(int index,
FixedShape.Dim value) |
The dimensions that define the shape.
|
FixedShape.Builder |
FixedShape.Builder.setDim(int index,
FixedShape.Dim.Builder builderForValue) |
The dimensions that define the shape.
|
FixedShape.Builder |
FixedShape.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
FixedShape.Builder |
FixedShape.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
FixedShape.Builder |
FixedShape.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
FixedShape.Builder |
FixedShape.toBuilder() |
|