vortex-tensor 0.75.0

Vortex tensor extension type
Documentation
1
2
3
4
5
6
7
8
9
// SPDX-License-Identifier: Apache-2.0
// SPDX-FileCopyrightText: Copyright the Vortex contributors

//! Scalar function expressions defined on tensor and tensor-like extension types.

pub mod cosine_similarity;
pub mod inner_product;
pub mod l2_denorm;
pub mod l2_norm;