1// SPDX-License-Identifier: Apache-2.0
2// SPDX-FileCopyrightText: Copyright the Vortex contributors
34//! Scalar function expressions defined on tensor and tensor-like extension types.
56pub mod cosine_similarity;
7pub mod inner_product;
8pub mod l2_denorm;
9pub mod l2_norm;