| Package | Description |
|---|---|
| feast.core | |
| org.tensorflow.metadata.v0 |
| Modifier and Type | Method and Description |
|---|---|
FixedShape.Builder |
FeatureSetProto.EntitySpec.Builder.getShapeBuilder()
The feature has a fixed shape corresponding to a multi-dimensional
tensor.
|
FixedShape.Builder |
FeatureSetProto.FeatureSpec.Builder.getShapeBuilder()
The feature has a fixed shape corresponding to a multi-dimensional
tensor.
|
| Modifier and Type | Method and Description |
|---|---|
FeatureSetProto.EntitySpec.Builder |
FeatureSetProto.EntitySpec.Builder.setShape(FixedShape.Builder builderForValue)
The feature has a fixed shape corresponding to a multi-dimensional
tensor.
|
FeatureSetProto.FeatureSpec.Builder |
FeatureSetProto.FeatureSpec.Builder.setShape(FixedShape.Builder builderForValue)
The feature has a fixed shape corresponding to a multi-dimensional
tensor.
|
| Modifier and Type | Method and Description |
|---|---|
FixedShape.Builder |
FixedShape.Builder.addAllDim(Iterable<? extends FixedShape.Dim> values)
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.addDim(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(int index,
FixedShape.Dim value)
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 |
TensorRepresentation.DenseTensor.Builder.getShapeBuilder()
The shape of each row of the data (i.e.
|
FixedShape.Builder |
Feature.Builder.getShapeBuilder()
The feature has a fixed shape corresponding to a multi-dimensional
tensor.
|
FixedShape.Builder |
FixedShape.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
FixedShape.Builder |
FixedShape.Builder.mergeFrom(FixedShape other) |
FixedShape.Builder |
FixedShape.Builder.mergeFrom(com.google.protobuf.Message 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.Builder builderForValue)
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.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() |
| Modifier and Type | Method and Description |
|---|---|
SparseFeature.Builder |
SparseFeature.Builder.setDenseShape(FixedShape.Builder builderForValue)
Shape of the sparse tensor that this SparseFeature represents.
|
TensorRepresentation.SparseTensor.Builder |
TensorRepresentation.SparseTensor.Builder.setDenseShape(FixedShape.Builder builderForValue)
The dense shape of the resulting SparseTensor (does not include the batch
dimension).
|
TensorRepresentation.DenseTensor.Builder |
TensorRepresentation.DenseTensor.Builder.setShape(FixedShape.Builder builderForValue)
The shape of each row of the data (i.e.
|
Feature.Builder |
Feature.Builder.setShape(FixedShape.Builder builderForValue)
The feature has a fixed shape corresponding to a multi-dimensional
tensor.
|
Copyright © 2020 Gojek. All rights reserved.