[dependencies.axonml-core]
version = "0.2.1"
[dependencies.num-traits]
version = "0.2"
[dependencies.rand]
version = "0.8"
[dependencies.rand_distr]
version = "0.4"
[dependencies.smallvec]
version = "1.13"
[dev-dependencies.approx]
version = "0.5"
[features]
default = ["std"]
std = ["axonml-core/std"]
[lib]
name = "axonml_tensor"
path = "src/lib.rs"
[package]
authors = ["AutomataNexus Development Team"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["science", "mathematics"]
description = "N-dimensional tensor operations for the Axonml ML framework"
edition = "2021"
keywords = ["tensor", "ndarray", "machine-learning", "linear-algebra"]
license = "MIT OR Apache-2.0"
name = "axonml-tensor"
readme = "README.md"
repository = "https://github.com/automatanexus/axonml"
rust-version = "1.75"
version = "0.2.1"