Expand description
Types and functionality for working with tensors, vectors, and related mathematical constructs including unit vectors, spherical coordinates, and similarity measures such as cosine similarity.
Modulesยง
- fixed_
shape - Fixed-shape Tensor extension type.
- matcher
- Matcher for tensor-like extension types.
- scalar_
fns - Scalar function expressions defined on tensor and tensor-like extension types.
- vector
- Vector extension type for fixed-length float vectors (e.g., embeddings).