Uses of Class
org.tensorflow.metadata.v0.FixedShape
-
Packages that use FixedShape Package Description feast.proto.core org.tensorflow.metadata.v0 -
-
Uses of FixedShape in feast.proto.core
Methods in feast.proto.core that return FixedShape Modifier and Type Method Description FixedShapeFeatureSetProto.FeatureSpec.Builder. getShape()The feature has a fixed shape corresponding to a multi-dimensional tensor.FixedShapeFeatureSetProto.FeatureSpec. getShape()The feature has a fixed shape corresponding to a multi-dimensional tensor.FixedShapeFeatureSetProto.FeatureSpecOrBuilder. getShape()The feature has a fixed shape corresponding to a multi-dimensional tensor.Methods in feast.proto.core with parameters of type FixedShape Modifier and Type Method Description FeatureSetProto.FeatureSpec.BuilderFeatureSetProto.FeatureSpec.Builder. mergeShape(FixedShape value)The feature has a fixed shape corresponding to a multi-dimensional tensor.FeatureSetProto.FeatureSpec.BuilderFeatureSetProto.FeatureSpec.Builder. setShape(FixedShape value)The feature has a fixed shape corresponding to a multi-dimensional tensor. -
Uses of FixedShape in org.tensorflow.metadata.v0
Fields in org.tensorflow.metadata.v0 with type parameters of type FixedShape Modifier and Type Field Description static com.google.protobuf.Parser<FixedShape>FixedShape. PARSERDeprecated.Methods in org.tensorflow.metadata.v0 that return FixedShape Modifier and Type Method Description FixedShapeFixedShape.Builder. build()FixedShapeFixedShape.Builder. buildPartial()static FixedShapeFixedShape. getDefaultInstance()FixedShapeFixedShape.Builder. getDefaultInstanceForType()FixedShapeFixedShape. getDefaultInstanceForType()FixedShapeSparseFeature.Builder. getDenseShape()Shape of the sparse tensor that this SparseFeature represents.FixedShapeSparseFeature. getDenseShape()Shape of the sparse tensor that this SparseFeature represents.FixedShapeSparseFeatureOrBuilder. getDenseShape()Shape of the sparse tensor that this SparseFeature represents.FixedShapeTensorRepresentation.SparseTensor.Builder. getDenseShape()The dense shape of the resulting SparseTensor (does not include the batch dimension).FixedShapeTensorRepresentation.SparseTensor. getDenseShape()The dense shape of the resulting SparseTensor (does not include the batch dimension).FixedShapeTensorRepresentation.SparseTensorOrBuilder. getDenseShape()The dense shape of the resulting SparseTensor (does not include the batch dimension).FixedShapeFeature.Builder. getShape()The feature has a fixed shape corresponding to a multi-dimensional tensor.FixedShapeFeature. getShape()The feature has a fixed shape corresponding to a multi-dimensional tensor.FixedShapeFeatureOrBuilder. getShape()The feature has a fixed shape corresponding to a multi-dimensional tensor.FixedShapeTensorRepresentation.DenseTensor.Builder. getShape()The shape of each row of the data (i.e.FixedShapeTensorRepresentation.DenseTensor. getShape()The shape of each row of the data (i.e.FixedShapeTensorRepresentation.DenseTensorOrBuilder. getShape()The shape of each row of the data (i.e.static FixedShapeFixedShape. parseDelimitedFrom(InputStream input)static FixedShapeFixedShape. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FixedShapeFixedShape. parseFrom(byte[] data)static FixedShapeFixedShape. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FixedShapeFixedShape. parseFrom(com.google.protobuf.ByteString data)static FixedShapeFixedShape. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FixedShapeFixedShape. parseFrom(com.google.protobuf.CodedInputStream input)static FixedShapeFixedShape. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FixedShapeFixedShape. parseFrom(InputStream input)static FixedShapeFixedShape. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FixedShapeFixedShape. parseFrom(ByteBuffer data)static FixedShapeFixedShape. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in org.tensorflow.metadata.v0 that return types with arguments of type FixedShape Modifier and Type Method Description com.google.protobuf.Parser<FixedShape>FixedShape. getParserForType()static com.google.protobuf.Parser<FixedShape>FixedShape. parser()Methods in org.tensorflow.metadata.v0 with parameters of type FixedShape Modifier and Type Method Description SparseFeature.BuilderSparseFeature.Builder. mergeDenseShape(FixedShape value)Shape of the sparse tensor that this SparseFeature represents.TensorRepresentation.SparseTensor.BuilderTensorRepresentation.SparseTensor.Builder. mergeDenseShape(FixedShape value)The dense shape of the resulting SparseTensor (does not include the batch dimension).FixedShape.BuilderFixedShape.Builder. mergeFrom(FixedShape other)Feature.BuilderFeature.Builder. mergeShape(FixedShape value)The feature has a fixed shape corresponding to a multi-dimensional tensor.TensorRepresentation.DenseTensor.BuilderTensorRepresentation.DenseTensor.Builder. mergeShape(FixedShape value)The shape of each row of the data (i.e.static FixedShape.BuilderFixedShape. newBuilder(FixedShape prototype)SparseFeature.BuilderSparseFeature.Builder. setDenseShape(FixedShape value)Shape of the sparse tensor that this SparseFeature represents.TensorRepresentation.SparseTensor.BuilderTensorRepresentation.SparseTensor.Builder. setDenseShape(FixedShape value)The dense shape of the resulting SparseTensor (does not include the batch dimension).Feature.BuilderFeature.Builder. setShape(FixedShape value)The feature has a fixed shape corresponding to a multi-dimensional tensor.TensorRepresentation.DenseTensor.BuilderTensorRepresentation.DenseTensor.Builder. setShape(FixedShape value)The shape of each row of the data (i.e.
-